From 5f9bdaf67f2bed117f2cb4fa9bd94bf9a7aba926 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Sat, 7 Mar 2015 11:59:58 +0100 Subject: Update Synology information DSM-5.1 has perl-5.18.4 installed (or available through ipkg) anyway, awesome to see it being more recent than 5.8.4 --- README.synology | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'README.synology') diff --git a/README.synology b/README.synology index 652f0f9d1b..fbc9e6aaaf 100644 --- a/README.synology +++ b/README.synology @@ -16,24 +16,24 @@ businesses and homes. The NAS systems are equipped with Synology Disk Storage Manager (DSM), which is a trimmed-down Linux system enhanced with several tools for managing the NAS. There are several flavours of hardware: Marvell -Armada (ARMv5te, ARMv7l), Intel Atom (i686, x86_64), Freescale QorIQ +Armada (ARMv5tel, ARMv7l), Intel Atom (i686, x86_64), Freescale QorIQ (PPC), and more. For a full list see the L. Since it is based on Linux, the NAS can run many popular Linux software packages, including Perl. In fact, Synology provides a -ready-to-install package for Perl, albeit version 5.8.6 which should -be considered very old. +ready-to-install package for Perl, depending on the version of DSM +the installed perl ranges from 5.8.6 on DSM-4.3 to 5.18.4 on DSM-5.1. There is an active user community that provides many software packages for the Synology DSM systems; at the time of writing this document -they provide Perl version 5.8.8. +they provide Perl version 5.18.4. This document describes various features of Synology DSM operating system that will affect how Perl 5 (hereafter just Perl) is configured, compiled and/or runs. It has been compiled and verified by Johan Vromans for the Synology DS413 (QorIQ), with feedback from -H.Merijn Brand (DS213, ARMv5te). +H.Merijn Brand (DS213, ARMv5tel). =head2 Setting up the build environment @@ -120,7 +120,7 @@ Execute the following commands: ln -s libm.so.6 libm.so ln -s libcrypt.so.1 libcrypt.so ln -s libdl.so.2 libdl.so - cd /opt/powerpc-linux-gnuspe/lib + cd /opt/powerpc-linux-gnuspe/lib (or /opt/arm-none-linux-gnueabi/lib) ln -s /lib/libdl.so.2 libdl.so =back @@ -249,14 +249,11 @@ the programs are run. =head1 REVISION -November 2013, for Synology DSM 4.3.3810. +March 2015, for Synology DSM 5.1.5022. =head1 AUTHOR Johan Vromans - -=head1 THANKS - H. Merijn Brand =cut -- cgit v1.2.1