Re: [users@httpd] Apache won't start after install on Unix-like system

2016-03-20 Thread Luca Toscano
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

Re: [users@httpd] Apache won't start after install on Unix-like system

2016-03-19 Thread Roparzh Hemon
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

[users@httpd] Apache won't start after install on Unix-like system

2016-03-19 Thread Roparzh Hemon
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

Re: [users@httpd] Apache won't start after install on Unix-like system

2016-03-19 Thread o haya
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.

Re: [users@httpd] Apache won't start after install on Unix-like system

2016-03-19 Thread Roparzh Hemon
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

Re: [users@httpd] Apache won't start after install on Unix-like system

2016-03-19 Thread o haya
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

Re: [users@httpd] Apache won't start after install on Unix-like system

2016-03-19 Thread Roparzh Hemon
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: >

Re: [users@httpd] Apache won't start after install on Unix-like system

2016-03-18 Thread Roparzh Hemon
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

Re: [users@httpd] Apache won't start after install on Unix-like system

2016-03-18 Thread Yehuda Katz
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