[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

pcompress or any way to get Rabin’s fingerprinting algorithm on Debian?



 I think pcompress their license

 http://moinakg.github.io/pcompress/

 is compatible with Debian but for whatever reason you can't install
it from the repositories

# apt-get install pcompress
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package pcompress

 I have been trying to install pcompress on Debian the monkey way, but
I am getting errors I can not make much sense of:

# uname -a
Linux niggahme 4.9.0-6-amd64 #1 SMP Debian 4.9.82-1+deb9u3
(2018-03-02) x86_64 GNU/Linux

# ./config --disable-wavpack
Checking for GCC ...
Checking for 32-bit/64-bit platform ...
Checking OS ...
Checking GCC version ...
Checking for CPU SSE version ... sse4.2
Checking for CPU AVX version ... None
Checking for Yasm ...
Checking for OpenSSL ...
ERROR: OpenSSL libraries not detected.

# apt-get install openssl
Reading package lists... Done
Building dependency tree
Reading state information... Done
openssl is already the newest version (1.1.0f-3+deb9u2).
openssl set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 187 not upgraded.

# ./config --disable-wavpack
Checking for GCC ...
Checking for 32-bit/64-bit platform ...
Checking OS ...
Checking GCC version ...
Checking for CPU SSE version ... sse4.2
Checking for CPU AVX version ... None
Checking for Yasm ...
Checking for OpenSSL ...
ERROR: OpenSSL libraries not detected.
#

# which openssl
/usr/bin/openssl

# openssl
OpenSSL> version
OpenSSL 1.1.0f  25 May 2017
OpenSSL> q
#


Reply to: