From: Rob L. <rl...@pl...> - 2001-09-07 14:04:59
|
On Fri, Sep 07, 2001 at 03:31:32PM +0200, XiScO wrote: > I've found this error when trying to run flim, but the library exists, > what's the problem?? > Tanks. > [root@marjal02 vacm-2.0.5]# flim > flim: error while loading shared libraries: libvacmclient-2.0.5.so: > cannot load shared object file: No such file or directory what happens when you do "ldd flim" ? What libraries are reported as ot found ? > [root@marjal02 vacm-2.0.5]# whereis libvacmclient-2.0.5.so > libvacmclient-2.0.5: /usr/local/lib/libvacmclient-2.0.5.so sounds like you need to add /usr/local/lib to your LD_LIBRARY_PATH, or add it to /etc/ld.so.conf and re-run ldconfig ==rob -- [ Rob Latham <rl...@pl...> Developer, Admin, Alchemist ] [ Paralogic Inc. - www.plogic.com ] [ ] [ EAE8 DE90 85BB 526F 3181 1FCF 51C4 B6CB 08CC 0897 ] |