On Fri, 30 Apr 2004, kandiah ratnavale wrote: > unable to complete install of PosrtgreSQL without undernoted libraries > > libcrypto.so.2 > libssl.so.2 > > need assistance to locate these libraries for download?? > > earlier request of few days ago not responded to!!
Those libs are generally available as packages for bsd or linux, as part of your distribution. What OS / version are you running? Have you tried searching in google to see if you can find them? libssl.so.2 is part of openssl, libcrypto is too. so, it looks like you don't have openssl installed. If you're running a linux package, look through your rpms to find openssl and install that. Note that you should look for any security updates to openssl, as there have been a few nasty security bugs found in it recently. ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])