See the "paths for running" section of the Meep installation manual - you have to tell your operating system how to find shared libraries at runtime, either with the LD_LIBRARY_PATH environment variable or (under Linux) with /etc/ld.so.conf.

When installing software into your own directories, I tend to recommend not using shared libraries (use ./configure --enable-static --disable-shared if the software has a configure script) to avoid these kinds of headaches.

Steven

_______________________________________________
meep-discuss mailing list
[email protected]
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

Reply via email to