help with installing pymat on linux RH7.1
John Hunter
jdhunter at nitace.bsd.uchicago.edu
Mon Dec 10 09:13:30 EST 2001
More information about the Python-list mailing list
Mon Dec 10 09:13:30 EST 2001
- Previous message (by thread): two questions - sockets / c functions
- Next message (by thread): help with installing pymat on linux RH7.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>>>>> "Les" == Les Ander <citykid at nospam.edu> writes: Les> this is refering to the matlabs libeng.so library Les> I don't know how to fix this, can some one suggest someway to Les> fix this? thanks les I think you need to set your LD_LIBRARY_PATH to include the dir with libeng.so. I use tcshrc, which uses setenv, and I have setenv LD_LIBRARY_PATH .:/usr/local/lib:/usr/lib:/usr/X11R6/lib:/usr/local/matlab/extern/lib/lnx86:/usr/local/matlab/sys/os/lnx86/ for sh and bash, you would do export LD_LIBRARY_PATH=.:/usr/local/lib:/usr/lib:/usr/X11R6/lib:/usr/local/matlab/extern/lib/lnx86:/usr/local/matlab/sys/os/lnx86/ Just change the paths to reflect the locations of the libs on your system. John Hunter
- Previous message (by thread): two questions - sockets / c functions
- Next message (by thread): help with installing pymat on linux RH7.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list