How to configure path or set environment variables for installation?
Posted
by
Orr22
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Orr22
Published on 2014-06-09T23:41:59Z
Indexed on
2014/06/10
3:42 UTC
Read the original article
Hit count: 238
environment-variables
|paths
I'm aiming to install APE in Ubuntu 14.04 LTS, a simple code for pseudopotential generation. I'm having this error message while running ./configure:
checking for gsl-config... no
checking for GSL - version >= 1.0... no
*** The gsl-config script installed by GSL could not be found
*** If GSL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GSL_CONFIG environment variable to the
*** full path to gsl-config.
configure: error: could not find required gsl library
I checked and I have the GSL already installed:
:~/Programas/ape-2.2.0$ dpkg -l | grep gsl
ii libgsl0ldbl 1.16+dfsg-1ubuntu1
i386 GNU Scientific Library (GSL) -- library package
So I have the library but the program installation isn't finding it. Any help?
Thanks in advance
© Ask Ubuntu or respective owner