Hi, ;; I'm sorry, but I do not use RHEL4 currently. ldconfig(8) is a tool that configure dynamic linker run-time bindings. When you link a program against certain library, the linker must know where the library is.
ldconfig(8) is /sbin/ldconfig (or somewhere else). # ldconfig -p will show the lists of directories and libraries stored in the current cache. The libraries you built must be there. If you cannot find it, do following might do the trick. 1. add a library path to the config file echo "/path/to/openssl/lib" >> /etc/ld.so.conf 2. run ldconfig(8) ldconfig -v ;; it seems to be getting off topic for dkim-milter-* :( On Thu, Jul 3, 2008 at 12:09 PM, Glowme.com <[EMAIL PROTECTED]> wrote: > Unfortunately I am unfamiliar with those commands. I will do some > research, but can you let me know what I am looking for? > > Many thanks! > > ----- Original Message ----- > From: "Hirohisa Yamaguchi" <[EMAIL PROTECTED]> > To: "dkim-milter general discussion" > <[email protected]> > Sent: Wednesday, July 02, 2008 7:57 PM > Subject: Re: [dkim-milter-discuss] Compile Error > >> ldd(1) will show which library is linked. >> You might need to work with ldconfig(8). Regards, -- Hirohisa Yamaguchi [EMAIL PROTECTED] ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ dkim-milter-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss
