Help With WD Live Book Serviio Install

  • Thread starter Thread starter Eyedolon
  • Start date Start date
E

Eyedolon

G'day,

Very much a Linux novice. I have a WD Live Book and was attempting to install Serviio media server (in lieu of Twonky which I hate).

I was following installation instructions provided here:

wiki.serviio.org/doku.php?id=install_wdinstall_wd]install_wdinstall_wd - Serviio Wiki

I seemed to run across issue when attempting to install java and received the following when checking the java version:

Code:
Media:~# java -version
-bash: java: command not found
I followed additional instructions at the following to attempt to resolve this issue:

forum.serviio.org/viewtopic.php?f=14&t=2961&start=100#p58516

Unfortunately after my second attempt at dpkg -i --force-all <package name> I came up with the following:

Code:
apt-get -f install
apt-get: /usr/lib/libz.so.1: version `ZLIB_1.2.3.3' not found (required by /usr/lib/powerpc-linux-gnu/libapt-pkg.so.4.12)
To try and fix this problem I have downloaded the ZLIB 1.2.3.3 package and unpacked it but cannot seem to make and install:

Code:
apt-get make
apt-get: /usr/lib/libz.so.1: version `ZLIB_1.2.3.3' not found (required by /usr/lib/powerpc-linux-gnu/libapt-pkg.so.4.12)
Media:/tmp/zlib/zlib-1.2.3.3# make
-bash: make: command not found
Hoping that someone can give me some guidance on how to resolve these issues so I can complete my install of Serviio

Cheers

Eyedolon

Continue reading...
 
Back
Top