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.
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: