![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SHLIB_PATH or LD_LIBRARY_PATH | vasanthan | HP-UX | 3 | 05-21-2008 07:49 AM |
| Difference between LIB_PATH and LD_LIBRARY_PATH | shafi2all | UNIX for Advanced & Expert Users | 1 | 05-09-2008 08:14 AM |
| Difference between LIB_PATH and LD_LIBRARY_PATH | shafi2all | UNIX for Advanced & Expert Users | 1 | 05-09-2008 08:13 AM |
| Ld_library_path | ccp | UNIX for Dummies Questions & Answers | 1 | 03-18-2008 03:11 PM |
| cc, setuid, and LD_LIBRARY_PATH | WolfBoy | UNIX for Advanced & Expert Users | 0 | 01-19-2006 02:56 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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 |
|
||||
|
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 |
| Sponsored Links | ||
|
|