![]() |
|
|
|
|
|||||||
| 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 |
| Ld_library_path | ccp | UNIX for Dummies Questions & Answers | 1 | 03-18-2008 12:11 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 | Display Modes |
|
#1
|
|||
|
|||
|
Bash LD_LIBRARY_PATH?
Hello
I have just tried to install ns-allineone-2.31 on cygwin cygwin is using the bash shell it asks for somethings to be put into the LD_LIBRAY_PATH, here is a snippet of what it says. (1) You MUST put /home/Chris/ns-allinone-2.31/otcl-1.13, /home/Chris/ns-allinone-2.31/lib, into your LD_LIBRARY_PATH environment variable. I tried this in Linux (Ubuntu) and it says the same thing. So can anyone tell me how I can solve this? I am a newbie and would appreciate the help |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
It means that you need to add those path to LD_LIBRARY_PATH variable.
Add this to your profile file. Code:
export LD_LIBRARY_PATH=/home/Chris/ns-allinone-2.31/otcl-1.13:/home/Chris/ns-allinone-2.31/lib:$LD_LIBRARY_PATH Nagarajan Ganesan |
|||
| Google The UNIX and Linux Forums |