News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - zagnoni

#1
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.


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

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


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.



#2
before restart apt-get install pluto-dcerouter, try to remove ssh, vim, samba and bind9 packages with
apt-get remove ssh vim samba bind9.
If all is done! restart mce installer


#3
I've installed, with success, on feisty!
after relink the library liboobs I have encoutered installation dependecy problem.
To solve this problem I've removed all package predepends and then reinstall pluto-dcerouter.
#4
I've resolved creating liboobs-1.so.2 -> liboobs-1.so.3 softlink.
cd /usr/lib
ln -s liboobs-1.so.3 liboobs-1.so.2