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. |