From:             [EMAIL PROTECTED]
Operating system: Linux 2.2.17 (Slackware 7.0)
PHP version:      4.0.4pl1
PHP Bug Type:     Compile Failure
Bug description:  failure to fully compile

after running ./configure ; make, I get the following errors.

/home/LUKirc/tmp/Apachetoolbox-1.5.15/src/php-4.0.4pl1/ext/session/session.c:425: 
undefined reference to `php_wddx_constructor'
/home/LUKirc/tmp/Apachetoolbox-1.5.15/src/php-4.0.4pl1/ext/session/session.c:429: 
undefined reference to `php_wddx_packet_start'
/home/LUKirc/tmp/Apachetoolbox-1.5.15/src/php-4.0.4pl1/ext/session/session.c:430: 
undefined reference to `php_wddx_add_chunk_ex'
/home/LUKirc/tmp/Apachetoolbox-1.5.15/src/php-4.0.4pl1/ext/session/session.c:433: 
undefined reference to `php_wddx_serialize_var'
/home/LUKirc/tmp/Apachetoolbox-1.5.15/src/php-4.0.4pl1/ext/session/session.c:436: 
undefined reference to `php_wddx_add_chunk_ex'
/home/LUKirc/tmp/Apachetoolbox-1.5.15/src/php-4.0.4pl1/ext/session/session.c:437: 
undefined reference to `php_wddx_packet_end'
/home/LUKirc/tmp/Apachetoolbox-1.5.15/src/php-4.0.4pl1/ext/session/session.c:438: 
undefined reference to `php_wddx_gather'
/home/LUKirc/tmp/Apachetoolbox-1.5.15/src/php-4.0.4pl1/ext/session/session.c:439: 
undefined reference to `php_wddx_destructor'
.libs/libphp4.a(session.o): In function `ps_srlzr_decode_wddx':
/home/LUKirc/tmp/Apachetoolbox-1.5.15/src/php-4.0.4pl1/ext/session/session.c:463: 
undefined reference to `php_wddx_deserialize_ex'
collect2: ld returned 1 exit status
make[1]: *** [php] Error 1
make[1]: Leaving directory `/home/LUKirc/tmp/Apachetoolbox-1.5.15/src/php-4.0.4pl1'
make: *** [all-recursive] Error 1
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I also get this silly error when trying to ./configure 
--with-apache=/usr/local/apache/include

configure: error: Invalid Apache directory - unable to find httpd.h under 
/usr/local/apache/include/
but, a simple  ls /usr/local/apache/include/*httpd* shows us otherwise.


 [/home/LUKirc/tmp/Apachetoolbox-1.5.15/src/php-4.0.4pl1] $ ls 
/usr/local/apache/include/*httpd*
/usr/local/apache/include/httpd.h
 [02:42pm] [root] [xibalba(+bash-2.03)] [1.90mb] [H/697 C/197 U/0 D/2 ]
 [/home/LUKirc/tmp/Apachetoolbox-1.5.15/src/php-4.0.4pl1] $ 

I tried everything from /usr/local/apache/include/httpd.h /usr/local/apache 
/usr/local/apache/include/htttpd, and neither work. I also get the no htttpd.h error 
with php-3.0.18. Please let me know if this is fixed or if it's just my own 
stupidity.. I really need php ;(.
-Regards




-- 
Edit Bug report at: http://bugs.php.net/?id=9733&edit=1



-- 
PHP Development 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]

Reply via email to