Closed Spiritdude closed 9 years ago
It installed indeed.
Btw, I would consider 'x86_64-linux' as a platform variable (on my x86_64 machine env-var HOSTTYPE has 'x86_64-linux'). I tried it on an ARM server (scaleway.com) with Ubuntu 15.04 where it complained of missing jconfig.h:
% find /usr/include -name jconfig.h /usr/include/arm-linux-gnueabihf/jconfig.h
Unfortunately on the ARM server the env HOSTTYPE is not set, so somehow it must be defined somewhere else. uname -m
gives some ARM related output, but not the 'arm-linux-gnuabihf' as in the path.
I tried it on Ubuntu 15.10 amd64, and it fails to install (both cpan or github version):
% perl Makefile.PL Unable to read /usr/include/jconfig.h % find /usr/include -name jconfig.h /usr/include/x86_64-linux-gnu/jconfig.h
with libjpeg-turbo8-dev package installed.