Discussion board Search: 
Remember me Registration (Optional)
Forums -> Linux -> Problems with /usr/lib/libcrypto.so.0.9.8 in OpenS
Reply | New topic

Aid_Belial

Postings: 10
New member
          
Problems with /usr/lib/libcrypto.so.0.9.8 in OpenS 07-11-2008 09:24
Hello,
My system is OpenSuse 10.3
I started wiptun from root and after that ./wipclnt <login> <password> from user

wipclnt returned the message:

./wipclnt: /usr/lib/libcrypto.so.0.9.8: no version information available (required by ./wipclnt)

This is very strange because my libcrypto.so.0.9.8 is available by specified path
I see new network adapter, but after a few seconds wiptun was closed and adapter disappeared from system

Interface wip0 4
Leaving...


where is the problem and how I can decide it?
Reply with quote

kreso

Postings: 1534
Administrator
          
Re: Problems with /usr/lib/libcrypto.so.0.9.8 in O 07-11-2008 09:26
Aid,

I cannot say, but I'll install OpenSuse 10.3 tonight and try it out. THanks for reporting!

Kreso
Reply with quote

kreso

Postings: 1534
Administrator
          
Re: Problems with /usr/lib/libcrypto.so.0.9.8 in O 09-11-2008 22:27
I see the error, but it doesn't affect usage of Wippien. Anyway, it's not used by wiptun, only wipclnt, so if it dies it's because of something else.

I just tried and it worked correctly, so let's see why wiptun dies. Can you give me more details about the error? Can I connect there?

Kreso
Reply with quote

Aid_Belial

Postings: 10
New member
          
Re: Problems with /usr/lib/libcrypto.so.0.9.8 in O 10-11-2008 09:27
I will try to investigate this, maybe this problem in my system configuration. Can you describe the places where problem can be?

I get the IP address from wippien, but after a few seconds it dies.

Maybe this is routing configuration, or my network card settings, which I get from DHCP. Network Card works on ifup. Firewall is disabled

Thanks
Reply with quote

kreso

Postings: 1534
Administrator
          
Re: Problems with /usr/lib/libcrypto.so.0.9.8 in O 10-11-2008 21:58
Any chance I can connect there? Is it production or "just to play" host?

Kreso
Reply with quote

Aid_Belial

Postings: 10
New member
          
Re: Problems with /usr/lib/libcrypto.so.0.9.8 in O 11-11-2008 09:51
I probed the problem yesterday, I think it was in slow internet connection. I use 3G dialup on server and get the internet from server by LAN and in one moment when speed is slowest wippien loses the line and closes connection.

Yesterday I was connected for a long time But did not set routing settings and had failed on ping to other hosts

Quote:
Any chance I can connect there? Is it production or "just to play" host?

Kreso


This is home host, but how you can connect to me directly? (what way?) I dont have the external IP on Suse PC.

Thanks
Reply with quote

kreso

Postings: 1534
Administrator
          
Re: Problems with /usr/lib/libcrypto.so.0.9.8 in O 11-11-2008 22:58
Perhaps you can make some SSH tunnel redirection? VNC? Anything?

Kreso
Reply with quote

Aid_Belial

Postings: 10
New member
          
Re: Problems with /usr/lib/libcrypto.so.0.9.8 in O 16-11-2008 08:37
Anyone who have problems with connection can use the following script

Code:

while true; do

echo '==========================' >> tun_status

echo -n 'Starting TUN Driver'
./wiptun >> tun_status &
echo ' - Finished'

echo 'Waiting for wippien started....'
for i in `seq 1 20`;
do

sleep 1;
if (($i < 10)); then
echo -n -e \b;
else
echo -n -e \b\b;
fi

echo -n $i
done
echo

./wipclnt <wippien-login> <wippien-password>

echo 'Connection failed'

echo -n 'Terminate TUN Driver process by PID: '
pid=$(ps | grep wiptun)
pid=${pid#* }
pid=${pid%% *}
echo $pid
kill $pid

done



Thanks,
Aid
Reply with quote

Dmitri

Anonymous
          
Re: Problems with /usr/lib/libcrypto.so.0.9.8 in O 19-11-2009 22:48
I have the same problem on my Arch Linux box. Though, my internet connection is perfect. So I don't think it may cause the error
Reply with quote

Eugen

Anonymous
          
Re: Problems with /usr/lib/libcrypto.so.0.9.8 in O 26-08-2010 06:01
I have the same problem on my Fedora 13.
Windows on the same comp works fine.
Reply with quote
 
contact
Kresimir Petric, Croatia
Sjenjak 121 | HR-31000 Osijek


email | support@wippien.com