Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-08-2003, 12:59 PM
|
#1
|
LQ Newbie
Registered: Jul 2003
Posts: 11
Rep:
|
starting httpd
When i try to start web server in red hat 9.0 by the command
/etc/rc.d/init.d/httpd start
i get the following error
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: /usr/lib/libmysqlclient.so.10: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
what does this mean and how do i resolve it ?
|
|
|
07-08-2003, 01:09 PM
|
#2
|
Member
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132
Rep:
|
dont start by command line
go to main menu > system settings > server settings > services
then u can start httpd from there
theres a ton of other proceses that you dont need in there too that u can turn off
|
|
|
07-08-2003, 01:13 PM
|
#3
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Well, just like the error states its trying to load the module: mod_auth_mysql.so but it can't find it..
Edit your httpd.conf file accordingly and then try restarting, without that module, unless you need that module of course, then there's more trouble shooting you'll need to do and find out why its not loading it properly.
And Spaz17,
There isn't nothing starting from a command line over GUI that is causing this problem, it would most likely give the same error.
|
|
|
07-08-2003, 02:21 PM
|
#4
|
Member
Registered: Jul 2003
Location: Somewhere, over the rainbow, way up high
Distribution: Gentoo
Posts: 132
Rep:
|
ya i no man
a little off topic
but u c all the services at once that way, and theres less typing
being that hes gunna be restartin and shuttin down and what not a lot in the near future
just tryin to make life easier

|
|
|
08-29-2003, 09:45 PM
|
#5
|
LQ Newbie
Registered: Aug 2003
Distribution: Slackware
Posts: 3
Rep:
|
I'm going to bet that you have installed a game server on this machine. I had the same problem after installing a Half Life/Counter-Strike server on my machine, and I think I have a fix for you. The problem is caused by running ldconfig after installing admin-mod with mysql support. Its mysql Library is not compatable with apache (It wasn't written for apache)
at the command line delete the offending file by typing
rm /usr/lib/libmysqlclient.so.10
and then press y to confirm.
then to update your dnyamic libraries, type
ldconfig [enter]
and wait for it to update.
last of all, type
/etc/rc.d/init.d/httpd start
<or whatever your command to start apache is>
Gool luck with it
Alex Chard
|
|
|
All times are GMT -5. The time now is 04:52 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|