PDFLib und PHP

Einklappen
Dieses Thema ist geschlossen.
X
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • PDFLib und PHP

    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

    php-Entwicklung | ebiz-consult.de
    PHP-Webhosting für PHP Entwickler | ebiz-webhosting.de
    die PHP Marktplatz-Software | ebiz-trader.de
Lädt...
X