[PHP-INSTALL] Compiling erros on XML From: Chris Oxenreider (oxenreid <email protected>)
Date: 06/26/00

 
Hi,

I am having some errors compiling php-4.0.0 on Solaris 8. I get the
following errors when I try to compile php-4.0.0:

---BEGIN MAKE OUPUT---
make[3]: Leaving directory
`/export/home/working/php-4.0.0/ext/xml/expat'
make[3]: Entering directory `/export/home/working/php-4.0.0/ext/xml'
gcc -DHAVE_CONFIG_H -I. -I/export/home/working/php-4.0.0/ext/xml
-I/export/home/working/php-4.0.0
-I/export/home/working/apache_1.3.12/src/include
-I/export/home/working/apache_1.3.12/src/os/unix
-I/export/home/working/php-4.0.0/Zend -I/export/home/working/php-4.0.0
-I/usr/local/mysql/include -DXML_BYTE_ORDER=21 -O2 -I../openssl-0.9.5a
-c xml.c && touch xml.lo
In file included from xml.c:25:
php_xml.h:38: xmltok.h: No such file or directory
php_xml.h:39: xmlparse.h: No such file or directory
make[3]: *** [xml.lo] Error 1
make[3]: Leaving directory `/export/home/working/php-4.0.0/ext/xml'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/export/home/working/php-4.0.0/ext/xml'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/export/home/working/php-4.0.0/ext'
make: *** [all-recursive] Error 1
---END MAKE OUPUT---

Env--

OS: Solsars 8
SHell: Bash 2.03.0(1)-release
Compiler: GCC 2.95.2
php-4.0.0 config:

CFLAGS="-O2 -I../openssl-0.9.5a" ./configure \
  --with-apache=../apache_1.3.12 \
  --with-mysql=/usr/local/mysql \
  --enable-memory-limit=yes \
  --enable-debug=no \
  --with-xml

I would guess im missing somethign obvious, but I just can't see
it. Thanks in advance.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Chris Oxenreider | oxenreid <email protected> | http://www.state.net/~oxenreid
                 |                    | #include<std_disclaimer.h>
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-install-unsubscribe <email protected> For additional commands, e-mail: php-install-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>