[Perl-unix-users] Problem with generation of pdf file

2001-03-09 Thread VINCENT . MAUGAIN
I want to convert image TIFF file to PDF file. It's multi-page image files. I write this program : my $p = PDF_new(); die "Couldn't open PDF file" if (PDF_open_file($p, "pdfprint.pdf") == -1); PDF_set_info($p, "Creator", "pdfprint.pl"); PDF_set_info($p, "Author", "AFNOR"); PDF_set_

[Perl-unix-users] Error in dynaloader

2001-03-09 Thread VINCENT . MAUGAIN
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-