Re: [Perlplusplugin-developers] Re: ppl-plug-0.95
Status: Beta
Brought to you by:
fholtry
From: Steve L. <so...@le...> - 2000-08-25 16:33:26
|
HoltryF wrote: > > Dmitry, ... > > Once you have the magic number, you might try comparing it with other .so > files on your system, especially some Netscape plugins if you have them. > If it's different, then the source of the problem is most likely in your > compiler/linker. Check the options you use and perhaps check for patches or > newer versions. That sounds reasonable. I've had the same problem on IRIX, which has an old (o32) and new (n32) binary format - it's required that the plugin be compiled in the same format as Netscape. |