Find the answer to your Linux question:
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 ...
  1. #1
    Just 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...

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    What is the output of doing
    Code:
    #rpm -qa | grep -i httpd
    and
    Code:
    #yum list | grep -i httpd

  3. #3
    Just Joined!
    Join Date
    May 2007
    Posts
    12
    [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 ~]#
    I have cpanel, so apache is built in "/home/cpapachebuild/buildapache/"
    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?

  4. #4
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    Have you tried omitting gnome-user-share from the list of packages to be installed?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...