hanyu-natsu / android-openvpn-installer

Automatically exported from code.google.com/p/android-openvpn-installer
0 stars 0 forks source link

openvpn binary can't load liblzo.so #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install openvpn-installer
2. run it
3. try openvpn

What is the expected output? What do you see instead?
Everything should be good, instead my device didn't set up the network
interface

What version of the product are you using? On what operating system?
openvpn installer 0.2.3 available from market on liquid with android 1.6 donut 

Please provide any additional information below.
simply solved using another openvpn binary file downloaded from
http://github.com/downloads/fries/android-external-openvpn/openvpn-static-2.1.1.
bz2
May be you should only need to change that.

Original issue reported on code.google.com by pietro.m...@gmail.com on 16 May 2010 at 10:13

GoogleCodeExporter commented 8 years ago
Which path did you choose for ifconfig?

Original comment by friedrich.schaeuffelhut on 9 Jun 2010 at 11:09

GoogleCodeExporter commented 8 years ago
it's not a ifconfig/route or similar problem,

D/OpenVPN-DaemonMonitor[/sdcard/openvpn/phaseweb.conf]-daemon-stderr( 2979): 
link_image[1721]:  3093 could not load needed library 'liblzo.so' for 
'/system/xbin/openvpn' (load_library[1051]: Library 'liblzo.so' not 
found)CANNOT LINK EXECUTABLE

so using a static instead a dynamic executable fixes this issue

Original comment by mont...@gmail.com on 20 Aug 2010 at 7:02

GoogleCodeExporter commented 8 years ago
Strange, the version of openvpn included with OpenVPN-Installer should be 
statically linked and not be dependent on liblzo.so

Original comment by friedrich.schaeuffelhut on 16 Sep 2010 at 1:50

GoogleCodeExporter commented 8 years ago

Original comment by friedrich.schaeuffelhut on 16 Sep 2010 at 1:51

GoogleCodeExporter commented 8 years ago
tested now with lcr-f ROM on acer liquid and still get the same problem

Original comment by pietro.m...@gmail.com on 25 Feb 2011 at 4:18