View Single Post
  #7 (permalink)  
Old 04-21-2006, 12:30 PM
jnetman1 jnetman1 is offline
Intermediate Member
 
Posts: 17
Default

Never mind - got the network edition to work on FC5 by copying /lib/libssl.so.0.9.7f and /lib/libcrypto.so.0.9.7f from FC4 to /lib on FC5, then:

ln -s /lib/libssl.so.0.9.7f /lib/libssl.so.5
ln -s /lib/libcrypto.so.0.9.7f /lib/libcrypto.so.5

and it installed fine. Appears to be functioning correctly.
Reply With Quote