It's looking at the new version, dated today. For which i've got no -devel pack.
[EMAIL PROTECTED] php-5.1.2]# grep libxml2 config.logconfigure:19773: checking libxml2 install dirconfigure:88107: gcc -o conftest -I/usr/include -g -O2 -I/usr/local/include/libxml2 -I/usr/local//include -I/usr/loca
Instead of
--with-libxml-dir=/usr/local/lib/
try
--with-libxml-dir=/usr/local
I think it is picking up the wrong xml-config script and thus the wrong
libxml2 library.
Do this: grep libxml2 config.log
That should give you a clue which libxml2 it is trying to use.
-Rasmus
Paul Reinheimer w
Hi, thanks for the reply.
I installed libxml2-2.6.23 directly from source, I'm trapped in some
RHEL dependency hell (namely I can't upgrade these packages because
external things like up2date need the current version) that's
prevented me from using the RPMs. I haven't seen any non .rpm -devel
pack
Paul Reinheimer wrote:
Hi, I'm trying to compile PHP 5.1.2. (on linux, RHEL 3.1)
My ./configure is:
'./configure' '--with-mysql=/usr/local/mysql'
'--with-apxs=/etc/httpd/bin/apxs' '--with-gd' '--with-png'
'--with-zlib-dir=/root/zlib-1.2.2' '--enable-gd-native-ttf'
'--with-ttf' '--with-jpeg-dir=/
Hi, I'm trying to compile PHP 5.1.2. (on linux, RHEL 3.1)
My ./configure is:
'./configure' '--with-mysql=/usr/local/mysql'
'--with-apxs=/etc/httpd/bin/apxs' '--with-gd' '--with-png'
'--with-zlib-dir=/root/zlib-1.2.2' '--enable-gd-native-ttf'
'--with-ttf' '--with-jpeg-dir=/usr/local/lib/jpeg-6b/'
'
ya know, as we all move to 64-bit systems, these kinds of probs are going to reoccur. There should be a 64-bit FAQ created for stuff like this.
mark>>> Joerg Eggers <[EMAIL PROTECTED]> 25-Feb-06 10:13:23 AM >>>
Now I found a solution.I need to set the Variable CC to "gcc -m32" and set the targ
Now I found a solution.
I need to set the Variable CC to "gcc -m32" and set the target within
the configure-script.
Joerg Eggers schrieb:
This happens only if I use "--with-apxs2=...", without this it creates
32bit bins and libs for PHP. The apxs is also a 32Bit-Application.
It is not of in