Mysql Sites are not pulling up!! after Apache update

SupermanInNY

Verified User
Joined
Sep 28, 2004
Messages
420
I don't intend to spam in this forum, but I'm not sure where this posting should reside.

I've upgraded PHP to version 4.40.
It worked great.
Then, I've added few modules and recompiled.
It failed (of course).
I restarted Apache.. no problem.
BUT,. non of my mysql sites are able to connect /load.

All sites are pulling up fine with PHP and HTML.
But sites that have OsCommerce, or InvisionBoard or any use of mysql are not loading up.

mysql is running in the background,. so I'm very confused about this.

Where should I look to give an indication of how to find the problem and fix it?

When tailing:
/var/log/httpd # tail -f error_log

I do have lots of those:

[Fri Jul 22 15:49:35 2005] [notice] child pid 28455 exit signal Segmentation fault (11)
[Fri Jul 22 15:49:37 2005] [notice] child pid 28379 exit signal Segmentation fault (11)
[Fri Jul 22 15:49:37 2005] [notice] child pid 28394 exit signal Segmentation fault (11)
[Fri Jul 22 15:49:37 2005] [notice] child pid 28396 exit signal Segmentation fault (11)
[Fri Jul 22 15:49:38 2005] [notice] child pid 28398 exit signal Segmentation fault (11)
[Fri Jul 22 15:49:40 2005] [notice] child pid 28401 exit signal Segmentation fault (11)
[Fri Jul 22 15:49:40 2005] [notice] child pid 28402 exit signal Segmentation fault (11)
[Fri Jul 22 15:49:42 2005] [notice] child pid 28404 exit signal Segmentation fault (11)



UPDATE:
======

Aparently I did a boo-boo.
I allowed mysql to be upgraded and perhaps I think I even did it myself.
I installed a mysql 4.1 version client while running a 4.023 server.
I rpm -e the package,. recompiled and now everything is nice and dandy.

Issue RESOLVED.

-Alon.

-Alon.
 
Last edited:
Glad you got it worked out, however I would like to provide just a gentle reminder that you don't need to post in multiple forums ;)
 
jmstacey said:
Glad you got it worked out, however I would like to provide just a gentle reminder that you don't need to post in multiple forums ;)

Yes.. I apologize for this 'spam-like', as noted on the top:

"I don't intend to spam in this forum, but I'm not sure where this posting should reside."

As this was a toss between an Apache problem and Mysql problem.

But,. alas, the issue was resolved :)

Thanks,

-Alon.
 
Either forum would have done, Alon.

You might want to check my list of programs to exclude from automatic update. I posted it again today so looking at today's posts from me will probably find it for you.

Jeff
 
Back
Top