[PHP-DEV] PHP 4.0 Bug #4313: libmodphp4.a could not be found by the linker ld. From: sajith_nallithodi <email protected>
Date: 05/04/00

From: sajith_nallithodi <email protected>
Operating system: Redhat 6.1 Linux Kernel Version 2.2.12-20
PHP version: 4.0 Release Candidate 1
PHP Bug Type: Installation problem
Bug description: libmodphp4.a could not be found by the linker ld.

Hi,
After following below mentioned installation instructions, encountered the following error:
QUICK INSTALL (Static)

$ gunzip -c apache_1.3.11.tar.gz | tar xf -
$ cd apache_1.3.11
$ ./configure
$ cd ..

$ gunzip -c php-4.0.x.tar.gz | tar xf -
$ cd php-4.0.x
$ ./configure --with-apache=../apache_1.3.11 --enable-track-vars
$ make
$ make install

Till this everything went smoothly.

$ cd ../apache_1.3.11
$ ./configure --prefix=/usr/local/apache --activate-module=src/modules/php4/libphp4.a

Here an error is encountered saying that
/usr/bin/ld : modphp4 - No such File

>From the documentation of ld, I learn that ld is looking for a file named libmodphp4.a in the specified search directories.

I could not find such a file on my machine though the installation of PHP completed successfully.

Could any one of you please send the library archive libmodphp4.a (for Linux 2.2.12-20) to me?

Or can you suggest any other reason for the above error?

Thanks in advance,
Sajith

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>