#34336: apache2 stopped working after MacPorts installation ------------------------------------------+--------------------------------- Reporter: ellis.lowell.scott@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: apache2 ------------------------------------------+--------------------------------- Changes (by ryandesign@…): * cc: ryandesign@… (added) * priority: High => Normal * milestone: MacPorts 2.1.0 => * keywords: apache => * port: => apache2 Old description:
I am running OS X 10.7.3
1) I installed MacPorts, ran sudo port -v selfupdate 2) I ran port update outdated 3) I noticed that db46 @4.6.21_6 was uninstalled during the port update outdated process 4) Apache v2.2.21 will not start, I get the following error:
dyld: Library not loaded: /opt/local/lib/db46/libdb-4.6.dylib Referenced from: /opt/local/apache2/bin/httpd Reason: image not found /opt/local/apache2/bin/apachectl: line 78: 539 Trace/BPT trap: 5 $HTTPD -k $ARGV
New description: I am running OS X 10.7.3 1. I installed MacPorts, ran sudo port -v selfupdate 2. I ran port update outdated 3. I noticed that db46 @4.6.21_6 was uninstalled during the port update outdated process 4. Apache v2.2.21 will not start, I get the following error: {{{ dyld: Library not loaded: /opt/local/lib/db46/libdb-4.6.dylib Referenced from: /opt/local/apache2/bin/httpd Reason: image not found /opt/local/apache2/bin/apachectl: line 78: 539 Trace/BPT trap: 5 $HTTPD -k $ARGV }}} -- Comment: Without a transcript, I'm not sure why db46 would have been uninstalled while upgrading outdated ports, unless a newer version of db46 was then installed (but I can find no newer version of db46 available in MacPorts). The obvious solution at this point seems to be to install the db46 port again; have you tried that? -- Ticket URL: <https://trac.macports.org/ticket/34336#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS