I couldn't configure php5.0.4 with this commands

../configure \
        --with-apxs2=/usr/local/apache2/bin/apxs \
        --with-mysql \
        --prefix=/usr/local/apache2/php \
        --with-config-file-path=/usr/local/apache2/php \
        --enable-force-cgi-redirect \
        --disable-cgi \
        --with-zlib \
        --with-gettext \
        --with-gdbm


and it is giving this error:

...
...
General settings
checking whether to include debugging symbols... no
checking layout of installed files... PHP
checking path to configuration file... /usr/local/apache2/php
checking directory to be scanned for configuration files... DEFAULT
checking whether to enable safe mode by default... no
checking for safe mode exec dir... /usr/local/php/bin
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to enable magic quotes by default... no
checking whether to enable runpaths... yes
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking how big to make fd sets... using system default
checking whether to enable versioning... no

Configuring extensions
checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking whether libxml build works... yes
checking for OpenSSL support... no
checking for Kerberos support... no
checking for ZLIB support... yes
checking if the location of ZLIB install directory is defined... no
checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... no
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
checking for cpdflib support... no
checking whether to enable ctype functions... yes
checking for CURL support... no
checking if we should use CURL for url streams... no
checking whether to enable DBA... no
checking for QDBM support... no
configure: error: DBA: Could not find necessary header file(s).



what is the problem, ı didn't find it

Thank alot, any help

regards
rasim

Reply via email to