I am trying to get the ps3mediaserver into my Synology DS211+ (Marvell Kirkwood mv6282 ARM cpu, 1.6Ghz, 512MB RAM).
Here is what I did so far, (following the steps discussed in this post http://www.ps3mediaserver.org/forum/viewtopic.php?f=3&t=486).
- > ipkg install jamvm
- Code: Select all
# Setup the JVM
if [ "x$JAVA" = "x" ]; then
if [ "x$JAVA_HOME" != "x" ]; then
JAVA="$JAVA_HOME/bin/java"
else
JAVA="jamvm"
fi
fi
> ipkg install ffmpeg
> ipkg install classpath
downloaded "pms-generic-linux-unix-1.40.0.tgz" to /opt
> cd /opt
> tar -xvzf pms-generic-linux-unix-1.40.0.tgz
> cd ./pms-linux-1.40.0
> chmod ug+x PMS.sh
edited PMS.sh as follows:
> ./PMS.sh
Now when PMS starts, I get the following error:
- Code: Select all
GUI environment not available
Switching to console mode
[main] WARN 14:24:35.788 Error loading libzen: jnidispatch (/com/sun/jna/linux-arm/libjnidispatch.so) not found in resource path
Attached is my PMS.conf and the complete PMS log.
Can anyone help?
Thanks,
synops
