LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   apache wont start... any ideas... (https://www.linuxquestions.org/questions/linux-software-2/apache-wont-start-any-ideas-63230/)

Gear_freak2000 06-02-2003 12:49 PM

apache wont start... any ideas...
 
[root@cytoweb local]# /etc/init.d/httpd start
Starting httpd: Syntax error on line 6 of /etc/httpd/conf.d/auth_mysql.conf:
Cannot load /etc/httpd/modules/mod_auth_mysql.so into server: libmysqlclient.so.
10: cannot open shared object file: No such file or directory
FAILED]
[root@cytoweb local]#

Any idea on how 2 fix this problem!!

Thanks for any help!

trickykid 06-02-2003 12:52 PM

Well it clearly tells you that it cannot load mod_auth_mysql.so as it probably is a wrong path.. etc. Check your path to make sure its correct to load that module.

Gear_freak2000 06-02-2003 12:53 PM

no wait scrap that!

I want 2 remove apache from my server so i can install it again.... how do i go about removing it?

trickykid 06-02-2003 12:56 PM

Quote:

Originally posted by Gear_freak2000
no wait scrap that!

I want 2 remove apache from my server so i can install it again.... how do i go about removing it?

What's wrong with it now, your reason to remove it that is? Just wondering really.

Gear_freak2000 06-02-2003 12:59 PM

sorry let me make things a bit more clear...

Im using REDHAT 9.0 i want 2 remove the one that it installs so that can install it from source....

i thought i had removed it but when i try and install the new one i get this error:


<LOADS OF cp: things>
cp: `include/util_xml.h' and `/usr/local/httpd-2.0.46/include/util_xml.h' are th
e same file
make[1]: *** [install-include] Error 1
make[1]: Leaving directory `/usr/local/httpd-2.0.46'
make: *** [install-recursive] Error 1
[root@cytoweb httpd-2.0.46]#

Crashed_Again 06-02-2003 01:10 PM

How did you uninstall it exactly?

Gear_freak2000 06-02-2003 01:12 PM

i unisntalled it using the add/remove programs thing that comes with redhat 9.0...

if i try

rpm -e httpd

i get this error

[root@cytoweb httpd-2.0.46]# rpm -e httpd
error: Failed dependencies:
httpd-mmn = 20020628 is needed by (installed) mod_perl-1.99_07-5
httpd-mmn = 20020628 is needed by (installed) mod_python-3.0.1-3
httpd-mmn = 20020628 is needed by (installed) php-4.2.2-17
httpd-mmn = 20020628 is needed by (installed) mod_auth_mysql-1.11-12
httpd-mmn = 20020628 is needed by (installed) mod_auth_pgsql-0.9.12-14
libapr.so.0 is needed by (installed) mod_perl-1.99_07-5
libaprutil.so.0 is needed by (installed) mod_perl-1.99_07-5
webserver is needed by (installed) webalizer-2.01_10-11
httpd is needed by (installed) redhat-config-httpd-1.0.1-18
httpd >= 2.0.40 is needed by (installed) mod_perl-1.99_07-5
httpd >= 2.0.40 is needed by (installed) mod_python-3.0.1-3
httpd >= 2.0.40 is needed by (installed) mod_auth_mysql-1.11-12
httpd >= 2.0.40 is needed by (installed) mod_auth_pgsql-0.9.12-14


All times are GMT -5. The time now is 08:22 PM.