I'm trying to install libsqlite3-dev
for both i386
and amd64
on the same Ubuntu 12.04 machine. I'm developing an application that uses sqlite3, and want to compile and test both the 32-bit and 64-bit versions.
However it looks like the libsqlite3-dev:i386
package is incompatible with the libsqlite3-dev:amd64
, as apt
keeps wanting to remove one when I install the other.
Is there a way to get both installed on the same system?
-dev
packages such aszlib1g
which also have shared (and identical) files, it is possible to install both version simultaneously. – Wim Feb 13 '13 at 20:29