|
Posted by Sisyphus on October 7, 2005, 5:06 pm
Please log in for more thread options
> I just downloaded swig and installed it on a solaris machine. I tried
> to run one of the examples and got this error message
>
> Can't load './example.so' for module example: ld.so.1: perl: fatal:
> relocation error: file ./example.so: symbol _ZdlPv: referenced symbol
> not found at
> /tps/global/depot/perl-5.8.5/lib/5.8.5/sun4-solaris/DynaLoader.pm line
> 230.
> at example.pm line 7
> Compilation failed in require at runme.pl line 7.
> BEGIN failed--compilation aborted at runme.pl line 7.
>
> Any ideas how to solve this. Thanks in advance.
We don't see many swig questions here - and I get the impression that it's
not used much by perl folks, these days. Most of us take the more usual XS
approach, or use inline::C - which would be *my* recommendation on how to
solve the problem.
If you specifically want to use swig then perhaps your best bet is with the
swig mailing lists:
http://www.swig.org/mail.html
There could, of course, be someone lurking about here who *does* have the
knowledge to help you .... so stay tuned, just in case.
Cheers,
Rob
|