Results 1 to 4 of 4
what the command should i use to install php in fedora 8?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-10-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 38
php install
what the command should i use to install php in fedora 8?
- 06-10-2008 #2
It should be as simple as
If you need mysql support, then doCode:#yum install php
Code:#yum install php php-mysql
- 06-10-2008 #3Just Joined!
- Join Date
- Apr 2008
- Posts
- 38
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
- 06-10-2008 #4
Those error messages have nothing to do with php. Try the following
Code:#yum -y install php --exclude=mono --exclude=muine


Reply With Quote
