Loading
Declaring LD_PRELOAD system wide for dynamic loading
Jul 24, 2009 By mzeeshanbhatti
Dear Fellows;
As being new to linux, i have tried to synamically load a custom library which overrides some system calls like conncet(), socket() etc.... for custom purposes.
It works well, if declaring the environment path LD_PRELOAD and execution of the application to be override are in the same script of perhaps same path as well.
Inshort i am un able to declare the path for dynamic library through LD_PRELOAD system wide, i have tried different ways like saving the LD_PRELOAD path in profile of linux core 9 but it gives error like ..
Unable to load the LD_PRELOAD=./path ...... etc
I would appreciate a concise and swift help, thanking in anticipation.
Regards,
-zeeshan
Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- Fun with ethtool
- Parallel Programming with NVIDIA CUDA
- Readers' Choice Awards 2011
- 100% disappointed with the decision to go all digital.
- Linux-Based X Terminals with XDMCP
- Validate an E-Mail Address with PHP, the Right Way
- You Need A Budget
- The Linux powered LAN Gaming House
- Why Python?
- Python for Android
- Employment Posters
3 hours 49 min ago - Sure the best distro is
5 hours 9 min ago - BeOS was the best
7 hours 52 min ago - I use Wireshark on a daily
12 hours 23 min ago - buena información
17 hours 30 min ago - One important "bucket" that I didn't note (désolé si qqun deja d
18 hours 30 min ago - Gnome3 is such a POS. No one
1 day 3 hours ago - Gnome 3 is the biggest POS
1 day 4 hours ago - I didn't knew this thing by
1 day 10 hours ago - Author's reply
1 day 13 hours ago





/etc/profile
Although you say:
it's not really clear what you mean by that... so, have you tried adding it to /etc/profile, someting like:
Mitch Frazier is an Associate Editor for Linux Journal.