|
From: SWlab <sw...@co...> - 2004-05-05 20:49:34
|
Hi all, I try to compile gnuplot 4.0 on a SuSE8.2 box (ix86), and I run in a problem with the 'pdf' option: I just compiled the "PDFlib-Lite-5.0.3" library from pdflib.com, that installation went without problems (standard location, ie /usr/local/lib) The configure of gnuplot goes without troubles, it seems to find pdf-config... ... checking for pdflib-config... /usr/local/bin/pdflib-config checking for PDF_get_majorversion in -lpdf... yes checking pdflib.h usability... yes checking pdflib.h presence... yes checking for pdflib.h... yes checking for PDF_begin_pattern in -lpdf... yes ... When I run make, the program stalls there: Making all in tutorial make[2]: Entering directory `/home/src/gnuplot-4.0.0/tutorial' ../src/gnuplot: error while loading shared libraries: libpdf.so.2: cannot open shared object file: No such file or directory make[2]: *** [eg1.tex] Error 127 make[2]: Leaving directory `/home/src/gnuplot-4.0.0/tutorial' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/src/gnuplot-4.0.0/' make: *** [all] Error 2 I'm a bit confused as there are 5 libpdf files in /usr/local/lib: libpdf.a,libpdf.la,libpdf.so,libpdf.so.2,libpdf.so.2.2.1 libpdf.so.2 seems to be a link to libpdf.so.2.2.1 Any ideas/hints more than welcome Thanks in advance -- Soil & Water Laboratory Dept. of Biological & Environmental Engineering Cornell University ITHACA, NY 14853 Tel: (607)255.2463 |