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 -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php