[Bug 9292] Trillian 2.013 Program works in ubuntu 32 bits but it doesn' t work in ubuntu 64

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Aug 25 03:24:35 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9292





--- Comment #22 from Lei Zhang <thestig at google.com>  2007-08-25 03:24:34 ---
The 32 bit compatibility packages for 64-bit Ubuntu is missing the openssl
libraries. The user need to install them:

1) Make sure you have all so 32 bits necessaries
sudo apt-get install ia32-libs ia32-libs-gtk linux32 lib32asound2

2) Make a temp directory
mkdir /tmp/foo

3) Download libssl i386
wget
http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl0.9.8_0.9.8a-7build1_i386.deb

5) Extract the deb
dpkg-deb -x libssl0.9.8_0.9.8a-7build1_i386.deb /tmp/foo

6) Copy the libs to lib32
sudo cp /tmp/foo/usr/lib/lib* /usr/lib32 


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list