Announcement

Collapse
No announcement yet.

httpd-devel

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • httpd-devel

    How to?

  • #2
    It says nothing found when trying to yum install httpd-devel
    How do I add this?

    The end goal is to add mod_cloudflare

    Comment


    • #3
      Package httpd-devel is available in our repository. Make sure you don have it installed already.
      You can check by running

      rpm -qi httpd-devel

      If it is not installed, try running /usr/sbin/rhn_check
      It should return without any output. If you get any errors -- there is something with your server subscription to CLN.

      Comment


      • #4
        root@xx [~]# rpm -qi httpd-devel
        package httpd-devel is not installed
        root@xx [~]# /usr/sbin/rhn_check
        root@xx [~]#

        Here is what I get when I yum:

        root@xx [~]# yum install httpd-devel
        Loaded plugins: fastestmirror, rhnplugin
        Loading mirror speeds from cached hostfile
        Excluding Packages in global exclude list
        Finished
        Setting up Install Process
        No package httpd-devel available.
        Nothing to do
        root@xx [~]#

        Comment


        • #5
          Is it cPanel server?
          I think httpd-devel is in excludes in /etc/yum.conf
          If you run cPanel -- don remove httpd-devel from excludes. Use this guide to install mod_cloudflare:

          http://www.cloudflare.com/wiki/index...tle=Cpanel&action=edit&oldid=694

          Comment


          • #6
            Worked perfect. Thank you.

            Comment

            Working...
            X