Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I configure the OpenVPN according the http://dns323.kood.org/howto:openvpn
But, after the command
sh /ffp/start/openvpn.sh start
I get the following error:
/ffp/sbin/openvpn: can't load library 'libssl.so.0.9.8'
I noticed that in /lib directory there is only the:
ibssl.so.1.0.0
My openssl version is 1.0.0. I try to install the older version of openssl 0.9.8. but I lose the ssh connection.
I have installed the Fan_Plug 0.7 oabi and openvpn-2.2.1-oarm-2.tgz
There is any solution??
Thanks
Offline
Maybe you can just put a link from libssl.so.1.0.0 to libssl.so.0.9.8 ?
ln -s ./libssl.so.1.0.0 libssl.so.0.9.8
test it ?
Offline
Thank you memiks for your reply,
I tried to link libssl.so.1.0.0 but the same problem
Also I use the below command in order to specify directory, but the same problem
ln -s ./mnt/HD_a2/ffp/lib/libssl.so.1.0.0 /mnt/HD_a2/ffp/lib/libssl.so.0.9.8
Any idea??
Offline
Hi - It seems that the OpenVPN package is not any more available for the 0.7 funplug under oabi - it is only available for arm, so I cannot get it for my DNS323. Is there a specific reason for that ? I've not tried yet to use the version for the 0.5 funplug as I assume I'd run into the problem described in this thread
Thanks
Offline
philippe44 wrote:
Hi - It seems that the OpenVPN package is not any more available for the 0.7 funplug under oabi - it is only available for arm, so I cannot get it for my DNS323. Is there a specific reason for that ? I've not tried yet to use the version for the 0.5 funplug as I assume I'd run into the problem described in this thread
Thanks
I guess I'll answer my own question : use libssl-so.0.9.8 and libcrypt-so.0.9.8 from the 0.5 package and copy them in /ffp/lib. Seems to be good enough - do not erase the version associated with package 0.7 nor change the links!
Last edited by philippe44 (2013-02-01 10:56:38)
Offline
where did you find an openvpn oabi version ?
Offline
jotenakis wrote:
where did you find an openvpn oabi version ?
I used the one included with fun plug 0.5
Offline
wget http://ffp.wolf-u.li/additional/net-mis … .2.1-2.tgz
then
funpkg -i openvpn-2.2.1-2.tgz
Skipping openvpn-2.2.1-2.tgz: Invalid package filename
???
Offline
jotenakis wrote:
wget http://ffp.wolf-u.li/additional/net-mis … .2.1-2.tgz
then
funpkg -i openvpn-2.2.1-2.tgz
Skipping openvpn-2.2.1-2.tgz: Invalid package filename
???
oh - this one drove me crazy too - funpkg expect the package to be named NAME-VERSION-VARIANT-REVISION (see http://dns323.kood.org/forum/viewtopic.php?id=6958) - will work fine after that !
Offline