Re: Problems setting value for LD_LIBRARY_PATH
- From: Tommy Reynolds <Tommy.Reynolds@xxxxxxxxxxxxx>
- Date: Mon, 27 Feb 2006 20:49:26 -0600
On Mon, 27 Feb 2006 12:21:20 -0600, dont wrote:
I have been trying to set LD_LIBRARY_PATH in order to include the path to^
access the fortran compiler libraries. I am using :
LD_LIBRARY_PATH=/opt/intel/fc/9.0/lib; export $LD_LIBRARY_PATH
+--- Take this out
You are exporting an empty symbol "/opt/intel/fc....". Do it like
this:
export LD_LIBRARY_PATH=/opt/intel/fc/.....
or
LD_LIBRARY_PATH=/opt/intel/fc/.....; export LD_LIBRARY_PATH
HTH
.
- References:
- Problems setting value for LD_LIBRARY_PATH
- From: dont
- Problems setting value for LD_LIBRARY_PATH
- Prev by Date: DVD Copying Application
- Next by Date: FC4 and VNC access via VPN not working?
- Previous by thread: Problems setting value for LD_LIBRARY_PATH
- Next by thread: DVD Copying Application
- Index(es):