On Oct 15, 2006, at 9:31 PM, Néstor wrote:
I am trying to get my php/mysql runnig in one of my red hat systems and I notice that I am missing php-mysql.so. I do have this file on my failover system(same red had OS). Can I just copy the php-mysql.so from one system to the other?
You can, but I'd recommend you just install the php-mysql package on the system where it's missing. That will provide the .so file and now your system's package manager will actually know it's installed so it can keep it up to date. You will need to restart Apache after adding the module.
-- Joshua Penix http://www.binarytribe.com Binary Tribe Linux Integration Services & Network Consulting -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
