LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   httpd won't start (apache 2.0 newly installed) (https://www.linuxquestions.org/questions/linux-software-2/httpd-wont-start-apache-2-0-newly-installed-52075/)

Who 03-27-2003 04:04 PM

httpd won't start (apache 2.0 newly installed)
 
Okay, my new install of Apache 2.0 won't start, saying it can't find a shared library. What am I missing?

Here's a little background:
Slackware 8.1 comes with Apache 1.3 installed and running on boot. This is great, but I thought - why not upgrade to Apache 2.0? So, I removed the 1.3 package (with removepkg) and then added the 2.0 package, like this:

Code:

[Download] $ lynx http://www.apache.org/dist/httpd/httpd-2_0_40.tgz
[InstallPkg] $ installpkg httpd*
[Configure] $ ./configure 
[Compile] $ make 
[Install] $ make install 
[Customize] $ vi /usr/local/apache2/conf/httpd.conf

I also edited apachectl to point to the new httpd in /httpd-2.0.40/bindist/bin, and then I tried "apachectl start". In return for all my love and effort, I get this:

Code:

/httpd-2.0.40.bindist/bin/httpd: error while loaing shared libraries: libapruti
l.so.0: cannot open shared object file: No such file or directory
/usr/sbin/apachectl start: httpd could not be started

Does anybody have a clue what I can change or what I'm missing?

Thanks,

Who 03-28-2003 08:06 AM

Problem solved with information at this post:
http://www.linuxquestions.org/questions/history/42503

Oddly enough, I found this post by searching Yahoo, not the forum search.:rolleyes:


All times are GMT -5. The time now is 12:24 AM.