hi you all,

i'm trying to compile php4.0.6 in a Suse Linux 7.2 (kernel 2.4.4)
distribution. ./configure goes ok, no problem, but when i try to 'make' it i
get some error messages i can't understand or solve.
So, if someone would be so kind to help me, i would be very grateful!!

-----------------
The configure command i used is:

./configure --prefix=/usr --bindir=/usr/bin --libdir=/usr/lib --with-config-
file-path=/etc --with-exec-dir=%{libdir}/php/bin --with-mysql --with-gd=yes 
--with-tiff-dir=/usr  --with-jpeg --with-png --with-pdflib=/usr/lib/pdflib -
-with-imap --with-zlib --with-bz2 --with-xml --with-ttf --with-t1lib-dir=/us
r/share/t1lib --with-ftp --with-ndbm --with-gdbm --with-mm --with-gd=yes --w
ith-qtdom=/usr/lib/qt-2.2.1/ --enable-versioning --enable-yp --enable-bcmath
 --enable-trans-sid --enable-inline-optimization --enable-track-vars --enabl
e-magic-quotes --enable-safe-mode --enable-sockets --enable-sysvsem --enable
-sysvshm --enable-shmop  --enable-calendar --enable-exif --enable-ftp --enab
le-memory-limit --enable-wddx --enable-filepro --enable-dbase --enable-ctype
 --enable-debug --enable-force-cgi-redirect --enable-discard-path --enable-s
igchild --enable-gd-imgstrttf --with-apxs=/usr/local/httpd/bin/apxs
i386-suse-linux-gnu --with-freetype-dir=/usr/include/freetype2

--------------------


--------------------
The error message is as follows:

make[3]: Entering directory `/src_dl/php-4.0.6/sapi/apache'
/bin/sh /src_dl/php-4.0.6/libtool --mode=compile
gcc  -I. -I/src_dl/php-4.0.6/sapi/apache -I/src_dl/php-4.0.6/main -I/src_dl/
php-4.0.6 -I/usr/local/httpd/include -I/src_dl/php-4.0.6/Zend -I/usr/include
/freetype2/freetype -I/usr/include/imap -I/src_dl/php-4.0.6/ext/mysql/libmys
ql -I/src_dl/php-4.0.6/ext/xml/expat/xmltok -I/src_dl/php-4.0.6/ext/xml/expa
t/xmlparse -I/src_dl/php-4.0.6/TSRM  -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -
Wall  -c sapi_apache.c
gcc -I. -I/src_dl/php-4.0.6/sapi/apache -I/src_dl/php-4.0.6/main -I/src_dl/p
hp-4.0.6 -I/usr/local/httpd/include -I/src_dl/php-4.0.6/Zend -I/usr/include/
freetype2/freetype -I/usr/include/imap -I/src_dl/php-4.0.6/ext/mysql/libmysq
l -I/src_dl/php-4.0.6/ext/xml/expat/xmltok -I/src_dl/php-4.0.6/ext/xml/expat
/xmlparse -I/src_dl/php-4.0.6/TSRM -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -Wa
ll -c sapi_apache.c  -fPIC -DPIC -o sapi_apache.lo
sapi_apache.c: In function `apache_php_module_main':
sapi_apache.c:80: `NOT_FOUND' undeclared (first use in this function)
sapi_apache.c:80: (Each undeclared identifier is reported only once
sapi_apache.c:80: for each function it appears in.)
make[3]: *** [sapi_apache.lo] Error 1
make[3]: Leaving directory `/src_dl/php-4.0.6/sapi/apache'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/src_dl/php-4.0.6/sapi/apache'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/src_dl/php-4.0.6/sapi'
make: *** [all-recursive] Error 1
--------


tia
dan roozemond




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

Reply via email to