Trying to upgrade openssl is problematic. I have found it easiest to install a seperate (recent) openssl package into /usr/local and link against those libraries for any package (e.g. apache 2.0.48) that may need it. mkdir -p /pkg chmod 755 /pkg cd /pkg wget http://www.openssl.org/source/openssl-0.9.7c.tar.gz tar -zxvf openssl-0.9.7c.tar.gz cd /pkg/openssl-0.9.7c ./Configure linux-elf --prefix=/usr/local make make install cd /pkg wget http://www.apache.org/dist/httpd/httpd-2.0.48.tar.gz tar -zxvf httpd-2.0.48.tar.gz cd /pkg/httpd-2.0.48 --- edit config.layout cd /pkg/httpd-2.0.48 ./configure --enable-ssl=static --with-ssl=/usr/local/bin \ -with-mpm=prefork --enable-layout=RedHat --enable-so \ --enable-mods-shared="cgi info status rewrite speling usertrack deflate mime-magic" \ --enable-mods-shared="most" --disable-ext-filter ----- Original Message ----- From: "bruce" <bedouglas@xxxxxxxxxxxxx> To: <redhat-list@xxxxxxxxxx> Sent: Thursday, March 11, 2004 10:04 AM Subject: RE: trying to resolve dependencies!!! (libcrypto.so.4) > we have an ongoing issue that's perplexing at best... > > we have searched through google and other sites, trying to find the > libcrypto.so.4/libssl.so.4 files. > > we came across the openssl-0.9.7a-5.1.i386.rpm file, which appears to state > that the required files are in the package. we downloaded, and attempted to > install the apckage, only to be informed that libcrypto.so.2<<<<< is > required by 20-30 other apps!!!! > > so, how should one go about trying to update their system!!!! > > right now, we're fearful that we've totally screwed this up... > > thanks... > > bruce > bedouglas@xxxxxxxxxxxxx > (925) 866-2790 > > > > -----Original Message----- > From: redhat-list-admin@xxxxxxxxxx > [mailto:redhat-list-admin@xxxxxxxxxx]On Behalf Of Harry Hoffman > Sent: Thursday, March 11, 2004 8:56 AM > To: redhat-list@xxxxxxxxxx > Subject: Re: trying to resolve dependencies!!! (libcrypto.so.4) > > > Try searching for the file via rpmfind.net > > it's prolly openssl or it's devel package > > --Harry > > Quoting bruce <bedouglas@xxxxxxxxxxxxx>: > > *> hi... > *> > *> we have rh8.0. trying to resolve dependency issues.. and this is painful. > *> can anyone tell us where we can find libcrypto.so.4/libssl.so.4... we > assume > *> that they should be available from redhat, but we have no idea where... > *> > *> we're trying to update up2date... and it seems to require python..which > *> seems to require libcrypto.... > *> > *> thanks > *> > *> bruce > *> bedouglas@xxxxxxxxxxxxx > *> > *> ps. i know this is a hot issue, but installing apps/upgrades should be > easy > *> and shouldn't cause the user to want to curse the day linux was > created!!! > *> > *> > *> -- > *> redhat-list mailing list > *> unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe > *> https://www.redhat.com/mailman/listinfo/redhat-list > *> > > > -- > Harry Hoffman > hhoffman@xxxxxxxxxxxxxxxx > ---------------------------------------------------------------------- ------ > ------ > radical: > 1) Someone waiting in line to become "The Establishment" > > ------------------------------------------------- > This mail sent through IpSolutions: http://www.ip-solutions.net/ > > > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list > > > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list