Subject: | Missing lzma.h Distribution File |
Hi,
I am unable to install Compress::Raw::Lzma 2.069 due to a missing lzma.h file. I can see it included in Lzma.xs #L18 but is missing in the distribution.
This is the error I'm getting:
Running Mkbootstrap for Compress::Raw::Lzma ()
chmod 644 "Lzma.bs"
"/opt/perl516_dev/bin/perl" "/opt/perl516_dev/lib/site_perl/5.16.3/ExtUtils/xsubpp" -typemap "/opt/perl516_dev/lib/5.16.3/ExtUtils/typemap" -typemap "typemap" Lzma.xs > Lzma.xsc && mv Lzma.xsc Lzma.c
cc -c -I/usr/local/include -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.069\" -DXS_VERSION=\"2.069\" -fPIC "-I/opt/perl516_dev/lib/5.16.3/x86_64-linux/CORE" Lzma.c
Lzma.xs:18:19: fatal error: lzma.h: No such file or directory
compilation terminated.
make: *** [Lzma.o] Error 1
Is there any dependencies I need to download first?
Many Thanks,
Ed