Jump to content

Error libtool `ext/libxml/libxml.lo'


Recommended Posts

What cmd are you running that gives yo uthat error first off.

 

 

Second, make sure that path actually exists.  Also, make sure what ever binary is trying to access it is in the folder above ext.  If not, you'll need to change the path (unless of course it looks for things relative to a different path than where it currently is).

Ok! In my /ext/libxml/ :

[root@localhost libxml]# ls

config0.m4  config.w32  CREDITS  libxml.c  libxml.lo  php_libxml2.def  php_libxml.h  tests

 

And I ran this command : "./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql" and after the "make". This error is when I used make.

Oh.....  The linker when compiling can't find it.  That's odd.....  I wonder why it's using a relative path.  Try modding the file that the linker is reading off of to use an absolute path.  Or, just copy the file to a subdirectory.

 

 

 

(You did mean /ext and not ext, right?)

 

 

 

Happen to be using libtool 1.5?

 

Quickly googled, and http://forums.fedoraforum.org/archive/index.php/t-11457.html says libtool 1.5 doesn't work with PHP.  That's from 04 though, so I doubt that would still be a problem.

 

 

Hrmmm....

 

Can you attach the entire output of the compiling?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.