Show the error with my program :
Can't load '/opt/perl/lib/site_perl/sun4-solaris/pdflib_pl.so' for module pdflib_pl: 
ld.so.1: /usr/bin/perl: fatal: libtiff.so: open failed: No such file or directory at 
/opt/perl/lib/sun4-solaris/5.00404/DynaLoader.pm line 166. at 
/opt/perl/lib/site_perl/sun4-solaris/pdflib_pl.pm line 7 BEGIN failed--compilation 
aborted at /DOC/genie/wwwgenie/outils/jt.pl line 26.
The program find dynaloader file but it can't load pdflib_pl.so. Why ?
I don't understand the error message.
"ld.so.1" is located in /usr/lib/
"libtiff.so" is located in /usr/local/lib/

There is an error line 166. Show this line :
    my ¤libref = dl_load_file(¤file, ¤module->dl_load_flags) or croak("Can't load 
'¤file' for module ¤module: ".dl_error()."\n");

and just before, see :
    # Many dynamic extension loading problems will appear to come from
    # this section of code: XYZ failed at line 123 of DynaLoader.pm.
    # Often these errors are actually occurring in the initialisation
    # C code of the extension XS file. Perl reports the error as being
    # in this perl code simply because this was the last perl code
    # it executed.

If you need more precisions, say to me.

Thanks for your help.

Vincent.
_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to 
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

Reply via email to