LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Error: Missing Dependency: httpd >= 2.2.0 is needed by package gnome-user-share (https://www.linuxquestions.org/questions/linux-server-73/error-missing-dependency-httpd-%3D-2-2-0-is-needed-by-package-gnome-user-share-686538/)

cucolin@ 11-26-2008 11:33 PM

Error: Missing Dependency: httpd >= 2.2.0 is needed by package gnome-user-share
 
trying to install gnome on a centos server. reason for this is that i need to install a virtual machine on it using maybe virtualbox or something similar. i keep getting the error in the subject line:
Error: Missing Dependency: httpd >= 2.2.0 is needed by package gnome-user-share

when i do:
yum groupinstall "GNOME Desktop Environment"

then i get error:
--> Processing Dependency: httpd >= 2.2.0 for package: gnome-user-share
---> Package PyXML.x86_64 0:0.8.4-4 set to be updated
---> Package lockdev.x86_64 0:1.0.1-10 set to be updated
--> Finished Dependency Resolution
Error: Missing Dependency: httpd >= 2.2.0 is needed by package gnome-user-share

is there a way to work this out? thanks..

nidhinmd 11-27-2008 01:00 AM

First install httpd-2.2.0 with yum install httpd-2.2.0 after that try yum groupinstall "GNOME Desktop Environment"

cucolin@ 11-27-2008 12:42 PM

but httpd is installed:

# httpd -v
Server version: Apache/2.2.10 (Unix)
Server built: Nov 25 2008 14:16:52
Cpanel::Easy::Apache v3.2.0 rev4526

this is a dedicated server we have at a hosting company. it seems to be installed in a different way, not sure how? thanks


All times are GMT -5. The time now is 11:57 AM.