LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing Majordomo using RedHat RPM (https://www.linuxquestions.org/questions/linux-newbie-8/installing-majordomo-using-redhat-rpm-253094/)

mhabirami 11-10-2004 12:20 AM

Installing Majordomo using RedHat RPM
 
Hi,

Has anyone installed Majordomo using RedHat packages?

When I tried to install majordomo-1.94.1-4.i386.rpm, the installation failed because some dependencies failed. libc.so.5 was required. I installed libc-5.4.44-1.i386.rpm again and that again failed due to missing dependencies.

What are the other RPMs to be installed when installing majordomo-1.94.1-4.i386.rpm?

Can anyone help me?

Thanks in advance.

linux_terror 11-10-2004 12:39 AM

as root...
#updatedb
#locate libc.so.5
is it there?
if it is try
#ldconfig
if its there and still doesnt work after ldconfig...
#export LD_LIBRARY_PATH=/path/to/the/dir/libc.so.5/is/in/
#ldconfig
try to install again

linux_terror


All times are GMT -5. The time now is 10:24 AM.