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
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.
"What version of Apache? I'm guessing it's 2.4.x? If so, 2.4+ uses
APR libraries. If you can't get it to work, maybe you can try the
latest 2.2+ version, e.g., 2.2.31 I think, which wouldn't require
APR"
Yes, I downloaded the latest version, namely 2.4.18. But why should
the use of APR lib
Hi
What version of Apache? I'm guessing it's 2.4.x? If so, 2.4+ uses APR
libraries. If you can't get it to work, 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:
hat
> is in 2.4.x that you need, and if 2.2.31 does what you need then maybe the
> quickest way to get things working is 2.2.31? Just a suggestion...
>
>
>
> On Fri, 3/18/16, Roparzh Hemon wrote:
>
> Subject: Re: [users@httpd
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