Discussion:
[Ltsp-discuss] 32bit libraries on 64bit fat clients
Michael Crider - HOEC
2017-03-10 16:51:27 UTC
Permalink
We are running 64bit fat clients with Ubuntu 16.04, tied to a server
with the same architecture and OS. We have a 32bit application that
needs a handful of 32bit libraries to run. On a normal desktop install I
could do "apt install libpangoxft-1.0-0:i386" for example, and it would
install. The fat clients always say the package is not available. Is
there a way to make these available in fat clients?

------------------------------------------------------------------------------
Announcing the Oxford Dictionaries API! The API offers world-renowned
dictionary content that is easy and intuitive to access. Sign up for an
account today to start using our lexical data to power your apps and
projects. Get started today and enter our developer competition.
http://sdm.link/oxford
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net
Vagrant Cascadian
2017-03-10 18:20:17 UTC
Permalink
Post by Michael Crider - HOEC
We are running 64bit fat clients with Ubuntu 16.04, tied to a server
with the same architecture and OS. We have a 32bit application that
needs a handful of 32bit libraries to run. On a normal desktop install I
could do "apt install libpangoxft-1.0-0:i386" for example, and it would
install. The fat clients always say the package is not available. Is
there a way to make these available in fat clients?
You probably need to do something like the following to your fat client
chroot:

dpkg --add-architecture i386

Or use the LTSP-PNP style of building LTSP images without chroots:

https://help.ubuntu.com/community/UbuntuLTSP/ltsp-pnp

LTSP-PNP buils the images out of the server installation, so you simply
configure the server the way you want the fat clients, and then build an
image from that.


live well,
vagrant

Loading...