![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SHLIB_PATH or LD_LIBRARY_PATH | vasanthan | HP-UX | 3 | 05-21-2008 04:49 AM |
| Difference between LIB_PATH and LD_LIBRARY_PATH | shafi2all | UNIX for Advanced & Expert Users | 1 | 05-09-2008 05:14 AM |
| Difference between LIB_PATH and LD_LIBRARY_PATH | shafi2all | UNIX for Advanced & Expert Users | 1 | 05-09-2008 05:13 AM |
| Bash LD_LIBRARY_PATH? | bysonary | UNIX for Dummies Questions & Answers | 1 | 04-18-2007 12:08 PM |
| cc, setuid, and LD_LIBRARY_PATH | WolfBoy | UNIX for Advanced & Expert Users | 0 | 01-19-2006 11:56 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Ld_library_path
Hi, can anyone explain this terrm? should we setup it ?
Thanks |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
LD_LIBRARY_PATH is an environment variable. When you run a compiled program it may require that LD_LIBRAY_PATH be defined because the compile program uses some "different" runtime libraries.
Programs may use LD_LIBRARY_PATH to find shared libraries. It is not necessarily required. And possibly may break something if you are not careful. Why do you ask? Last edited by jim mcnamara; 03-18-2008 at 12:17 PM. |
|||
| Google The UNIX and Linux Forums |