http://bugs.winehq.org/show_bug.cgi?id=9292 --- Comment #22 from Lei Zhang <thestig(a)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-7bu... 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.