Hello,
I'm a little stuck with the multiarch support. I have a 32 bits application I want to compile and run on my amd64 Ubuntu 13.04. So I installed ia32-libs-multiarch. And started to compile my programm.
Compiling failed because of the lack of some libraries. (libboost*, libpoco* and libcommonccp2*). I already have these on my system as amd64. But when I apt-get for the i386 version apt-get will remove the amd64 version!
I want both libraries beside eachother.
What I'm I doing wrong?
I'm a little stuck with the multiarch support. I have a 32 bits application I want to compile and run on my amd64 Ubuntu 13.04. So I installed ia32-libs-multiarch. And started to compile my programm.
Compiling failed because of the lack of some libraries. (libboost*, libpoco* and libcommonccp2*). I already have these on my system as amd64. But when I apt-get for the i386 version apt-get will remove the amd64 version!
I want both libraries beside eachother.
What I'm I doing wrong?
Code:
sudo apt-get install libboost-date-time-dev:i386 libboost-date-time-dev:i386 libboost-date-time1.49.0:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
argyll caribou caribou-antler cheese cheese-common efibootmgr finger five-or-more fonts-cantarell fonts-sil-gentium fonts-sil-gentium-basic four-in-a-row gdebi gir1.2-gtop-2.0
gir1.2-rest-0.7 gir1.2-tracker-0.14 gir1.2-zpj-0.0 gksu gnome-backgrounds gnome-chess gnome-color-manager gnome-dictionary gnome-documents gnome-icon-theme-extras gnome-klotski
gnome-nettool gnome-nibbles gnome-online-accounts gnome-packagekit gnome-packagekit-data gnome-robots gnome-shell-extensions gnome-software-manager gnome-tetravex gnome-tweak-tool
gnome-update-viewer gnome-video-effects gnuchess gnuchess-book gtk2-engines hamster-applet hamster-indicator iagno inkscape libcaribou-gtk-module libcaribou-gtk3-module
libcheese-gtk23 libcheese7 libcolord-gtk1 libdiscid0 libgail-3-0:i386 libgdict-1.0-6 libgdict-common libgee-0.8-2 libgfortran3 libgksu2-0 libgsf-1-114 libgsf-1-common libgsl0ldbl
libgstreamer-plugins-base1.0-0:i386 libgstreamer1.0-0:i386 libgtkmm-2.4-1c2a libgupnp-av-1.0-2 libgupnp-dlna-2.0-3 libhunspell-1.3-0:i386 libicc2 libicu-dev:i386 libimdi0
libiptcdata0 liblapack3 libmagick++5 libreoffice-filter-mobiledev librygel-core-2.0-1 librygel-renderer-2.0-1 librygel-renderer-gst-2.0-1 librygel-server-2.0-1 libsofia-sip-ua-glib3
libsofia-sip-ua0 libtracker-extract-0.14-0 libtracker-miner-0.14-0 libtracker-sparql-0.14-0 libxss1 libzapojit-0.0-0 lightsoff perlmagick python-numpy python-pyatspi python-pyatspi2
python-uniconvertor python-wnck quadrapassel rygel rygel-playbin rygel-preferences rygel-tracker sound-juicer swell-foop tali telepathy-rakia tracker tracker-extract tracker-gui
tracker-miner-fs tracker-utils
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libboost-date-time1.49-dev:i386
The following packages will be REMOVED:
libboost-date-time1.49.0 libcmis-0.3-3 libreoffice libreoffice-base libreoffice-base-core libreoffice-calc libreoffice-core libreoffice-draw libreoffice-gnome libreoffice-gtk
libreoffice-impress libreoffice-math libreoffice-pdfimport libreoffice-report-builder-bin libreoffice-writer python3-uno
The following NEW packages will be installed:
libboost-date-time-dev:i386 libboost-date-time1.49-dev:i386 libboost-date-time1.49.0:i386
0 upgraded, 3 newly installed, 16 to remove and 149 not upgraded.
Need to get 2754 B/54,0 kB of archives.
After this operation, 202 MB disk space will be freed.
Do you want to continue [Y/n]? n