The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 04-18-2007
ennstate ennstate is offline
Registered User
  
 

Join Date: Mar 2007
Location: Chennai
Posts: 222
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
Thanks
Nagarajan Ganesan