Hi, Sorry this is really late. Make sure you have glibc(i386) in your RPMS directory. You probably have ldconfig errors also. Also make sure you have the openssl-0.9.7a package in the RPMS directory Stafford On Thu, 2004-02-26 at 03:04, Greg Dickie wrote: > Hi, > > I'm having some problems running buildinstall on my redhat9 based distro. > I get the following. openssl is in the RPMS directory but for some reason its > not showing up. Any ideas? > > Patching python library... > Removing unused python files in hdimage... Traceback (most recent call last): > File "/usr/bin/anaconda", line 141, in ? > import dispatch > File "/usr/lib/anaconda/dispatch.py", line 19, in ? > from packages import readPackages, checkDependencies, doInstall > File "/usr/lib/anaconda/packages.py", line 34, in ? > from syslogd import syslog > File "/usr/lib/anaconda/syslogd.py", line 18, in ? > from socket import * > File "/usr/lib/python2.2/socket.py", line 41, in ? > from _socket import * > ImportError: libssl.so.4: cannot open shared object file: No such file or > directory > done. > > thanks, > Greg