macports Update 2.1.0
Yesterday, Tuesday, May 17th 2012 macports.org rolled out the Update to 2.1.0 which I received via the sudo port selfupdate command.
There was an Issue with Trac, Python26 and the AJP-WSGI Module for the Apache HTTP Server.
Solution was to uninstall python and the AJP-WSGI module via the Force Option:
References:
There was an Issue with Trac, Python26 and the AJP-WSGI Module for the Apache HTTP Server.
Solution was to uninstall python and the AJP-WSGI module via the Force Option:
sudo port -f uninstall python26 sudo port -f uninstall ajp-wsgi
sudo port install python26 sudo port install ajp-wsgi +python26
References:
- How to use Trac with ajp-wsgi and Apachehttps://trac.macports.org/wiki/howto/SetupTracAjpWsgi
- Getting Apache, MySQL, and PHP Running under MacPortshttps://trac.macports.org/wiki/howto/MAMP
- Getting Subversion under MacPortshttps://trac.macports.org/wiki/howto/Subversion
sudo /opt/local/apache2/bin/apachectl -k restart
Kommentare
Kommentar veröffentlichen