when I call phpmyadmin i get coredump [root@server1 ~]# rpm -aq | grep phpMyAdmin phpMyAdmin-3.4.3.2-1.el6.noarch OS: RHEL 6.1 [root@server1 ~]# php -version PHP 5.3.3 (cli) (built: Jan 21 2011 09:39:13) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies with eAccelerator v0.9.6.1, Copyright (c) 2004-2010 eAccelerator, by eAccelerator [root@server1 ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.1 (Santiago) any help
Done ... it works now without dumping after removing the package. Package php-eaccelerator.x86_64 1:0.9.6.1-1.el6 will be erased.
I get the following warning regarding alias.... [root@server1 tmp]# service httpd restart Stopping httpd: [ OK ] Starting httpd: [Tue Sep 13 07:24:12 2011] [warn] The Alias directive in /etc/httpd/conf.d/phpmyadmin.conf at line 9 will probably never match because it overlaps an earlier Alias. [Tue Sep 13 07:24:12 2011] [warn] The Alias directive in /etc/httpd/conf.d/phpmyadmin.conf at line 10 will probably never match because it overlaps an earlier Alias. [Tue Sep 13 07:24:12 2011] [warn] NameVirtualHost *:80 has no VirtualHosts [ OK ] [root@server1 tmp]# # # Web application to manage MySQL # #<Directory "/usr/share/phpmyadmin"> # Order Deny,Allow # Deny from all # Allow from 127.0.0.1 #</Directory> Alias /phpmyadmin /usr/share/phpmyadmin Alias /phpMyAdmin /usr/share/phpmyadmin Alias /mysqladmin /usr/share/phpmyadmin "/etc/httpd/conf.d/phpmyadmin.conf"
it works now .. I removed the overlaps [root@server1 tmp]# service httpd restart Stopping httpd: [ OK ] Starting httpd: [Tue Sep 13 07:32:20 2011] [warn] NameVirtualHost *:80 has no VirtualHosts [ OK ] Thanks