Page 1 of 1

httpd-devel

Posted: Fri Dec 02, 2005 5:18 am
by KingAragorn
I am trying to install this via:

yum install httpd-devel

as I need it to install mod_security, but I am getting the following:

....Unable to satisfy dependencies
Package httpd-devel needs httpd = 2.0.46-46.2.ent.centos.1, this is not available.

Result of rpm -q httpd:
httpd-2.0.46-46.3.ent.centos.1

I am using the atomic channel/plesk 7.5. Everything worked great, except I can't get the httpd-devel to be installed. Is there some other way to install this w/o breaking anything?

Thanks.

Posted: Fri Dec 02, 2005 7:21 pm
by acidbox
try up2date httpd-devel

Posted: Fri Dec 02, 2005 10:31 pm
by scott
Are you on centos or rhel3? What do your base and updates channels look like?

Posted: Fri Dec 02, 2005 11:48 pm
by KingAragorn
Sorry, forgot to mention. This is on CentOS 3.3, Plesk 7.5.4.

Here's my yum.conf contents:

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1

[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/3ES/

[atomic-app-vault]
name=Atomic Rocket Turtle - $releasever - Atomic PSA App Vault RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/app-vault/

[psa-7.5]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.5 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomi ... CentOS3.3/

[base]
name=Atomic Rocket Turtle - $releasever - Base OS RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/base/3ES/

[updates]
name=Atomic Rocket Turtle - $releasever - OS Update RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-p ... dates/3ES/

Did I miss anything? Thanks.