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.


Messages - zagnoni

Pages: [1]
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.

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.




2
Installation issues / Re: Won't work on Ubuntu Feisty
« on: April 17, 2007, 03:05:25 pm »
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
Installation issues / Re: Won't work on Ubuntu Feisty
« on: April 16, 2007, 03:12:34 pm »
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
Installation issues / Re: Won't work on Ubuntu Feisty
« on: April 13, 2007, 11:21:44 am »
I've resolved creating liboobs-1.so.2 -> liboobs-1.so.3 softlink.
Code: [Select]
cd /usr/lib
ln -s liboobs-1.so.3 liboobs-1.so.2




Pages: [1]