Error installing Apache on CentOS BOX

Just to note: I’m using a demo license to see if this solution will work for us, so I’m asking for install help here.
I did a fresh install of CentOS and began the InterWorx installation, and got a Transaction Check Error–Apache could not be installed

I saw a previous post here with the same issue, with no resolution (they never posted their script output)–here is the script output from beginning to error:


STATUS: Installing the Apache webserver
Repository base is listed more than once in the configuration
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package httpd-devel.x86_64 0:2.0.54-100.rhe4x.iworx set to be updated
---> Package apr-devel.x86_64 0:0.9.6-1.rhe4x.iworx set to be updated
---> Package mod_ssl.x86_64 1:2.0.54-100.rhe4x.iworx set to be updated
---> Package apr-util-devel.x86_64 0:0.9.6-1.rhe4x.iworx set to be updated
---> Package httpd.x86_64 0:2.0.54-100.rhe4x.iworx set to be updated
--> Running transaction check
--> Processing Dependency: apr-util = 0.9.6 for package: apr-util-devel
--> Processing Dependency: httpd = 2.0.52-22.ent.centos4 for package: httpd-manual
--> Processing Dependency: libtool for package: httpd-devel
--> Processing Dependency: apr = 0.9.6 for package: apr-devel
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package apr.x86_64 0:0.9.6-1.rhe4x.iworx set to be updated
---> Package apr-util.x86_64 0:0.9.6-1.rhe4x.iworx set to be updated
---> Package libtool.x86_64 0:1.5.6-4.EL4.1.c4.3 set to be updated
---> Package httpd-manual.x86_64 0:2.0.54-100.rhe4x.iworx set to be updated
--> Running transaction check
--> Processing Dependency: autoconf for package: libtool
--> Processing Dependency: gcc = 3.4.5 for package: libtool
--> Processing Dependency: automake for package: libtool
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package automake.noarch 0:1.9.2-3 set to be updated
---> Package autoconf.noarch 0:2.59-5 set to be updated
---> Package gcc.x86_64 0:3.4.5-2 set to be updated
--> Running transaction check
--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package glibc-devel.x86_64 0:2.3.4-2.19 set to be updated
--> Running transaction check
--> Processing Dependency: glibc-headers for package: glibc-devel
--> Processing Dependency: glibc-headers = 2.3.4-2.19 for package: glibc-devel
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package glibc-headers.x86_64 0:2.3.4-2.19 set to be updated
--> Running transaction check
--> Processing Dependency: kernel-headers for package: glibc-headers
--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package glibc-kernheaders.x86_64 0:2.4-9.1.98.EL set to be updated
--> Running transaction check

Dependencies Resolved

=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 apr-devel               x86_64     0.9.6-1.rhe4x.iworx  interworx-cp-rhe4x  648 k
 apr-util-devel          x86_64     0.9.6-1.rhe4x.iworx  interworx-cp-rhe4x  331 k
 httpd-devel             x86_64     2.0.54-100.rhe4x.iworx  interworx-cp-rhe4x  137 k
Updating:
 httpd                   x86_64     2.0.54-100.rhe4x.iworx  interworx-cp-rhe4x  1.5 M
 mod_ssl                 x86_64     1:2.0.54-100.rhe4x.iworx  interworx-cp-rhe4x  273 k
Installing for dependencies:
 autoconf                noarch     2.59-5           base              628 k
 automake                noarch     1.9.2-3          base              442 k
 gcc                     x86_64     3.4.5-2          base              4.4 M
 glibc-devel             x86_64     2.3.4-2.19       base              2.4 M
 glibc-headers           x86_64     2.3.4-2.19       base              565 k
 glibc-kernheaders       x86_64     2.4-9.1.98.EL    base              799 k
 libtool                 x86_64     1.5.6-4.EL4.1.c4.3  base              636 k
Updating for dependencies:
 apr                     x86_64     0.9.6-1.rhe4x.iworx  interworx-cp-rhe4x  195 k
 apr-util                x86_64     0.9.6-1.rhe4x.iworx  interworx-cp-rhe4x  120 k
 httpd-manual            x86_64     2.0.54-100.rhe4x.iworx  interworx-cp-rhe4x  2.4 M

Transaction Summary
=============================================================================
Install     10 Package(s)
Update       5 Package(s)
Remove       0 Package(s)
Total download size: 15 M
Downloading Packages:
Running Transaction Test
Finished Transaction Test


Transaction Check Error:   file /usr/lib/libapr-0.so.0 from install of apr-0.9.6-1.rhe4x.iworx conflicts with file from package apr-0.9.4-24.5.c4.1

ERROR: Apache could not be installed.


I hope someone could help me figure this out.

Thanks,
Mario

Mario,

Try to do a:

yum remove apr apr-util apr-devel apr-util-devel

before you run the installer

Chris