Hi Adam,
I am having a time with compiling PHP 5.1.6 as well. My problems are
numerous if you go by the configure.log file content. Most of the problems
are symbol related. I don't think any of my path names are correct for
finding includes.
The last message I got was to add a directive for locating ZLib. I am not
sure what it is looking for. There is no indicator of what file(s) it
needs. I assuming it wants the path where the binary is.
Anyway, would you please send me the email that helps you resolve this
problem? The problem I'm having and this one may be related.
Hope you get it resolved soon,
Robert Pollard
----- Original Message -----
From: "Adam Carnine" <adam@xxxxxxxxxxxxx>
To: <php-install@xxxxxxxxxxxxx>
Sent: Friday, September 22, 2006 6:02 AM
Subject: Compile Issues
Hi all,
Hopefully I picked the right list, if not please accept
my apologies.
I am trying to get PHP 5.1.6 to play nice with Zlib and
MySQL and it is failing.
The problem is relocation errors when linking against Zlib.
Some examples include:
Text relocation remains referenced
against symbol offset in file
<unknown> 0x3a58
/usr/local/lib/libz.a(inflate.o)
<unknown> 0x3a60
/usr/local/lib/libz.a(inflate.o)
(it goes on through I think every Zlib call in PHP).
I am compling with GCC 4.0.2 on Solaris 10.
My CFLAGS looks like: -O3 -m64 -fPIC -Bsymbolic
I have recompiled ZLib (just in case that was the problem) to no avail.
Any ideas?
Thanks in advance.
-Adam
[Index of Archives]
[PHP Users]
[PHP Home]
[PHP on Windows]
[Kernel Newbies]
[PHP Classes]
[Postgresql]
[PHP Books]
[PHP Databases]
[PHP SOAP]