ID:               44294
 Updated by:       j...@php.net
 Reported By:      danval at gmail dot com
 Status:           Feedback
 Bug Type:         Compile Failure
 Operating System: Mac 10.5 Leopard Client
-PHP Version:      5.3.0RC2
+PHP Version:      5.*, 6CVS (2009-07-09)
 Assigned To:      fb-req-jani
 New Comment:

And if you change the version, add a note about it. Now there's no way

to know what version you reported this with, what version it works 
with..etc.


Previous Comments:
------------------------------------------------------------------------

[2009-07-09 20:41:49] j...@php.net

Remove the /lib from those paths. "rdohms at gmail dot com":  Where did

you get the idea it's okay to pass that anywhere?!

------------------------------------------------------------------------

[2009-06-22 13:49:51] rdohms at gmail dot com

actualy sorry.

I had --with-libxml-dir declared.
Tried running it with --enable-xmlreader-/opt/xml/lib, just like the
above setting and it broke on the same place as before.

------------------------------------------------------------------------

[2009-06-22 13:31:48] rdohms at gmail dot com

@chregu

My ./configure had that and it pointed to /opt/xml/lib .. this only
stopped the error for the CLI compile.. not the libphp5.so command. On
that one i still had to add the -L directive stated above

------------------------------------------------------------------------

[2009-06-22 11:04:39] chr...@php.net

Does it work, if you write

--enable-xmlreader=/Apache/local/libxml

in your ./configure call?

It works for me at least ...

------------------------------------------------------------------------

[2009-06-19 14:28:32] rdohms at gmail dot com

Ok.

Phillips solution points to the right direction. The changes in the
Makefile did not work for me, seems there was more then one point to
it.

The solution came down to adding -L/path/to/lib in front of all the
commands that generate the broken message reported above.

I then ran these commands (2 in my case, for libphp5.so and the cli) by
hand and ran make again, so it pickedup from where it had stopped.

This worked for me in 5.3RC2 and HEAD. 

PS: you need to include "lib"in the --with-libxml-dir and in these
paths above

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/44294

-- 
Edit this bug report at http://bugs.php.net/?id=44294&edit=1

Reply via email to