Hi everyone, if you can help me with this I would really appreciate it.
If I configure php with this then it works:
# ./configure
--with-apxs=/usr/sbin/apxs
--without-mysql
--with-openssl=/usr
--with-curl=/usr/local/lib
But if I configure with this it gives me "configure: error: cannot find
necessary header file(s)" How can I narrow this down to find out which
header files it's talking about?
# ./configure
--prefix=/usr
--with-config-file-path=/etc
--disable-debug
--enable-pic
--enable-shared
--enable-inline-optimization
--with-apxs=/usr/sbin/apxs
--with-exec-dir=/usr/bin
--with-regex=system
--with-zlib
--with-gdbm
--with-gd
--with-jpeg-dir=/usr
--with-png
--with-ttf
--with-layout=GNU
--with-openssl=/usr
--enable-debugger
--enable-safe-mode
--enable-sockets
--enable-sysvsem=shared
--enable-sysvshm=shared
--enable-track-vars
--enable-magic-quotes
--enable-mem-limit
--enable-yp
--enable-ftp
--enable-wddx
--without-mysql
--with-imap=shared
--without-unixODBC
--without-oracle
--without-oci8
--with-xml
--with-curl
[snip]
Configuring extensions
checking if the location of ZLIB install directory is defined... no
checking whether to include ZLIB support... yes
checking for gzgets in -lz... yes
checking for fopencookie... yes
checking for ASPELL support... no
checking for bc style precision math functions... no
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
checking CCVS Support... no
checking whether to include cpdflib support... no
checking whether to include crack support... no
checking whether to enable ctype support... no
checking for CURL support... yes
checking for CURL in default path... found in /usr/local
checking for cURL greater than or equal to 7.8... libcurl 7.8.1
checking for curl_easy_perform in -lcurl... yes
checking for CyberCash support... no
checking for cybermut support... no
checking whether to include old xDBM support... no
checking whether to enable DBA... no
checking for gdbm_open in -lgdbm... no
configure: error: cannot find necessary header file(s)
[this is where it stops]
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]