Hallo, einen schönen guten Tag.
Ich bin kein Linux Spezialist eher Anfänger mit ein bischen Erfahrung.
Ich versuche AOE ( Ata over Ethernet) an der Synollogy ans laufen zu bringen.
Hier meine Konfiguration.
DS 412+
Debian ist auf meinem Rechner installiert.
Das DSM 5.1 tool chain ist unter /usr/local installiert.
AOE soll auf der Synology laufen
http://forum.synology.com/enu/viewtopic.php?f=39&t=92095
die Scripte habe ich hier heruntergeladen
http://www.lelik.org/dl/ggaoed-syn.tar.gz
das _sdk.inc habe ich folgenderweise angepasst
#!/bin/sh
TOOLCHAIN=/usr/local/x86_64-pc-linux-gnu
SYSROOT=$TOOLCHAIN/x86_64-pc-linux-gnu/sys-root
LIBDIR=$TOOLCHAIN/lib64
GCCPREFIX=x86_64-pc-linux-gnu-
STRIPFLAGS="--strip-all --strip-debug --strip-unneeded --discard-all"
CFLAGS="-Wall -g -O2 -ffunction-sections"
LDFLAGS="-Wl,-O99,--gc-sections"
RFLAGS="-isysroot $SYSROOT -L$LIBDIR"
Beim ausführen der scripte kommt folgende Fehlermeldung
checking whether /usr/local/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for pkg-config... no
checking for gawk... (cached) mawk
checking for perl5... no
checking for perl... perl
checking for indent... no
checking for perl... /usr/bin/perl
checking for a Python interpreter with version >= 2.5... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for iconv_open... yes
checking for ZLIB... no
checking for inflate in -lz... no
configure: error: *** Working zlib library and headers not found ***
make: *** Keine Regel, um »install« zu erstellen. Schluss.
jean-marie@debian-virtual:~/ggaoed-syn-01/scripts$ ./_build_ggaoed.sh.sh
Wrer kann mir helfen?
Was mache ich falsch oder welche Packete muss ich installieren damit es läuft.
Im vorraus besten Dank für eure Hilfe
MfG
Jean-Marie
Ich bin kein Linux Spezialist eher Anfänger mit ein bischen Erfahrung.
Ich versuche AOE ( Ata over Ethernet) an der Synollogy ans laufen zu bringen.
Hier meine Konfiguration.
DS 412+
Debian ist auf meinem Rechner installiert.
Das DSM 5.1 tool chain ist unter /usr/local installiert.
AOE soll auf der Synology laufen
http://forum.synology.com/enu/viewtopic.php?f=39&t=92095
die Scripte habe ich hier heruntergeladen
http://www.lelik.org/dl/ggaoed-syn.tar.gz
das _sdk.inc habe ich folgenderweise angepasst
#!/bin/sh
TOOLCHAIN=/usr/local/x86_64-pc-linux-gnu
SYSROOT=$TOOLCHAIN/x86_64-pc-linux-gnu/sys-root
LIBDIR=$TOOLCHAIN/lib64
GCCPREFIX=x86_64-pc-linux-gnu-
STRIPFLAGS="--strip-all --strip-debug --strip-unneeded --discard-all"
CFLAGS="-Wall -g -O2 -ffunction-sections"
LDFLAGS="-Wl,-O99,--gc-sections"
RFLAGS="-isysroot $SYSROOT -L$LIBDIR"
Beim ausführen der scripte kommt folgende Fehlermeldung
checking whether /usr/local/x86_64-pc-linux-gnu/bin/x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for pkg-config... no
checking for gawk... (cached) mawk
checking for perl5... no
checking for perl... perl
checking for indent... no
checking for perl... /usr/bin/perl
checking for a Python interpreter with version >= 2.5... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking for iconv_open... yes
checking for ZLIB... no
checking for inflate in -lz... no
configure: error: *** Working zlib library and headers not found ***
make: *** Keine Regel, um »install« zu erstellen. Schluss.
jean-marie@debian-virtual:~/ggaoed-syn-01/scripts$ ./_build_ggaoed.sh.sh
Wrer kann mir helfen?
Was mache ich falsch oder welche Packete muss ich installieren damit es läuft.
Im vorraus besten Dank für eure Hilfe
MfG
Jean-Marie