From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.1.0 PHP Bug Type: *Configuration Issues Bug description: main/.libs/libmain.al(main.lo) in archive is not object
Here is the situation : when executed the make during my install procedure, the following error occured : main/.libs/libmain.al(main.lo) in archive is not o bject This question was reported on bug id 8278 but the solution doesn't help me. Here are the details of the operation : Apache 1.3.22 installed with the following options : ./configure \ --prefix=/usr/local/apache-1.3.22 \ --enable-module=all (I tried most and some other values without any success) Here are the config directives used for php 4.1.0 : ./configure \ --with-apxs=/usr/local/apache-1.3.22/bin/apxs \ --enable-inline-optimization \ --enable-debug=no \ --enable-safe-mode \ --enable-calendar \ --enable-ftp \ --enable-trans-sid \ --with-sablot \ --enable-sysvsem \ --enable-sysvshm \ --disable-static \ --with-regex=system \ --with-gd=/usr \ --enable-gd-native-tt \ --with-jpeg-dir=/usr \ --with-png-dir=/usr \ --with-tiff-dir=/usr \ --with-zlib=/usr \ --with-pdflib=/usr/local \ --libdir=/usr/lib Need help . -- Edit bug report at: http://bugs.php.net/?id=15121&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]