PHP won't compile (invalid libtool object)

Hi,

I have a FreeBSD 8.2-stable VPS, failing to compile PHP-5.3.10.
Code:
libtool: link: `sapi/fpm/fpm/fastcgi.lo' is not a valid libtool object
*** Error code 1
1 error
*** Error code 1

Stop in /usr/ports/lang/php5.

I had to [CMD=]portsnap fetch extract update[/CMD] beforehand so that PHP can be built with FPM. Everything else is installed from binary packages. `libtool` is v2.4.2.

What could possibly go wrong? Any help is really appreciated.
 
I had the same problem now, but still remains after the command you had tried
Code:
portsnap fetch extract update
 
# portsnap fetch extract only needs to be done once.

To update the ports tree run
# portsnap fetch update
 
Same problem here...

Code:
libtool: link: `sapi/fpm/fpm/fastcgi.lo' is not a valid libtool object
*** Error code 1
1 error
 
It seems freebsd FreeBSD already fixed this problem now. After updating the port tree, it compiles again without problems.
 
Confirmed, PHP compiles now without a problem. Thank you, FreeBSD developers.

I'd mark this thread as solved if I could. Someone do it for me, please?
 
Back
Top