I'm trying to upgrade mysql-client-5.1.52 to mysql-client-5.5.7 with portupgrade with:
I get:
Then I try:
which results in:
Do I need to uninstall apache to get this upgrade to work? Any help would be appreciated.
Thanks,
Hanno
portupgrade -o databases/mysql55-client -f mysql-client-\*I get:
Code:
===> mysql-client-5.5.7 conflicts with installed package(s):
mysql-client-5.1.52
They install files into the same place.
Please remove them first with pkg_delete(1).
*** Error code 1
Then I try:
pkg_delete mysql-client-5.1.52which results in:
Code:
pkg_delete: package 'mysql-client-5.1.52' is required by these other packages
and may not be deinstalled:
apache-2.2.17_1
apr-ipv6-devrandom-gdbm-db42-mysql51-pgsql82-sqlite3-1.4.2.1.3.10
Do I need to uninstall apache to get this upgrade to work? Any help would be appreciated.
Thanks,
Hanno