[PHP-INSTALL] zlib.lo is not a valid libtool object!

2003-09-29 Thread Alain Bonnefoy
Hi, When I make php-4.3.3, the link process complains about .lo files (all 1 byte long) which are not valid files. The command is: libtool --silent --preserve-dup-deps --mode=link gcc -export-dynamic -g -o2 -L//opt/lib -R /opt//lib ext/zlib/zlib.lo ... What are these .lo files? Why are they

Re: [PHP-INSTALL] Help --- xslt installation with php 4.3.0

2003-09-29 Thread Kenneth Webber
I am not certain when the libstdc was installed. My guess would be it was part of libol. Below is a list of the other software that was installed prior to my PHP install. Perhaps it was included with one of the packages below. autoconf-2.57-sol8-intel-local.gz automake-1.7.2-sol8-intel-local.gz

[PHP-INSTALL] HP-True64 Compilling PHP with -DEAPI

2003-09-29 Thread Fernando J G Barros
Hi, I have a Compaq AlphaServer DS-10 running True64 5.01B # uname -sprv OSF1 V5.1 1885 alpha I am trying to install PHP-4.3 DSO module into a compiled apache 1.3.19 provided by oracle. # /oracle/app/oracle/product/ora9ias/Apache/Apache/bin/httpd -v Server version: Oracle HTTP Server Powered by A

[PHP-INSTALL] $PHP_SELF

2003-09-29 Thread Adam Dear
I have just installed php. I am new to php. I have read several items(ie. books, online documentation). I have seen references to a variable called $PHP_SELF. I have tried to use it in a form, but to no avail. Here is a line of code where I have used it: ?form=yes method="post"> However, wh

Re: [PHP-INSTALL] $PHP_SELF

2003-09-29 Thread Joe Laffey
On Mon, 29 Sep 2003, Adam Dear wrote: > I have just installed php. I am new to php. I have read several items(ie. > books, online documentation). I have seen references to a variable called > $PHP_SELF. I have tried to use it in a form, but to no avail. > > Here is a line of code where I have