Re: [PHP-BETA] New tarball rolled at 11AM EST
[email protected] (Rasmus Lerdorf) Sun, 20 Dec 1998 13:20:15 -0500 (Eastern Standard Time)
| Newsgroups | php.beta |
|---|---|
| Message-ID | <[email protected]> |
> If I compile as a Apache module with ./configure > --with-apache=/usr/local/apache-1.3 (newest Apache 1.3.4-dev, with > config.layout) I have also now problems. > > But if I compile with my do-conf, which looks like: > > ./configure --with-apache=/usr/local/apache-1.3 --with-mysql --with-pgsql > --with-dbase --with-filepro --with-zlib --with-config-file-path > --enable-track-vars=yes --enable-magic-quotes=yes --enable-bcmath=yes > --with-ldap --with-xml --with-gd=/usr/local/gd1.3 > --with-mod-dav=/usr/local/mod_dav-0.9.5-1.3.3 --with-pdflib --enable-debug > --enable-debugger --with-sysvshm --with-sysvsem > > I get the following: > > In file included from internal_functions.c:93: > functions/php3_xml.h:37: xml/xmltok.h: No such file or directory > functions/php3_xml.h:38: xml/xmlparse.h: No such file or directory > In file included from internal_functions.c:94: > functions/php3_pdf.h:36: pdf.h: No such file or directory > make: *** [internal_functions.o] Error 1 > marliesle:/mnt/sdc1/php-3.0.6# > > I know it works if pull the three header files in. Is there any global > solution. Hrm..?? You are only using --with-pdflib and --with-xml which assumes that you have placed the relevant header files in /usr/local/include. It looks like you haven't. I don't think this is something we can fix. If you don't tell PHP where your files are, it has to assume they are in the default location. -Rasmus -- PHP Beta Testers' Mailing List http://www.php.net/ To unsubscribe send an empty message to [email protected] List administrator: [email protected]