Date: 08/31/00
- Next message: Zeev Suraski: "RE: [PHP-DEV] try..catch and finally"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5542 Updated: Binary Cores with shm_attach"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 31 Aug 2000, at 15:34, Bug Database wrote:
> ID: 5906
> Updated by: sniper
> Reported By: nels <email protected>
> Status: Feedback
> Bug Type: Compile Failure
> Assigned To:
> Comments:
>
> Have you tried PHP4.0.2 yet?
As a matter of fact, I was in the midst of trying 4.0.2 when I got
your message. :-)
I ran into a bit of trouble with the ./configure script--it wasn't
accurately detecting my zlib version. It looks like the test it's
doing is broken on my machine, because according to the config.log
it's including an '-l' with no parameter in the included libraries
section, so gcc mashes it into the next included library and it's
trying to do '-l-lgdbm' or whatever and it fails.
Anyway, I was able to get ./configure to successfully identify zlib
by temporarily removing a couple of the other parameters from my
script which calls ./configure (including --with-cpdflib). Adding
them back in and running ./configure again afterward works because
it's already cached the successful zlib check and doesn't try again.
After all that was done, I was able to try a make, but the exact same
problem is still occurring. I'm suspecting that it's either the
different compilers, or it's glibc2.0 related, and it's been
happening ever since PHP4.0RC2 exactly as described in bug #5906:
> In file included from
> /usr/src/redhat/BUILD/php/ext/cpdf/php_cpdf.h:36,
> from internal_functions.c:47:
> /usr/local/include/cpdflib.h:801: parse error before `1'
> make[2]: *** [internal_functions.lo] Error 1
FYI, I had no difficulty compiling a similarly-configured PHP4.0.2 on
a different production server which has glibc2.1 (Redhat 6.2).
---- Nels Lindquist <*> Morningstar Systems Group-- 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>
- Next message: Zeev Suraski: "RE: [PHP-DEV] try..catch and finally"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5542 Updated: Binary Cores with shm_attach"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

