Re: [PHP-INSTALL] problems compiling php on OS X (libxml)

2006-10-12 Thread Peter Hodge
Hello, You have added this to youre ./configure command: --with-libxml-dir=/sw/include/libxml2/ but make is using: -I/usr/include/libxml2 Did you do your first ./configure before installing the new libxml? If so, you need to rm config.cache, otherwise PHP will keep trying to compile usi

[PHP-INSTALL] Environment variables in PHP 5.1.4

2006-10-12 Thread Joseph Formoso
All, I'm having some problems with a PHP 5.1.4 installation I did on a Solaris 8 box when I try to use it with CGIwrap. I've narrowed the problem down to a couple of environment variables when, if both are set, causes PHP (called in CGI mode by CGIwrap) to claim that no input file is spe

[PHP-INSTALL] problems compiling php on OS X (libxml)

2006-10-12 Thread Søren Neigaard
Hi I need your help guys! Im trying to compile PHP5.1.6 on OS X 10.4.8, and I run configure with the following options: sudo ./configure --prefix=/apache2/php --with-zlib --with-libxml-dir=/sw/include/libxml2/ --with-ldap=/usr --enable-cli --with-zlib-dir=/usr --enable-exif --enable-ftp --enable

Re: [PHP-INSTALL] Problem with install on FC5

2006-10-12 Thread Steven Cruz
Looks like it is a problem with Sybase 15. 12_5 compiles fine. Is there any way I can look deeper into this? 8-) Steven Cruz wrote: Hello Everyone;   I am receiving and error when try to compile build php 5.1.6.  /usr/bin/ld: cannot find -lintl collect2: ld returned 1 exit st