|
Posted by Michael Beecken on May 20, 2006, 3:23 am
If you were Registered and logged in, you could reply and use other advanced thread options
Hi to all!
I have installed openvpn 2.07 on a Linux Suse 10 computer.
I could not find a clear information how to start the vpn but tried
openvpn --configure server.conf and openvpn start and openvpn restart
But whatever I do this message comes.
openvpn: error while loading shared libraries: liblzo.so.1: cannot open
shared object file: No such file or directory
BigBoss:/usr/sbin #
I downloaded the lzo package 2.... and later I tried 1.08.
installed it with
.configure
make check
make test (you can now install.....)
make install
But the vpn answer stays the same
Can anybody help me?
Thanks in advance
Michael
my server.conf looks like this:
port 1194
proto tcp
dev tun
ca ca.crt
cert server.crt
key server.key # This file should be kept secret
dh dh1024.pem
server 192.168.168.0 255.255.255.0
ifconfig-pool-persist ipp.txt
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3
|