A
Anonymous
Guest
do thislababidi said:I am running Fedora Core 1 and have mysql 4.1.11 installed and php 4.3.8.
but when i do an rpm -qa php the php installation does not show. i want to uninstall this version of php and install a new one. every time i try and install php5 it goes through but under phpinfo(), it still shows php 4.3.8.
any help would be greatly appreciated.
Code:
$ rpm -qa | grep php
which you need to remove by
Code:
$ rpm -e [package name]