[Please don't Reply to an existing thread to start a new topic... it is out of place for people who have threaded mail readers like mutt]
On Wed, Oct 17, 2001 at 01:23:24AM -0700, Ludwig Lim wrote: > > I've tried to recompile GNU radius to be able for it > use the postgresql 7.0 (which I just recently > compiled). > > However everytime I run the "radiusd" program to > start the radius daemon. the message : "Error in > loading shared libraries <missing library file>. > Object does not exist." . However a "find <file name>" > reveals that the file name exist > > What should I do? I've already the following: > 1) add the following compile options when compiling > radius "--enable-add-libs='-L <library path>' > --enable-add-includes='-I <include path>' > 2) I copied the <missing library file> into the ff: > /usr/lib > /usr/local/lib I know a bit about freeradius... what library is missing? Could you provide <missing library file> and <file name>? In any case, I think you are referring to a dynamic library. You can do something like this if it's a .so (Shared Object): export LD_LIBRARY_PATH=/usr/local/lib _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
