how to compile PHP with GD support?
- From: "Encapsulin" <encapsulin@xxxxxxxxx>
- Date: 31 May 2005 06:02:39 -0700
Hello there,
I am tryin to compile PHP with GD support:
# cd php-4.3.11
# ./configure \
--with-gd=/usr/local/src/gd-2.0.33/ \
--with-png-dir=/usr/local/src/libpng-1.2.8/ \
--with-zlib-dir=/usr/local/src/zlib/ \
--with-jpeg-dir=/usr/local/src/jpeg-6b/
....
checking for GD support... yes
checking for the location of libpng... /usr/local/src/libpng-1.2.8/
If configure fails try --with-jpeg-dir=<DIR>
configure: error: libpng.(a|so) not found.
why libpng.(a|so) not found ?
# ls -l /usr/local/src/libpng-1.2.8/libpng.a
-rw-r--r-- 1 root wheel 160448 May 31 12:48
/usr/local/src/libpng-1.2.8/libpng.a
What is my mistake? Where to read about correct way for installing php
+ gd + libjpeg + libpng ?
.
- Follow-Ups:
- Re: how to compile PHP with GD support?
- From: Mike Willbanks
- Re: how to compile PHP with GD support?
- Prev by Date: Re: Using SHH2 wih PHP
- Next by Date: Re: Array help
- Previous by thread: socket_close() problem
- Next by thread: Re: how to compile PHP with GD support?
- Index(es):
Relevant Pages
|