If you are upgrading apache, you will need to notice that the apr port has upgraded a major version. The old version you have installed is now apr1 and the new version is just apr in the ports tree. However, things like portupgrade don't notice it.
You have to manually remove the old port to get things working again.
# cd /usr/ports/devel/apr1
# make deinstall clean
This fixed my errors and allowed me to get apache22 upgraded successfully.
No comments:
Post a Comment