[linux] Re: php compileren met gd library

Rob Sterenborg rob op sterenborg.info
Vr Jan 28 12:44:30 CET 2005


linux-bounce op lists.nllgg.nl wrote:
> Hallo allemaal,
> 
> Dacht `even` php opnieuw te compileren met gd library. Niet dus.
> 
> Compileer php met:
> 
> ./configure --with-apxs2=/usr/local/apache2/bin/apxs
> --with-mysql --with-mime-magic --with-curl-dir=/usr/lib
> --with-gd --with-gd-dir=/usr/lib/ --with-jpeg-dir=/usr/lib
> --with-gettext --with-png-dir=/usr/include/ --with-kerberos
> --with-mcrypt --with-mhash --with-pear --with-xml --with-zlib
> --with-zlib-dir=/usr/lib --with-zip --with-openssl
> --enable-bcmath --enable-calendar --enable-ftp
> --enable-magic-quotes --enable-sockets --enable-track-vars
> --enable-exif
> 
> Krijg dan deze fout:
> configure: error: libjpg.(a|so) not found.
> 
> gd is geinstalleerd en libjpg ook.
> Dus denk dat de mappen niet goed staan.
> Maar als ik `locate libjpg` doe vindt hij niets Ik heb al
> verschillende mappen geprobeerd. Maar niets mocht baten.
> 
> Mijn vraag is nu: hoe kan ik uitvinden welke map de goede is?
> 
> Als ik trouwens geen map opgeef:
> If configure fails try --with-jpeg-dir=<DIR>
> configure: error: libpng.(a|so) not found.

Ervan uitgaande dat gd, libjpg en libpng idd zijn geinstalleerd (in
/usr/...) : probeer het eens met :

--with-gd-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr


Gr,
Rob




More information about the Linux mailing list