[opensource-dev] 32 bit Official viewer 2 beta, Snowglobe binary (rev 3229) does't run 'out of the box'

Dzonatas Sol dzonatas at gmail.com
Tue Mar 23 08:36:11 PDT 2010


I found a workable solution.

$ mkdir /tmp/extralibs
$ wget 
http://ftp.us.debian.org/debian/pool/main/g/gdbm/libgdbm3_1.8.3-3_i386.deb
$ wget 
http://ftp.us.debian.org/debian/pool/main/t/tcp-wrappers/libwrap0_7.6.q-16_i386.deb
$ dpkg -x libgdbm3_1.8.3-3_i386.deb /tmp/extralibs
$ dpkg -x libwrap0_7.6.q-16_i386.deb /tmp/extralibs
$ cd YOURSNOWGLOBEDIR
$ cp /tmp/extralibs/lib/* lib
$ cp /tmp/extralibs/usr/lib/* lib

32 bit Snowglobe 1.4+ binaries then work on Debian Lenny 64

Carlo Wood wrote:
> That is the same error as one gets with (32bit) skype
> when running it on 64bit debian. The work around there
> is to make the audiopulse libs unreadable (chmod -r)
> so that they are skipped.
>
> It smells like an OS bug because it seems related to
> 64bit systems only? Ie, a lib32* package needs a fix?
>
>   



More information about the opensource-dev mailing list