Jump to content

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?

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.