Mailinglisten-Archive |
This is a multi-part message in MIME format. ------=_NextPart_000_0007_01BFD6F3.4853C630 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hallo Leute, ich versuche momentan krampfhaft die PDFLib 2.01 mit PHP 3.0.14 zu installieren, aber irgendwie gibts dabei nur Probleme: ./configure --with-jpeg-dir=3D/usr/home/xxx/programme/jpeg = --with-tiff-dir=3D/usr/home/xxx/programme/tiff = --with-zlib=3D/usr/home/xxx/programme/zlib = --with-pdflib=3D/usr/home/xxx/programme/pdflib --with-mysql = --with-config-file-path=3D/usr/home/xxx/php3 --enable-safe-mode=3Dyes = --enable-track-vars=3Dyes --enable-force-cgi-redirect=3Dyes = --bindir=3D/usr/home/xxx/public_html/cgi-bin Problematisch hat sich auch erwiesen, dass ich auf kein anderes = Verzeichnis als mein Home- verzeichnis Zugriff habe, ist n=E4mlich nicht mein eigener Server. Das ist der Output von configure: checking whether to include zlib support... yes checking for gzgets in -lz... (cached) yes checking whether to include pdflib support... yes test: syntax error checking for libz needed by pdflib 2.0... already zlib support checking for libjpeg (needed by pdflib 2.0)... yes checking for jpeg_read_header in -ljpeg... (cached) no no checking for libtiff (needed by pdflib 2.0)... yes checking for TIFFOpen in -ltiff... (cached) no no checking for PDF_new in -lpdf... (cached) yes=20 Das ist der Output von make: mysql -lmysqlclient pcrelib/libpcre.a regex/libregex.a = -L/ usr/home/testen/programme/zlib/lib -lz = -L/usr/home/testen/programme/zlib/lib -lz -L/usr/home/testen/programme/pdflib/lib -lpdf -lm -lcrypt = -lresolv ld: -lpdf: no match *** Error code 1 Stop. =20 Probleme hatte ich auch schon beim Konfigurieren von PDFLib, nur hier = wurden die Error-Meldungen ingnoriert und PHP hat PDFLib erkannt. ./configure --prefix=3D/usr/home/xxx/programme/pdflib = --exec-prefix=3D/usr/home/xxx/programme/pdflib --without-java = --without-tcl --without-py --without-perl5 = --with-tiff=3D/usr/home/xxx/programme/tiff = --with-tifflib=3D/usr/home/xxx/programme/tiff/lib = --with-jpeg=3D/usr/home/xxx/programme/jpeg = --with-jpeglib=3D/usr/home/xxx/programme/jpeg/lib = --with-zlib=3D/usr/home/xxx/programme/zlib = --with-zliblib=3D/usr/home/xxx/programme/zlib/lib cd pdflib && make cd bind/c && make gcc -L../../pdflib -o hello hello.o -lpdf2.01 = -L/usr/home/testen/programme/tiff/ lib -ltiff -L/usr/local/lib -ljpeg -L/usr/home/testen/programme/zlib/lib = -lz -lm ld: -lpdf2.01: no match *** Error code 1 Stop. *** Error code 1 (ignored) cd bind/cpp && make c++ -L../../pdflib -o hello hello.o pdflib.o -lpdf2.01 = -L/usr/home/testen/progra mme/tiff/lib -ltiff -L/usr/local/lib -ljpeg = -L/usr/home/testen/programme/zlib/li b -lz -lm ld: -lpdf2.01: no match *** Error code 1 Stop. *** Error code 1 (ignored) cd bind/python && make rm -f pdflib.so ld -Bshareable pdflib_py.o -o pdflib.so -L../../pdflib -lpdf2.01 = -L/usr/home/tes ten/programme/tiff/lib -ltiff -L/usr/local/lib -ljpeg = -L/usr/home/testen/program me/zlib/lib -lz -lm ld: -lpdf2.01: no match *** Error code 1 Stop. *** Error code 1 (ignored)=20 Ich bitte um eure Hilfe, im voraus Danke Markus ------=_NextPart_000_0007_01BFD6F3.4853C630 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>Hallo Leute,</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>ich versuche momentan krampfhaft die = PDFLib 2.01=20 mit PHP 3.0.</FONT><FONT face=3DArial size=3D2>14</FONT></DIV> <DIV><FONT face=3DArial size=3D2>zu installieren, aber irgendwie gibts = dabei nur=20 Probleme:</FONT></DIV> <DIV> </DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>./configure=20 --with-jpeg-dir=3D/usr/home/xxx/programme/jpeg=20 --with-tiff-dir=3D/usr/home/xxx/programme/tiff=20 --with-zlib=3D/usr/home/xxx/programme/zlib=20 --with-pdflib=3D/usr/home/xxx/programme/pdflib --with-mysql=20 --with-config-file-path=3D/usr/home/xxx/php3 --enable-safe-mode=3Dyes=20 --enable-track-vars=3Dyes --enable-force-cgi-redirect=3Dyes=20 --bindir=3D/usr/home/xxx/public_html/cgi-bin</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Problematisch hat sich auch erwiesen, = dass ich auf=20 kein anderes Verzeichnis als mein Home-</FONT></DIV> <DIV><FONT face=3DArial size=3D2>verzeichnis Zugriff habe, ist n=E4mlich = nicht mein=20 eigener Server.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Das ist der Output von = configure:</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>checking whether to include zlib = support...=20 yes<BR>checking for gzgets in -lz... (cached) yes<BR>checking whether to = include=20 pdflib support... yes<BR>test: syntax error<BR>checking for libz needed = by=20 pdflib 2.0... already zlib support<BR>checking for libjpeg (needed by = pdflib=20 2.0)... yes<BR>checking for jpeg_read_header in -ljpeg... (cached)=20 no<BR>no<BR>checking for libtiff (needed by pdflib 2.0)... = yes<BR>checking for=20 TIFFOpen in -ltiff... (cached) no<BR>no<BR>checking for PDF_new in = -lpdf...=20 (cached) yes </FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2><FONT face=3DArial size=3D2>Das ist der = Output von=20 make:</FONT></FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>mysql = -lmysqlclient =20 pcrelib/libpcre.a=20 regex/libregex.a &nb= sp; =20 -L/<BR>usr/home/testen/programme/zlib/lib -lz=20 -L/usr/home/testen/programme/zlib/lib=20 -lz<BR> -L/usr/home/testen/programme/pdflib/lib=20 -lpdf -lm -lcrypt = -lresolv<BR>ld:=20 -lpdf: no match<BR>*** Error code 1</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Stop. </FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Probleme hatte ich auch schon beim = Konfigurieren=20 von PDFLib, nur hier wurden die</FONT></DIV> <DIV><FONT face=3DArial size=3D2>Error-Meldungen ingnoriert und PHP hat = PDFLib=20 erkannt.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>./configure = --prefix=3D/usr/home/xxx/programme/pdflib=20 --exec-prefix=3D/usr/home/xxx/programme/pdflib --without-java = --without-tcl=20 --without-py --without-perl5 --with-tiff=3D/usr/home/xxx/programme/tiff=20 --with-tifflib=3D/usr/home/xxx/programme/tiff/lib=20 --with-jpeg=3D/usr/home/xxx/programme/jpeg=20 --with-jpeglib=3D/usr/home/xxx/programme/jpeg/lib=20 --with-zlib=3D/usr/home/xxx/programme/zlib=20 --with-zliblib=3D/usr/home/xxx/programme/zlib/lib</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>cd pdflib && make<BR>cd bind/c = &&=20 make<BR>gcc -L../../pdflib -o hello hello.o -lpdf2.01=20 -L/usr/home/testen/programme/tiff/<BR>lib -ltiff -L/usr/local/lib -ljpeg = -L/usr/home/testen/programme/zlib/lib -lz -lm<BR>ld: -lpdf2.01: no = match<BR>***=20 Error code 1</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Stop.<BR>*** Error code 1 = (ignored)<BR>cd bind/cpp=20 && make<BR>c++ -L../../pdflib -o hello hello.o pdflib.o = -lpdf2.01=20 -L/usr/home/testen/progra<BR>mme/tiff/lib -ltiff -L/usr/local/lib -ljpeg = -L/usr/home/testen/programme/zlib/li<BR>b -lz -lm<BR>ld: -lpdf2.01: no=20 match<BR>*** Error code 1</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Stop.<BR>*** Error code 1 = (ignored)<BR>cd=20 bind/python && make<BR>rm -f pdflib.so<BR>ld -Bshareable = pdflib_py.o -o=20 pdflib.so -L../../pdflib -lpdf2.01 = -L/usr/home/tes<BR>ten/programme/tiff/lib=20 -ltiff -L/usr/local/lib -ljpeg -L/usr/home/testen/program<BR>me/zlib/lib = -lz=20 -lm<BR>ld: -lpdf2.01: no match<BR>*** Error code 1</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Stop.<BR>*** Error code 1 (ignored) = </FONT></DIV> <DIV> </DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Ich bitte um eure Hilfe, im voraus=20 Danke</FONT></DIV> <DIV> </DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Markus</FONT></DIV></BODY></HTML> ------=_NextPart_000_0007_01BFD6F3.4853C630--
php::bar PHP Wiki - Listenarchive