Results 1 to 4 of 4
Hey, I'm trying to install GNOME on CentOs 5.0, but I'm getting a weird message.
I have Cpanel 11, so naturally I have apache.
But it's giving me this....
"Missing ...
- 10-11-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 12
Trying to install GNOME via yum. Says httpd missing, when its not. Cpanel.
Hey, I'm trying to install GNOME on CentOs 5.0, but I'm getting a weird message.
I have Cpanel 11, so naturally I have apache.
But it's giving me this....
"Missing Dependency: httpd >= 2.2.0 is needed by package gnome-user-share".
I'm seriously stumped on how to fix this...
- 10-11-2007 #2
What is the output of doing
andCode:#rpm -qa | grep -i httpd
Code:#yum list | grep -i httpd
- 10-12-2007 #3Just Joined!
- Join Date
- May 2007
- Posts
- 12
I have cpanel, so apache is built in "/home/cpapachebuild/buildapache/"[root@server ~]# yum list | grep -i httpd
lighttpd.i386 1.4.18-1.el5.rf rpmforge
lighttpd-fastcgi.i386 1.4.18-1.el5.rf rpmforge
lighttpd-mod_mysql_vhost.i386 1.4.18-1.el5.rf rpmforge
system-config-httpd.noarch 5:1.3.3.1-1.el5 base
thttpd.i386 2.25b-4.el5.rf rpmforge
[root@server ~]# rpm -qa | grep -i httpd
[root@server ~]#
And my httpd.conf like is located in
"/usr/local/apache/conf/httpd.conf"
I don't know if that helps.
Is there any way to tell yum to not process the apache dependency?
- 10-17-2007 #4
Have you tried omitting gnome-user-share from the list of packages to be installed?


Reply With Quote