jmbell
April 16th, 2014, 07:11 AM
I've been trying to install some software with a zlib dependency (as well as a few others). The typical procedure for this is to install the packages: zlib1g and zlib1g-dev; however, once installed (and after I've rebooted for safe measure), the configuration script run with the necessary prefix
./configure --prefix=/opt/ lscsoft returns the following:
checking for ZLIB... no
checking for library containing compress... no
configure: error: could not find the zlib library
configure: error: ./configure failed for lal
I've attached the configuration log here: 252105 for the software I'm trying to configure. I've tried the lib32 versions of zlib in the repos with no success as well. Note, too, that I've installed most of the dependencies to /opt/lscsoft as instructed here: https://www.lsc-group.phys.uwm.edu/daswg/docs/howto/lscsoft-install.html. Once installed, I'm supposed to be able to run
./00boot && ./configure --prefix=/opt/lscsoft && make install as per the instructions here: https://www.lsc-group.phys.uwm.edu/daswg/docs/howto/lal-install.html, though in this post I'm only concerned with solving the configuration problem I'm having. Once it's resolved, the rest of the code is easily installed.
I'm not sure what to do from here. I've tried installing from the source code provided at www.zlib.net (http://www.zlib.net), which worked on my laptop after the apt-get method did not. For it to work on the laptop, though, I had to install from source as root, which made me little nervous. Sadly, this approach did not work on my desktop.
FYI, I'm running Kubuntu 13.10 on my laptop and desktop. This problem has arisen each time I've reinstalled on a new system (I've tried using Arch, Manjaro, and Kubuntu). Interestingly, after installing Arch Linux, I had to download all the dependencies from source to work. Those stored in the Arch repos gave me the same error message as those in debian's apt-get repos. The same was required for two other dependencies, "libframe" and "metaio", which I had to install from the arch user repository instead of the lscsoft data analysis packages found at: www.lsc-group.phys.usm.edu/daswg/download/software/source (http://www.lsc-group.phys.usm.edu/daswg/download/software/source).
I've been searching for a while on google and can't seem to find anything but recommendations to install from source, and more often from the apt-get repos. If these won't work, I hope someone else can help me find a method that will! Hopefully I've provided sufficient details.
./configure --prefix=/opt/ lscsoft returns the following:
checking for ZLIB... no
checking for library containing compress... no
configure: error: could not find the zlib library
configure: error: ./configure failed for lal
I've attached the configuration log here: 252105 for the software I'm trying to configure. I've tried the lib32 versions of zlib in the repos with no success as well. Note, too, that I've installed most of the dependencies to /opt/lscsoft as instructed here: https://www.lsc-group.phys.uwm.edu/daswg/docs/howto/lscsoft-install.html. Once installed, I'm supposed to be able to run
./00boot && ./configure --prefix=/opt/lscsoft && make install as per the instructions here: https://www.lsc-group.phys.uwm.edu/daswg/docs/howto/lal-install.html, though in this post I'm only concerned with solving the configuration problem I'm having. Once it's resolved, the rest of the code is easily installed.
I'm not sure what to do from here. I've tried installing from the source code provided at www.zlib.net (http://www.zlib.net), which worked on my laptop after the apt-get method did not. For it to work on the laptop, though, I had to install from source as root, which made me little nervous. Sadly, this approach did not work on my desktop.
FYI, I'm running Kubuntu 13.10 on my laptop and desktop. This problem has arisen each time I've reinstalled on a new system (I've tried using Arch, Manjaro, and Kubuntu). Interestingly, after installing Arch Linux, I had to download all the dependencies from source to work. Those stored in the Arch repos gave me the same error message as those in debian's apt-get repos. The same was required for two other dependencies, "libframe" and "metaio", which I had to install from the arch user repository instead of the lscsoft data analysis packages found at: www.lsc-group.phys.usm.edu/daswg/download/software/source (http://www.lsc-group.phys.usm.edu/daswg/download/software/source).
I've been searching for a while on google and can't seem to find anything but recommendations to install from source, and more often from the apt-get repos. If these won't work, I hope someone else can help me find a method that will! Hopefully I've provided sufficient details.