php-install Digest 3 Jun 2002 15:47:03 -0000 Issue 866
Topics (messages 7211 through 7212):
Problem with Installing PHP4 on AIX4.3.3
7211 by: Wei Bin Teah
Compiling On Tru64
7212 by: Grimes, Dean
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
Hi,
I'm trying to install PHP with mysql on an apache server (in AIX4.3.3).
I'm getting this error message and don't know what I should do. If any of
you knows, please send me a response.
Will greatly appreciate your contribution.
Ben Teah
--- End Message ---
--- Begin Message ---
I'm trying to compile on Tru64 5.1 using:
gcc 3.1
make 3.79
php 4.0.6
apache 1.3.24
mysql 3.23.49
All compiles well except the last step - Apache.
I compiled php as follows:
configure --with-mysql=/usr/local/mysql \
--with-apache=../apache_1.3.24 \
--with-trans-sid \
--enable-track-vars
make
make install
Everything configures and makes just fine.
Then I configure apache:
configure --prefix=/usr/local/apache
--activate-module=src/modules/php4/libphp4.a
Configure works fine.
The problem occurs during make:
convert_to_object
compile_filename
compile_string
php_check_open_basedir
collect2: ld returned 1 exit status
make[2]: *** [target_static] Error 1
make[2]: Leaving directory `/user01/dgrimes/cdev/apache_1.3.24/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/user01/dgrimes/cdev/apache_1.3.24'
make: *** [build] Error 2
I noticed some references to collect2 in php-4.0.6/ltconfig but was unable
to resolve my problem. I was unable to locate a relevant issue in the
archives as well.
Any help...anybody???
Thanks,
Dean
--- End Message ---