I've upgraded some part of ports tree and try portupgrade -a, and then tried to install php5 manually and it finally works, but I can't find php5-spl in that new ports tree, why? And portupgrade -a will always install apache-1.3.x.
When I tried to install apache22 I got that result:
Then I changed directly to working directory of apr1 and try ./configure manually then I got that result:
I've searched a lot and only one post said that apr1 can't work with new version of libtool. But I've deleted old libtool-1.5 while I run pkgdb -F after portupgrade failed. Is that really the solution for that problem? But I've used --without-libtool, the issue is still here.
When I tried to install apache22 I got that result:
Code:
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking whether system uses EBCDIC... no
performing libtool configuration...
./configure.lineno: 10280: Syntax error: word unexpected (expecting ")")
*** Error code 2
Then I changed directly to working directory of apr1 and try ./configure manually then I got that result:
Code:
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking whether system uses EBCDIC... no
performing libtool configuration...
./configure: line 10280: syntax error near unexpected token `lt_decl_varnames,'
./configure: line 10280: `lt_if_append_uniq(lt_decl_varnames, AS, , ,'
I've searched a lot and only one post said that apr1 can't work with new version of libtool. But I've deleted old libtool-1.5 while I run pkgdb -F after portupgrade failed. Is that really the solution for that problem? But I've used --without-libtool, the issue is still here.