how to recompile php with mysql when you installed php through rpm

salganata

New Member
I have upgrade PHP version to 5.3.2 on fedora core 6 system through RPM. Now php is working fine but Mysql is not associated with PHP. When I checked phpinfo it says '--without-mysql' '--without-gd' in configure command.I tried running ./configure command which suppose to fire through source of php, but I've installed php through RPM, how do I find the source? ./configure command is not at all working.Any alternative to recompile php with mysql if I install php through RPM.Thanks,
 
Back
Top