LinuxMCE Forums
May 21, 2013, 05:02:56 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
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
 
   Home   Help Search Chat Login Register  
Pages: [1]
  Print  
Author Topic: Installscript broken? Gzip error  (Read 1443 times)
lucasvo
Newbie
*
Posts: 8


View Profile
« on: April 14, 2007, 11:06:41 pm »

Hi,

I have followed the procedures described in the wiki. (dowloaded the mce cd, installed the installer package) but when I tried to run the installer no window appeared, it ended immediatly.

I looked at the installer script and modified it so that it gives me more output. The result was the following:
Code:
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

Here are my modifications:

Code:
$ 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 ""
...

Thanks for your help!
Logged
sharlee_angelo
Guru
****
Posts: 316


View Profile
« Reply #1 on: April 14, 2007, 11:37:06 pm »

what version of ubuntu are you using?
Logged

Read the F****** Logs!!!
lucasvo
Newbie
*
Posts: 8


View Profile
« Reply #2 on: April 15, 2007, 10:49:01 am »

feisty fawn. But I don't thin that this error only occurs on feisty fawn.
Logged
sharlee_angelo
Guru
****
Posts: 316


View Profile
« Reply #3 on: April 15, 2007, 11:28:50 am »

mce installer is compiled on ubuntu edgy eft with an older version of liboobs, 1.2 i think.feisty fawn has 1.3. one solution could be downgrading liboobs. another solution is creating a symlink like this: ln -s liboobs-1.so.3 liboobs-1.so.2 ins /usr/lib.
Logged

Read the F****** Logs!!!
lucasvo
Newbie
*
Posts: 8


View Profile
« Reply #4 on: April 15, 2007, 11:54:18 am »

Thanks! It worked. I'm currently running the installer.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!