1826333 Members
3385 Online
109692 Solutions
New Discussion

portmap install problem

 
SOLVED
Go to solution
Eric Chamard
Occasional Advisor

portmap install problem

I try to install portmap 4 on my HP-UX 10.20 box because I want to restricts clients to specific addresses with hosts.allow and hosts.deny files. I have this message qhen I try ti compile the package:
Make: Don't know how to Make ../tcp_wrappers/libwrap.a. Stop.
I installed tcp_wrapper 7.6 from binary and I don't have the libwrap.a file on my box. Does anyone can help me?

Thks a lot
2 REPLIES 2
Ted Ellis_2
Honored Contributor
Solution

Re: portmap install problem

did you get a copy of tcp_wrappers and go through the entire compile process? When I installed 7.6 on my HP platform, a couple of specific mods were required in order for the full configuration and make to go through... I also got the entire code set to install at:

ftp://ftp.porcupine.org/pub/security/index.html

if you need the modification steps,, respond and I will post them
Eric Chamard
Occasional Advisor

Re: portmap install problem

I installed tcp_wrapper_7.6 from source and now I have th libwrap.a file. All work fine.

Thks a lot Ted!