Hi, perhaps anybody could give me a hint who to statically compile openvpn with LZO and SSL? I want it to run on a system where the "on-board" SSL is very limited in case of supported ciphers and where is no possibility to install LZO.
I already found this topic: http://article.gmane.org/gmane.network.openvpn.devel/558/match=static and changed my Makefile according but this doesn´t seem to work for lzo - when runing openvpn on the system without lzo theres an error complaining about missing LZO (./openvpn: error while loading shared libraries: liblzo.so.1: cannot open shared object file: No such file or directory). How has the Makefile (...what else?) to be modified for LZO? Is "LDADD = -static -lssl -lcrypto -lzo" correct? Besides, if I use statically compiled SSL support, does this override the already present SSL? Thanks for any hint! regards Dirk