[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] problems load larrd library - rc-03
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] problems load larrd library - rc-03
- From: Henrik Stoerner <henrik (at) hswn.dk>
- Date: Wed, 23 Feb 2005 12:27:35 +0100
- References: <005c01c5198d$9717ce10$2b01d59f@pcma13319new>
- User-agent: Mutt/1.5.5.1i
On Wed, Feb 23, 2005 at 10:53:51AM +0100, Marco Avvisano wrote:
> I always problem to load larrd libraries :
> my SO is Red Hat Enterprise Linux ES release 3 (Taroon Update 3)
Could you try the attached updated configure-script and Makefile's:
Save it to /tmp, then run
cd hobbit-4.0-RC3
tar zxf /tmp/makesfiles.tar.gz
rm Makefile
./configure
make
su -c "make install"
This adds the needed "-Wl,--rpath" options to the linker-command,
so it should be able to find the runtime shared libraries without
having to mess with LD_LIBRARY_PATH.
Let me know if this helps.
(This should work for all Linux- and *BSD systems).
Henrik