[Koha-devel] dselect non-funcitonal on Ubuntu

Mason James mtj at kohaaloha.com
Tue Oct 2 21:55:45 CEST 2012


On 2012-10-3, at 6:53 AM, Tomas Cohen Arazi wrote:

> On Mon, Oct 1, 2012 at 11:33 PM, Mark Tompsett <mtompset at hotmail.com> wrote:
>> Greetings,
>> 
>> The “good” thing about this bug is that it only affects people who do git or
>> tarball installs in a multi-arch environment. That is, it affects us as
>> developers, not really the average user of Koha who has hopefully been
>> transitioned to a package install.
> 
> Any 'new' Ubuntu setup (amd64) is multiarch by default. All our
> desktops are +4GB RAM and run 64bit OS's. Is not that rare.
> 
> Multiarch is set when writing in /etc/dpkg/dpkg.cfg.d/multiarch the
> instruction to accept another architecture as foreign:
> <code>
> foreign-architecture i386
> </code>
> 
> Regards
> To+


the other workaround might be to disable multiarch, (if its enabled by default)
(ps: i haven't tried this yet)


$ sudo dpkg --remove-architecture i386

http://wiki.debian.org/Multiarch/Implementation


More information about the Koha-devel mailing list