>> >> -------------------------------------------------------------- >> sudo port uninstall sqlite3 @3.6.1_0 >> ---> Unable to uninstall sqlite3 3.6.1_0, the following ports >> depend on it: >> ---> apr-util >> ---> apr-util >> Error: port uninstall failed: Please uninstall the ports that >> depend on sqlite3 first. >> -------------------------------------------------------------- > > You should force the uninstallation: > > sudo port -f uninstall sqlite3 @3.6.1_0 > > This is fine since you will be activating 3.6.2_0 in a moment. > > MacPorts 1.7.0 and later will no longer complain in this way about > uninstalling a port if another version of the port is already > installed. > How can one be sure that apr-util (or anything else) that works with sqlite 3.6.1_0 (or any other dependency) will also work with sqlite 3.6.2_0?
Lenore _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
