General > Installation issues

Won't work on Ubuntu Feisty

(1/4) > >>

medeshago:
medeshago@nosotros:/usr/share/mce-installer$ sh 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

I have liboobs-1-3. Don't know what to do.

sharlee_angelo:
mce-installer was built with a previous version of liboobs. if you want to install it, you must downgrade the liboobs package.

zagnoni:
I've resolved creating liboobs-1.so.2 -> liboobs-1.so.3 softlink.

--- Code: ---cd /usr/lib
ln -s liboobs-1.so.3 liboobs-1.so.2
--- End code ---



lucasvo:

--- Quote from: zagnoni on April 13, 2007, 11:21:44 am ---I've resolved creating liboobs-1.so.2 -> liboobs-1.so.3 softlink.

--- Code: ---cd /usr/lib
ln -s liboobs-1.so.3 liboobs-1.so.2
--- End code ---


--- End quote ---

I did the same, however, the installation still failed because of dependency  problems:


--- Code: ---
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

--- End code ---
EDIT: I tried to install samba:

--- Code: ---lucasvo@lama:~$ sudo apt-get install samba
Password:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  samba: Depends: samba-common (= 3.0.22-1ubuntu4.1) but 3.0.24-2ubuntu1 is to be installed
E: Broken packages

--- End code ---


lithorus:
I just tried installing it aswell and can only STRONGLY warn about not installing it on Feisty unless you know excactly what you're doing. It seems to replace the sources.llist with stuff for edgy only. Can severally break your system. I'm quite astonished it doesn't even make a backup of the original sources.list.

Edit:
After the failed installation apt was broken. I found out that it also inserts some apt.conf.d files with some rather bad settings.

/etc/apt/apt.conf.d/30pluto contains the option
--- Code: ---Apt::Cache-Limit "12582912";
--- End code ---
which is too low for my setup.
I have to admit I'm quite dissapointed how the installer is so careless.

Btw for the missing liboobs-1.so.2 you can just install the liboobs-1.2 package instead

Navigation

[0] Message Index

[#] Next page

Sitemap 
Go to full version