[PHP-INSTALL] Re: --with-nsapi fails to use proper include directory

2005-04-07 Thread Ivor Durham
The problem appears to be that the configure script ends up with two instances of the same directory ({phpdirectory}sapi/nsapi) in the set of include directories and omits the include directory from the application server directory. I worked around this with the following crude patch to the con

Re: [PHP-INSTALL] Install on AMD 64

2005-04-07 Thread Kul
Alex Turner wrote: Thanks for you help, I figured the lib64 thing out after awhile. Referencing PHP Bug #28150, status is "won't fix" This means that PHP does not support, and has no intention to support AMD 64 linux!!! Like how long has 64bit been around! :| My general dissatisfaction with PH

Re: [PHP-INSTALL] Install on AMD 64

2005-04-07 Thread Alex Turner
Thanks for you help, I figured the lib64 thing out after awhile. Referencing PHP Bug #28150, status is "won't fix" This means that PHP does not support, and has no intention to support AMD 64 linux!!! My general dissatisfaction with PHP grows ever larger inciting me to move away from PHP with eve

Re: [PHP-INSTALL] Install on AMD 64

2005-04-07 Thread Kul
Alex Turner wrote: I'm trying to install PHP on AMDx86-64 on SuSe 9.2 but I'm having problems with the install picking up the 64 bit libraries in /usr/lib64. Can anyone give me some hints on how to resolve this? Thanks, Alex Turner netEconomist You haven't mentioned which version of PHP, which w

[PHP-INSTALL] Test

2005-04-07 Thread Alex Turner
test

[PHP-INSTALL] Install on AMD 64

2005-04-07 Thread Alex Turner
I'm trying to install PHP on AMDx86-64 on SuSe 9.2 but I'm having problems with the install picking up the 64 bit libraries in /usr/lib64. Can anyone give me some hints on how to resolve this? Thanks, Alex Turner netEconomist

Re: [PHP-INSTALL] php 5.0.4 + configure on Solaris 2.8 --> cannot find libxml2 [but it's installed]

2005-04-07 Thread Jeffery Cann
On Apr 6, 2005 10:41 PM, Luc I. Suryo <[EMAIL PROTECTED]> wrote: > try with --with-libxml-dir=/opt/csw > and presume you have it full instaled under /opt/csw make sure you have > /opt/csw/bin in your path Both the configure parameter change /opt/csw and the PATH addition /opt/csw/bin/ fixed the pr

[PHP-INSTALL] --with-nsapi fails to use proper include directory

2005-04-07 Thread Ivor Durham
I am having trouble building 4.3.11 (I've also tried on 5.0.4 and get the same problem) for Solaris. I have run: ./configure --with-mysql=/usr/local/mysql --with-nsapi=/usr/appserver --enable-ftp --enable-libgcc The build fails because nsapi.h cannot be found. It is in /usr/appserver/include