You are not logged in.
Pages: 1
I started a wiki page for building a 32bit platform.
I use it as a temporary solution for some codecs, acroread, and will use it for oo2.
http://wiki.archlinux.org/index.php/Arc … bit_system
I started this post for some hints, comments about chrooting.
I also trying to find a "generic script" to start any app directly in the chroot.
Offline
I use dirty hacks to run 32bit stuff. 'Our' nspluginwrapper in aur uses same thing to run 32bit browserplugins,.
# LD_LIBRARY_PATH="/path/to/libs" linux32 <program>
Where the path is to the 32bit shared libraries the program needs.
Tested with nspluginwrapper and skype (linux32 isn't always needed but it doesnt harm anything, it's in aur).
Flying is Trying is Dying
Offline
I also trying to find a "generic script" to start any app directly in the chroot.
NB: I am not currently running a 64-bit distro.
Here is some info I used when I ran a 64-bit distro. Basically, you setup the script, and then create a symlink to it with the name of the 32-bit binary you want available. So, your 64-bit install w/ an app "foo" in the 32-bit chroot would have a symlink /usr/bin/foo -> script. Then, you could run "foo" from the 64-bit install, and it automatically exec's the 32-bit binary in the chroot. This particular page uses schroot, but I do seem to recall using dchroot (available in community) instead when I set this up (I just did a quick google and found a forum posting that uses dchroot instead). I hope this is what you were looking for re: a "generic script", as basically you create a symlink for any 32-bit binary you want to run automatically, e.g. firefox, mplayer, etc.
-nogoma
---
Code Happy, Code Ruby!
http://www.last.fm/user/nogoma/
Offline
This is very nice. I think that using a separate partition and installing Arch32 from the install cd would reduce the risk of messing up a working Arch64 install though.
Offline
Yeah it's the only problem. But it critical just during the base install, witch take 2 commands. Then every thing stay in the arch32 repository/arch32 partition.
Offline
I use dirty hacks to run 32bit stuff. 'Our' nspluginwrapper in aur uses same thing to run 32bit browserplugins,.
# LD_LIBRARY_PATH="/path/to/libs" linux32 <program>
Where the path is to the 32bit shared libraries the program needs.
Tested with nspluginwrapper and skype (linux32 isn't always needed but it doesnt harm anything, it's in aur).
What all did you do to get Skype running?
Offline
in this evn,how to type other's language in firefox?
AMD Opteron 146 2.75G (275x10)
DFI LP UT NF4-D (SLI)
Dataland X800XL 256MB DDR3
Seagate 160G eSATA 8MB x 2
Maxtor 160G PATA 8M
ASUS DRW-1608P3S
CoolerMaster 534 Enturion (MODed)
OS:ArchLinux + WinXP + Win2k3
Offline
Neverth wrote:I use dirty hacks to run 32bit stuff. 'Our' nspluginwrapper in aur uses same thing to run 32bit browserplugins,.
# LD_LIBRARY_PATH="/path/to/libs" linux32 <program>
Where the path is to the 32bit shared libraries the program needs.
Tested with nspluginwrapper and skype (linux32 isn't always needed but it doesnt harm anything, it's in aur).What all did you do to get Skype running?
Only oss skype will work, alsa apps wont work with this.
Flying is Trying is Dying
Offline
Pages: 1