Need exiftool for asustor

Got a feature request? Great! Post your ideas here!
suvitik
Posts: 5
youtube meble na wymiar Warszawa
Joined: Sun Aug 05, 2018 7:30 am

Need exiftool for asustor

Post by suvitik »

Hi All,

I need to compile exiftool for Asustor.
Link to source: https://sourceforge.net/projects/exifto ... z/download

Who can help me do it?
Is it possible to have compiler for asustor platform?

Thank you for support.
User avatar
orion
Posts: 3485
Joined: Wed May 29, 2013 11:09 am

Re: Need exiftool for asustor

Post by orion »

I believe you simply need to register a developer account: http://developer.asustor.com/
User avatar
father.mande
Posts: 2219
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

Re: Need exiftool for asustor

Post by father.mande »

Hi,
suvitik wrote:Hi All,
I need to compile exiftool for Asustor.
Link to source: https://sourceforge.net/projects/exifto ... z/download
Who can help me do it?
Is it possible to have compiler for asustor platform?
Thank you for support.
1 follow Orion recommendation ... and use cross-compile tools
2 if you want to do it on NAS
... 2.1 use a chroot ... compile, then just get the eventually missing libraries and load it in A.D.M.
... 2.2 use Entware and the compile tools (with include headers) and create it locally ... result depend only of the availability of libraries (for ex. libexif is in Entware ... in version 0.6.21)

3 if your project is based on PHP or Perl ... you can use directly (nothing to do except install) the php7-mod-exif or perl-image-exiftool from Entware ... in this case perl and php you used MUST be the perl and php(7) from Entware

Philippe.
Asustor updated :D to ADM 5.0
FS6706T / AS3302Tv2 / AS5202T / AS6602T
Asustor E.O.L. at A.D.M. 4.0 :(
AS5002T / AS1002T
Asustor past :mrgreen:
AS202T
suvitik
Posts: 5
Joined: Sun Aug 05, 2018 7:30 am

Re: Need exiftool for asustor

Post by suvitik »

orion wrote:I believe you simply need to register a developer account: http://developer.asustor.com/
Thank you very much for help.
suvitik
Posts: 5
Joined: Sun Aug 05, 2018 7:30 am

Re: Need exiftool for asustor

Post by suvitik »

father.mande wrote:Hi,
suvitik wrote:Hi All,
I need to compile exiftool for Asustor.
Link to source: https://sourceforge.net/projects/exifto ... z/download
Who can help me do it?
Is it possible to have compiler for asustor platform?
Thank you for support.
1 follow Orion recommendation ... and use cross-compile tools
2 if you want to do it on NAS
... 2.1 use a chroot ... compile, then just get the eventually missing libraries and load it in A.D.M.
... 2.2 use Entware and the compile tools (with include headers) and create it locally ... result depend only of the availability of libraries (for ex. libexif is in Entware ... in version 0.6.21)

3 if your project is based on PHP or Perl ... you can use directly (nothing to do except install) the php7-mod-exif or perl-image-exiftool from Entware ... in this case perl and php you used MUST be the perl and php(7) from Entware

Philippe.
Thank you too. I will do it.