Page 1 of 1

Problem Installing on WD MyBook Live

PostPosted: Sat Mar 22, 2014 4:39 am
by Eyedolon
Hello,

New to SSH but managed to get myself setup with PuTTY and into the installation of Serviio for my WD MyBook Live 3TB NAS.

I followed the instructions at:

http://wiki.serviio.org/doku.php?id=install_wd

However, it seems that java did not properly install as I get the following:

  Code:
Media:~# java -version
-bash: java: command not found


I then tried to run the command apt-get -f install per the post at:

http://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)


I have downloaded the ZLIB 1.2.3.3 package and unpacked it but cannot seem to make it 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 and help me complete my install of Serviio

Cheers

Eyedolon