what the command should i use to install php in fedora 8?
Printable View
what the command should i use to install php in fedora 8?
It should be as simple as
If you need mysql support, then doCode:#yum install php
Code:#yum install php php-mysql
i try to install php with yum install php command but this error occured
--> Finished Dependency Resolution
Error: Missing Dependency: mono(gdk-sharp) = 2.10.0.0 is needed by package muine
Error: Missing Dependency: mono(glib-sharp) = 2.10.0.0 is needed by package muine
Error: Missing Dependency: mono(gtk-sharp) = 2.10.0.0 is needed by package muine
Those error messages have nothing to do with php. Try the following
Code:#yum -y install php --exclude=mono --exclude=muine