luca-m / aircrackgui-m4

Automatically exported from code.google.com/p/aircrackgui-m4
3 stars 0 forks source link

error while loading shared libraries libssl.so.0.9.8 #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. when i try to start monitoring
2.
3.

What is the expected output? What do you see instead?
aircrack-ng-1.1-M4/airodump-ng: error while loading shared libraries 
libssl.so.0.9.8

What version of the product are you using? On what operating 
system?aircrack-ng-1.1-M4 beta 2 x64 on  Ubuntu 12.04 LTS (GNU/Linux 
3.2.0-26-generic x86_64)

Please provide any additional information below.

i have chek ld_path and symlink , tail log cannot provide much details. libssl 
0.9.8 and 1.0.0 already installed , i have a already working aircrack suit 
installed.

Original issue reported on code.google.com by neur...@gmail.com on 4 Jul 2012 at 12:54

GoogleCodeExporter commented 9 years ago
Had the exact same problem using same OS (Ubuntu 12.04 x64).  Was able to solve 
the problem by installing the 32bit shared library package.

sudo apt-get install ia32-libs

Original comment by vinfeks...@gmail.com on 12 Sep 2012 at 8:47

GoogleCodeExporter commented 9 years ago
I Have the same problem but using another OS (Ubuntu 12.04 x32).What can i do?

Original comment by PiUc...@gmail.com on 25 Oct 2012 at 8:07

GoogleCodeExporter commented 9 years ago
I have this problem also... on debian (not ubuntu) running openbox I have the 
ia32-libs installed :?
ideas?

Original comment by nanoymas...@gmail.com on 11 Nov 2012 at 1:04

GoogleCodeExporter commented 9 years ago
thought I'd add a vid to demonstrate the problem I'm having and hopefully help 
a little

http://www.youtube.com/watch?v=T0BC1NMpt8M

Original comment by nanoymas...@gmail.com on 11 Nov 2012 at 6:58

GoogleCodeExporter commented 9 years ago
SOLUTION:

DO A SYMBOLIC LINK from libssl0.9.8 to libssl1.0.0 and do the same for 
libcrypto.

Original comment by manuelg...@gmail.com on 12 Nov 2012 at 11:27

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
didn't work for me :(
http://imageshack.us/photo/my-images/31/201211121617311366x768s.png/

Original comment by nanoymas...@gmail.com on 12 Nov 2012 at 4:21

GoogleCodeExporter commented 9 years ago
fixed by running apt-get install libssl0.9.8:i386 (incase other people get the 
same problem)

Original comment by nanoymas...@gmail.com on 12 Nov 2012 at 6:30

GoogleCodeExporter commented 9 years ago
Solution for Debian Based Distributions:

Download libssl0.9.8 from here...
http://packages.debian.org/squeeze/libssl0.9.8

then as root or sudo in a terminal do this:

dpkg -i /path/to/downloaded-deb-file.deb

It should install the package fine, then go ahead and run

Original comment by jarodwe...@gmail.com on 27 Apr 2013 at 4:24

GoogleCodeExporter commented 9 years ago
gracias brother solucionado al instalar sudo apt-get install ia32-libs  en 
ubuntu 12.4 

Original comment by leofonse...@gmail.com on 27 May 2014 at 5:52