How to?
							
						
					httpd-devel
				
					Collapse
				
			
		
	X
- 
	
	
	
	
		
	
	
	
		
	
		
			
				
	
	
	
	
	
	
	
	
	
 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
- 
	
	
	
	
		
	
	
	
		
	
		
			
				
	
	
	
	
	
	
	
	
	
 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
- 
	
	
	
	
		
	
	
	
		
	
		
			
				
	
	
	
	
	
	
	
	
	
 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=694Comment
Comment