Ok, its pretty clear what the problem is. I must not have all 64 bit
libraries on my system. Does this mean that I've gotta find and
recompile ALL of them for PHP to be able to work with them?
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/un
On 20.04.2006 02:18, Wez Furlong wrote:
Sounds like those libraries are not 64-bit.
.. and you need to use --with-libdir=lib64
--
Wbr,
Antony Dovgal
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Ok, I may do that. Thanks for the tip.
Brion Vibber wrote:
Jon wrote:
I'm using os X and 64-bit mysql on a G5 and I'm trying to compile
a 64-bit PHP but I seem to be having trouble with the libraries.
[snip]
... then it dies with this stuff in the config.log:
ld64 warning: in /usr/lib/libxm
Jon wrote:
> I'm using os X and 64-bit mysql on a G5 and I'm trying to compile
> a 64-bit PHP but I seem to be having trouble with the libraries.
[snip]
> ... then it dies with this stuff in the config.log:
>
> ld64 warning: in /usr/lib/libxml2.dylib, file does not contain requested
> architecture
Sounds like those libraries are not 64-bit.
--Wez.
On 4/19/06, Jon <[EMAIL PROTECTED]> wrote:
> I'm using os X and 64-bit mysql on a G5 and I'm trying to compile
> a 64-bit PHP but I seem to be having trouble with the libraries.
>
> ld64 warning: in /usr/lib/libxml2.dylib, file does not contain r
I'm using os X and 64-bit mysql on a G5 and I'm trying to compile
a 64-bit PHP but I seem to be having trouble with the libraries.
If I run configure as so:
CFLAGS="-mpowerpc64 -mcpu=G5 -mtune=G5 -arch ppc64"
CPPFLAGS="-mpowerpc64 -mcpu=G5 -mtune=G5 -arch ppc64"
CXXFLAGS="-mpowerpc64 -mcpu=G5