LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   TACACS+ Installation Problem (https://www.linuxquestions.org/questions/linux-software-2/tacacs-installation-problem-783685/)

oxid 01-21-2010 02:34 AM

TACACS+ Installation Problem
 
Hello all! I'm trying install TACACS+ server version 4.0.4.19 from sources. (OS OpenSUSE 11.2) On the ./configure stage i've got the following error message

configure: error: Could not find libwrap. You must first install tcp_wrappers.

But libwrap library has installed already. I see this by the output of ls command within /lib directory

# ls /lib | grep wrap
libwrap.so.0
libwrap.so.0.7.6


So i suggested option --with-libwrap=/lib could help solve the problem. But it is not. Also i was tried make

#export LD_LIBRARY_PATH=/lib

with no result. The problem is still there.

Hope for your help. Thanx in advance!

oxid 01-21-2010 02:55 AM

The problem is partially solved. I've make ./configure with option --without-libwrap and not received any errors.
make and make install also has passed with no errors.

I don't know yet how it will affect on functionallity of server.

So if you have any thoughts will be interesting to know.

knudfl 01-21-2010 04:13 AM

When configure asks for <name> , it means the complete library.
= (lib)<name> + (lib)<name>-devel.

And what you got is only the runtime library.

"libwrap" for Suse is in the packages : tcpd , tcpd-devel .

# zypper in tcpd-devel
.. will install the missing developing part of the library.

.....

oxid 01-21-2010 05:18 AM

Thanx knudfl! It's works!

Theme is closed.

GeekGerl 03-13-2010 01:48 PM

For ubuntu, install libwrap0-dev
 
I just ran into this in Ubuntu 9.10. I had to install libwrap0-dev, since there was no tcpd-devel package:

apt-get install libwrap0-dev

After installing libwrap0-dev, I was able to run ./configure for tacacs+ with no errors.

agent16774 08-27-2012 02:19 PM

CentOS with same issue
 
I had to run #yum install tcp_wrappers-devel to over come this road block.

Thanks pointing me in the right direction :)


All times are GMT -5. The time now is 01:43 PM.