On Sun, 21 Sep 2008 17:24:49 Shachar Shemesh wrote: > > Case in point: You want to develop a mozilla plugin. It is harmless but > makes no sense to have the plug-in's name begin with "lib". Also, if the > plugin's name does not end in ".so", Mozilla will refuse to load it. > Worse, Mozilla explicitly resolves symbolic links, so merely putting the > file name as libtool created it (libplugin.so.0.1.2) and placing a > symbolic link to it will not work. The file has to actually be called > "libplugin.so".
will adding a simple rule to make a real link, something like ln -f libplugin.so.0.1.2 plugin.so work for you ? Ehud. -- Ehud Karni Tel: +972-3-7966-561 /"\ Mivtach - Simon Fax: +972-3-7966-667 \ / ASCII Ribbon Campaign Insurance agencies (USA) voice mail and X Against HTML Mail http://www.mvs.co.il FAX: 1-815-5509341 / \ GnuPG: 98EA398D <http://www.keyserver.net/> Better Safe Than Sorry ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]