|
From: Gary B. <gm...@sy...> - 2003-12-10 03:56:40
|
On Tue, 9 Dec 2003 17:13:53 +0100 Vaclav Slavik <vac...@ma...> wrote: > > Well, did libopenvip_hl.so compile successfully and is it > somewhere the dynamic linker can find it (i.e. dir listed > in /etc/ld.so.conf or LD_LIBRARY_PATH)? > > VS Hi, Thanks for your response. It appears that libopenvip_hl.so compiles successfully as it shows up in /bin directory. I set the LD_LIBRARY_PATH to point at the /bin directory and the program now works when run from the /bin directory. Thanks for the tip. Perhaps it should be noted in the README. I don't have any previous experience compiling with bjam. Any hints on how am I supposed to install this software? I copied the libopenvip_hl.so to /usr/local/lib and openvip-gui.py to /usr/local/bin, set the OPENVIP_HOME variable to /path-to-openvip/bin, but it complains it can't find the App module. Thanks again, Gary |