httpd-devel

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tadgill
    Junior Member
    • Mar 2021
    • 4

    #1

    httpd-devel

    How to?
  • tadgill
    Junior Member
    • Mar 2021
    • 4

    #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

    • iseletsk
      Senior Member
      • Dec 2017
      • 1199

      #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

      • tadgill
        Junior Member
        • Mar 2021
        • 4

        #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

        • iseletsk
          Senior Member
          • Dec 2017
          • 1199

          #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

          • tadgill
            Junior Member
            • Mar 2021
            • 4

            #6
            Worked perfect. Thank you.

            Comment

            Working...