Problems with easyApache and YUM... BIG PROBLEM

eddiemalar

Member
Nov 6, 2010
8
0
51
Hi... we need to recompile apache with ZIP module, but when we use easyApache the proccess stops and give us that response:

!! The server's system package manager, 'YUM', failed. !!

!!
This is the command that failed: yum --exclude=kernel* -y install automake19 gettext libstdc++.x86_64 libpng-devel openssl libpng-dev zlib-devel autoconf261 libidn-devel gmake libidn libXpm openssl-devel automake coreutils patch libltdl3-devel libltdl libopenssl0.9.7-static-devel libtool-ltdl-devel libXpm-devel sed libXpm-dev lsof krb5-dev flex glibc-dev expat-dev krb5-devel libstdc++-devel.x64_64 xorg-x11-devel libtool-ltdl libssl-dev pam-devel libopenssl0-devel zlib1-devel expat-devel libopenssl0-dev expat glibc-devel gcc-c++ zlib bison libjpeg-devel libtool-libltdl-devel libtool openssl-dev libopenssl0 libz-devel libjpeg-dev pam-dev fileutils libltdl-devel libopenssl0.9.7-devel e2fsprogs-devel make libstdc++-dev.x86_64 libX11-devel libstdc++-devel.x86_64 gd cpp xorg-x11-dev gcc ssl-dev autoconf lex !!

!!
Since EasyApache was unable to resolve it automatically you should: 1) Manually run the failed YUM command (shown above) via SSH 2) See if your particular error is addressed at EaError < AllDocumentation < TWiki 3) Resolve the YUM problem manually 4) Re-run EasyApache !!

!! Please visit EaError < AllDocumentation < TWiki for help with this error. !!

!! Restoring original working apache !!


We upgraded YUM from ssh and everything was done satisfactorily, did not give us any error ... EasyApache but still gives us problems ... is odd because earlier we had recompiled apache in this way with other modules without having problems

Any idea...¿?

Thanks
 

noobobo

Registered
Jan 5, 2011
1
0
51
Luxembourg
I had the same problem. See below how the support team of my hoster solved the prob:

While running easyapache, we were getting the openssl package conflicts in the server.

#####
file /usr/lib/openssl/engines/libsureware.so from install of openssl-0.9.8e-12.el5_5.7.i386 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i686
file /usr/lib/openssl/engines/libubsec.so from install of openssl-0.9.8e-12.el5_5.7.i386 conflicts with file from package openssl-0.9.8e-12.el5_5.7.i686
#####

The openssl errors are due to a i386 build package mistakenly being uploaded to the i686 repository by the CentOS team. We have corrected it by reinstalling openssl in the server by running the following commands via shell.

###
rpm -e --justdb --nodeps openssl.i386
yum install openssl
###
 

hectorpn

Member
Sep 23, 2010
19
0
51
@noobobo post saved the day!! Reinstalling openssl workdfor me and can now do an Easy Apache build again with no problems. Cheers.