This is a discussion on Re: [courier-users] courier-imap v4.02 build problem (libgdbm.so.3 within the Courier-Imap forums, part of the Mail Servers and Related category; Sam Varshavchik said: > Joe writes: > > > Your runtime loader does not search /usr/local/lib by default. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Sam Varshavchik said: > Joe writes: > > > Your runtime loader does not search /usr/local/lib by default. As the > error message tells you: your runtime loader, /usr/libexec/ld-elf.so.1, > cannot find the library libgdbm.so.3 because it is installed in > /usr/local/lib, but > the runtime loader is probably configured to search only the /lib and > /usr/lib directories. Thanks ... > ld-elf.so's man page probably tells you what needs to be done to add > /usr/local/lib to ld-elf's search path. I'll check it out > > >> user environment variables are set (from printenv): >> LDFLAGS=-L/usr/local/lib >> CPPFLAGS=-I/usr/local/include >> >> >> and specified in the config >> >> ./configure\ >> LDFLAGS=/usr/local/lib \ >> CPPFLAGS=/usr/local/include > > Furthermore, this is also wrong. If you run the C compiler and pass an > option called, verbatim, "/usr/local/lib", the C compiler, of course does > not know that it needs to automatically prepend "-I" and process this > option accordingly. > > Ditto for the linker. Thanks again. -- Joe S. ------------ praxis makes perfect. - anon ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |