View Single Post
  #16 (permalink)  
Old 09-10-2005, 06:07 AM
GertThiel GertThiel is offline
Active Member
 
Posts: 42
Default Solved

I got ZCS up and running. Sym linking libcrypto.so libssl.so did it:

Code:
cd /lib
ln -s libcrypto.so.0.9.7f libcrypto.so.4
ln -s libssl.so.0.9.7f libssl.so.4
Thanks.

- Gert
Reply With Quote