up vote 3 down vote favorite
share [g+] share [fb]

I've installed passenger a little while back and when I restarted my mac tonight, Apache2 won't start.

Here is what I get.

Anyone have any ideas? Re-install Apache2?

dyld: Library not loaded: /usr/lib/libaprutil-1.0.dylib
  Referenced from: /usr/sbin/httpd
  Reason: no suitable image found.  Did find:
    /usr/lib/libaprutil-1.0.dylib: mach-o, but wrong architecture
    /usr/lib/libaprutil-1.0.dylib: mach-o, but wrong architecture
    /usr/lib/libaprutil-1.0.dylib: mach-o, but wrong architecture
/usr/sbin/apachectl: line 78: 10530 Trace/BPT trap          $HTTPD $ARGV
link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Looks like the module was compiled for the wrong architecture. As trivial as it might seem, try uninstalling passenger to see whether this was the problem and then try to reinstall it.

link|improve this answer
feedback

Sounds like that module isn't installed correctly. Try disabling it in your apache configuration (in /etc/apache2/)

link|improve this answer
i might have bigger issues than I thought: -bash: a2dismod: command not found – IEnumerator Dec 6 '08 at 18:43
Yeah, that script wouldn't be present. I've updated my answer accordingly. – Dana the Sane Dec 16 '08 at 4:18
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.