1
Installation issues / Re: Won't work on Ubuntu Feisty
« on: April 16, 2007, 09:06:25 pm »
zagnoni, could you please give me a quick how2?
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
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.
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
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
EDIT: I tried to install samba: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
root@lama:/root/# /usr/share/mce-installer/mce-installer.sh
Linux MCE Installer Starting ... please wait
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
./mce-installer: error while loading shared libraries: liboobs-1.so.2: cannot open shared object file: No such file or directory
$ cat /usr/share/mce-installer/mce-installer.sh
#!/bin/bash
#exec &>/dev/null </dev/null
export DISPLAY=:0
echo ""
echo "Linux MCE Installer Starting ... please wait"
echo ""
...