Please i need help, I install Mysql, Apache and they both work fine.....
But whe i try to install php i get this message.
I did ./configure --prefix=/usr/local/php --with-mysql=/usr/local/mysql \ --with-apxs2=/usr/local/apache2/bin/apxs and compiled fine.
but when i do a make, i get checking for getaddrinfo... yes
Please i will apreciate any solutions.
Best regards
John Constas
gcc -Iext/dom/ -I/usr/src/php-5.0.2/ext/dom/ -DPHP_ATOM_INC -I/usr/src/php-5.0.2/include -I/usr/src/php-5.0.2/main -I/usr/src/php-5.0.2 -I/usr/src/php-5.0.2/Zend -I/usr/local/include/libxml2 -I/usr/local/mysql/include/mysql -I/usr/src/php-5.0.2/TSRM -g -O2 -c /usr/src/php-5.0.2/ext/dom/userdatahandler.c -o ext/dom/userdatahandler.o && echo > ext/dom/userdatahandler.lo
gcc -I"/usr/include" -Iext/iconv/ -I/usr/src/php-5.0.2/ext/iconv/ -DPHP_ATOM_INC -I/usr/src/php-5.0.2/include -I/usr/src/php-5.0.2/main -I/usr/src/php-5.0.2 -I/usr/src/php-5.0.2/Zend -I/usr/local/include/libxml2 -I/usr/local/mysql/include/mysql -I/usr/src/php-5.0.2/TSRM -g -O2 -c /usr/src/php-5.0.2/ext/iconv/iconv.c -o ext/iconv/iconv.o && echo > ext/iconv/iconv.lo
cc1: warning: changing search order for system directory "/usr/include"
cc1: warning: as it has already been specified as a non-system directory
gcc -Iext/mysql/ -I/usr/src/php-5.0.2/ext/mysql/ -DPHP_ATOM_INC -I/usr/src/php-5.0.2/include -I/usr/src/php-5.0.2/main -I/usr/src/php-5.0.2 -I/usr/src/php-5.0.2/Zend -I/usr/local/include/libxml2 -I/usr/local/mysql/include/mysql -I/usr/src/php-5.0.2/TSRM -g -O2 -c /usr/src/php-5.0.2/ext/mysql/php_mysql.c -o ext/mysql/php_mysql.o && echo > ext/mysql/php_mysql.lo
/usr/src/php-5.0.2/ext/mysql/php_mysql.c: In function zm_info_mysql':
/usr/src/php-5.0.2/ext/mysql/php_mysql.c:456:PHP_MYSQL_TYPE' undeclared (first use in this function)
/usr/src/php-5.0.2/ext/mysql/php_mysql.c:456: (Each undeclared identifier is reported only once
/usr/src/php-5.0.2/ext/mysql/php_mysql.c:456: for each function it appears in.)
/usr/src/php-5.0.2/ext/mysql/php_mysql.c:458: PHP_MYSQL_INCLUDE' undeclared (first use in this function)
/usr/src/php-5.0.2/ext/mysql/php_mysql.c:459:PHP_MYSQL_LIBS' undeclared (first use in this function)
make: *** [ext/mysql/php_mysql.lo] Error 1
[root@localhost php-5.0.2]#