Re: Re: ia32-libs vs. ia32 chroot

2004-11-30 Thread Phil Warrick
>In your chroot, modify your /etc/apt/sources.list: > >deb ftp://ftp.debian.org/debian/ sid main contrib non-free >deb-src ftp://ftp.debian.org/debian/ sid main contrib non-free >From your earlier posts I think you have forgotten the 'contrib' and >'non-free' entries. >Hope this helps. >-- >Best

Re: ia32-libs vs. ia32 chroot

2004-11-30 Thread Sven Krahn
Philip Warrick wrote: [...] After all that I still get the same errors. apt is definitely able to connect (apt-get update downloaded some packages successfully). Any ideas? In your chroot, modify your /etc/apt/sources.list: deb ftp://ftp.debian.org/debian/ sid main contrib non-free deb-src ftp

ia32-libs vs. ia32 chroot

2004-11-30 Thread Philip Warrick
(Sorry for the no-subject post) My /etc/apt/sources.list in the chroot looks like this: deb ftp://ftp.debian.org/debian/ testing main deb-src ftp://ftp.debian.org/debian/ testing main # deb http://security.debian.org/ testing/updates main as created by apt-setup (I said no the the security optio

Re: ia32-libs vs. ia32 chroot

2004-11-29 Thread Goswin von Brederlow
[EMAIL PROTECTED] (Bob Proulx) writes: > Phil Warrick wrote: >> I'm going with the chroot approach then. >> >> Following the AMD64 HOWTO in section "Running applications inside the >> chroot", I followed the instructions and then I wanted to try to run a >> 32-bit program. >> >> First I wante

Re: ia32-libs vs. ia32 chroot

2004-11-29 Thread Bob Proulx
Phil Warrick wrote: > I'm going with the chroot approach then. > > Following the AMD64 HOWTO in section "Running applications inside the > chroot", I followed the instructions and then I wanted to try to run a > 32-bit program. > > First I wanted to try to run some X-based program so I tried o

Re: ia32-libs vs. ia32 chroot

2004-11-24 Thread Phil Warrick
IA32 Chroot: + Can install other libraries very easily + Can add library directories to /etc/ld.so.conf so it runs like the ia32-libs - Slightly more effort to setup - Takes up quite a bit more space ia32-libs: + Install and run (for limited library dependencies) - Not a complete 32bit system (Ie

Re: ia32-libs vs. ia32 chroot

2004-11-24 Thread Alan Woodland
IA32 Chroot: + Can install other libraries very easily + Can add library directories to /etc/ld.so.conf so it runs like the ia32-libs - Slightly more effort to setup - Takes up quite a bit more space ia32-libs: + Install and run (for limited library dependencies) - Not a complete 32bit system (Ie

ia32-libs vs. ia32 chroot

2004-11-24 Thread Phil Warrick
Hi, In the AMD64 HOW-TO, two ways to run 32 bit apps are described, the quick way via ia32-libs and "Installing a Debian IA32 chroot system". Can someone expand on the pros/cons of the two approaches? Is the ia32-libs approach just too limited for most people? My need is to run VSS under wine.