1
Installation issues / Re: Won't work on Ubuntu Feisty
« on: April 19, 2007, 06:04:20 pm »
This is the procedure.
Remember that to install Linuxmce on Feisty you must downgrade some package to Edgy version!
When you run mce-installer, the source.list of apt will be updated with repository of Edgy!! because it was built on ubuntu 6.10.
./mce-installer: error while loading shared libraries: liboobs-1.so.2: cannot open shared object file: No such file or directory
The following packages have unmet dependencies:
pluto-dcerouter: Depends: pluto-confirm-dependencies (>= 1.0) but it is not going to be installed
Depends: pluto-confirm-dependencies (< 1.1) but it is not going to be installed
Depends: pluto-createdevice (>= 1.0) but it is not going to be installed
Depends: pluto-createdevice (< 1.1) but it is not going to be installed
Depends: pluto-install-scripts (>= 1.0) but it is not going to be installed
Depends: pluto-install-scripts (< 1.1) but it is not going to be installed
Depends: pluto-local-database (>= 1.0) but it is not going to be installed
Depends: pluto-local-database (< 1.1) but it is not going to be installed
Depends: pluto-orbitergen (>= 1.0) but it is not going to be installed
Depends: pluto-orbitergen (< 1.1) but it is not going to be installed
Depends: pluto-std-plugins (>= 1.0) but it is not going to be installed
Depends: pluto-std-plugins (< 1.1) but it is not going to be installed
Depends: pluto-system-database (>= 1.0) but it is not going to be installed
Depends: pluto-system-database (< 1.1) but it is not going to be installed
Depends: pluto-website-admin (>= 1.0) but it is not going to be installed
Depends: pluto-website-admin (< 1.1) but it is not going to be installed
Depends: pluto-boot-scripts (>= 1.0) but it is not going to be installed
Depends: pluto-boot-scripts (< 1.1) but it is not going to be installed
Depends: mce-diskless-tools (>= 1.0) but it is not going to be installed
Depends: mce-diskless-tools (< 1.1) but it is not going to be installed
PreDepends: ssh
PreDepends: vim but it is not going to be installed
PreDepends: samba but it is not going to be installed
PreDepends: bind9 but it is not going to be installed
E: Broken packages
ERROR : Failed to install and configure the base software
That's all.
Remember that to install Linuxmce on Feisty you must downgrade some package to Edgy version!
When you run mce-installer, the source.list of apt will be updated with repository of Edgy!! because it was built on ubuntu 6.10.
Code: [Select]
sudo sh +x /usr/share/mce-installer/mce-installer.sh
Linux MCE Installer Starting ... please wait./mce-installer: error while loading shared libraries: liboobs-1.so.2: cannot open shared object file: No such file or directory
Code: [Select]
sudo ln -s /usr/lib/liboobs-1.so.3 /usr/lib/liboobs-1.so.2
sudo sh +x /usr/share/mce-installer/mce-installer.sh
The following packages have unmet dependencies:
pluto-dcerouter: Depends: pluto-confirm-dependencies (>= 1.0) but it is not going to be installed
Depends: pluto-confirm-dependencies (< 1.1) but it is not going to be installed
Depends: pluto-createdevice (>= 1.0) but it is not going to be installed
Depends: pluto-createdevice (< 1.1) but it is not going to be installed
Depends: pluto-install-scripts (>= 1.0) but it is not going to be installed
Depends: pluto-install-scripts (< 1.1) but it is not going to be installed
Depends: pluto-local-database (>= 1.0) but it is not going to be installed
Depends: pluto-local-database (< 1.1) but it is not going to be installed
Depends: pluto-orbitergen (>= 1.0) but it is not going to be installed
Depends: pluto-orbitergen (< 1.1) but it is not going to be installed
Depends: pluto-std-plugins (>= 1.0) but it is not going to be installed
Depends: pluto-std-plugins (< 1.1) but it is not going to be installed
Depends: pluto-system-database (>= 1.0) but it is not going to be installed
Depends: pluto-system-database (< 1.1) but it is not going to be installed
Depends: pluto-website-admin (>= 1.0) but it is not going to be installed
Depends: pluto-website-admin (< 1.1) but it is not going to be installed
Depends: pluto-boot-scripts (>= 1.0) but it is not going to be installed
Depends: pluto-boot-scripts (< 1.1) but it is not going to be installed
Depends: mce-diskless-tools (>= 1.0) but it is not going to be installed
Depends: mce-diskless-tools (< 1.1) but it is not going to be installed
PreDepends: ssh
PreDepends: vim but it is not going to be installed
PreDepends: samba but it is not going to be installed
PreDepends: bind9 but it is not going to be installed
E: Broken packages
ERROR : Failed to install and configure the base software
Code: [Select]
sudo apt-get remove ssh openssh-client vim vim-runtime vim-common samba bind9 netbase samba-common libisccfg1 libisc11 libisccc0 apache2-utils apache2-common apache2-mpm-prefork samba* libsdl1.2debian-all
sudo apt-get autoremove
sudo apt-get install libsdl1.2debian-all
sudo sh +x /usr/share/mce-installer/mce-installer.sh
That's all.