pdflib installation Ubuntu LTS

pdflib installation Ubuntu LTS

am 19.06.2006 10:06:43 von Thomas Grabietz

Hallo Alle,
ich habe eine php5 installation aus der Schachtel von Ubuntu LTS.
nach dem Aufruf von pecl install pdflib kommt irgenwann folgender Abbruch

checking for PDFlib support... yes, shared
configure: error: pdflib.h not found! Check the path passed
to --with-pdflib=. PATH should be the install prefix directory.
ERROR: `/tmp/tmpFoW2Ra/pdflib-2.0.5/configure --with-pdflib=' failed

Ich habe auch wirklich keine pdflib.h auf dem Rechner.Fehlt mir ein Packet?
Muss ich php neu kompilieren? :-(

Tom

Re: pdflib installation Ubuntu LTS

am 19.06.2006 13:31:55 von Joerg Behrens

Thomas Grabietz schrieb:
> Hallo Alle,
> ich habe eine php5 installation aus der Schachtel von Ubuntu LTS.
> nach dem Aufruf von pecl install pdflib kommt irgenwann folgender Abbruch
>
> checking for PDFlib support... yes, shared
> configure: error: pdflib.h not found! Check the path passed
> to --with-pdflib=. PATH should be the install prefix directory.
> ERROR: `/tmp/tmpFoW2Ra/pdflib-2.0.5/configure --with-pdflib=' failed
>
> Ich habe auch wirklich keine pdflib.h auf dem Rechner.Fehlt mir ein Packet?

Ja. Das Paket pdflib oder wie immer das bei deiner Distribution heist.
Siehe auch www.pdflib.com.

> Muss ich php neu kompilieren? :-(
Nein.

Gruss
Joerg