On Wed, 5 Nov 2003 04:42:52 -0800 (PST) Michael A Chase <[EMAIL PROTECTED]> wrote:
MAC> On Tue, 04 Nov 2003 17:11:32 +1000 mlivingstone MAC> <[EMAIL PROTECTED]> wrote: MAC> MAC> > OK, I built a shared wxWindows and M MAC> > MAC> > [EMAIL PROTECTED] build]$ M MAC> > M: error while loading shared libraries: libwx_gtkd_html-2.5.so.1: MAC> > cannot open shared object file: No such file or directory MAC> > [EMAIL PROTECTED] build]$ MAC> > MAC> > I can see the above link in /usr/local/lib with it's attendant MAC> > libaries so what is the problem? Any ideas? MAC> MAC> I had to add /usr/local/lib to /etc/ld.so.conf and run /sbin/ldconf . ["/sbin/ldconfig"] If you don't have root access or want to avoid global modifications to your system you can also set LD_LIBRARY_PATH env var to contain /usr/local/lib -- this works on many ELF systems and some variants usually work evebn on non-ELF systems as well. Regards, VZ ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
