Hello!
My understanding from the error message is that you have the wrong dynamic
library loaded. Try the following command (with your http path):
otool -L /usr/sbin/httpd
/usr/sbin/httpd:
/usr/lib/libpcre.0.dylib (compatibility version 1.0.0, current version
1.1.0)
/usr/lib/libaprutil-1.0.dylib
Thanks for your feedback. The question in the StackExchange link you
gave indeed has an error message resembling mine closely. But I didn't
use homebrew and the answers in the StackExchange link do not apply to
my case.
Would you mind telling me what combination of words you tried in
Google ? So I
I get the following error message :
$ bin/apachectl -k start
dyld: Library not loaded: /lib/libaprutil-1.0.dylib
Referenced from: /bin/httpd
Reason: Incompatible library version: httpd requires version 6.0.0
or later, but libaprutil-1.0.dylib provides version 4.0.0
../bin/apachectl: line 79: 9
arzh Hemon wrote:
Subject: Re: [users@httpd] Apache won't start after install on Unix-like system
To: users@httpd.apache.org, "o haya"
Date: Friday, March 18, 2016, 12:08 PM
"What version of
Apache? I'm guessing it's 2.4.x? If so, 2.4+
uses
APR libraries.
rk, maybe you can try the latest 2.2+
> version, e.g., 2.2.31 I think, which wouldn't require APR
>
>
> ------------
> On Fri, 3/18/16, Roparzh Hemon wrote:
>
> Subject: [users@httpd] Apache won't start after install on Unix-like
Roparzh Hemon wrote:
Subject: [users@httpd] Apache won't start after install on Unix-like system
To: users@httpd.apache.org
Date: Friday, March 18, 2016, 11:43 AM
I get the following error message :
$ bin/apachectl -k start
dyld: Library not loaded: /lib/libaprutil-1.0.dylib
Re
ork, maybe you can try the latest 2.2+
> version, e.g., 2.2.31 I think, which wouldn't require
> APR
> >
> >
> >
>
> > On Fri, 3/18/16, Roparzh Hemon
> wrote:
> >
> > Subject:
>
Thank you for your help Luca!
As a matter of fact, I eventually succeeded in solving my problem
before reading your post by restarting from scratch and re-making all
the installs.
For the record, here is the current output of otool :
$ otool -L bin/httpd
bin/httpd:
/usr/lib/libpcre.0.dylib (co
Are you running on mac? A quick Google search shows several possibilities,
all homebrew related.
http://stackoverflow.com/questions/31036704/starting-apache-httpd-with-homebrew-php55-dyld-library-not-loaded-usr-local
- Y
On Fri, Mar 18, 2016 at 11:43 AM, Roparzh Hemon
wrote:
> I get the follow