1820021 Members
3700 Online
109608 Solutions
New Discussion юеВ

where is "bsdinst"

 
Frank Li
Trusted Contributor

where is "bsdinst"

Hi,

I want to install "lsof" on my machine ,but when I issue the command :make install , it prompts that there is no bsdinst ? where can I find this command ?

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
mkdir -p -m 755 /opt/lsof/4.55/bin /opt/lsof/4.55/man/man8
bsdinst -c -s -m 2755 -g sys lsof /opt/lsof/4.55/bin/lsof
Make: Cannot load bsdinst. Stop.
*** Error exit code 1 (ignored)
bsdinst -c -m 644 lsof.8 /opt/lsof/4.55/man/man8/lsof.8
Make: Cannot load bsdinst. Stop.
*** Error exit code 1 (ignored)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Hi Friend
6 REPLIES 6
Patrick Wallek
Honored Contributor

Re: where is "bsdinst"

Any particular reason you are trying to compile your own version of lsof?

There are precompiled versions of lsof 4.55 for both 10.20 and 11.0 available here:

http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/

I think you might have better luck with one of these.
someone_4
Honored Contributor

Re: where is "bsdinst"

I also found it at
ftp://coast.cs.purdue.edu/pub/tools/unix/sysutils/lsof/

this is something I am going to be working here soon too ..

Richard
Uday_S_Ankolekar
Honored Contributor

Re: where is "bsdinst"

I also get the similar error while running make install.

The reason I'm running is because I want to create lsof for HP-11 for64bit
One on the http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/
is for 32 bit. OS
Where is this bsdinst
The error I get
Make: Cannot load bsdinst. Stop.
Good Luck..
Chris Calabrese
Valued Contributor

Re: where is "bsdinst"

I've got a binary for that. Send me an e-mail at chris_calabrese@yahoo.com and I'll send it to you.
Brainbench MVP for Unix Administration and Internet Security, SANS Review Editor, and Center for Internet Security HP-UX Benchmark project leader
Glenn Crawford
Occasional Advisor

Re: where is "bsdinst"

bsdinst is included as part of the "imake" package available on the Software and Porting Archive Centre for HP-UX (http://hpux.connect.org.uk/)

Cheers,


Glenn.
Wodisch
Honored Contributor

Re: where is "bsdinst"

hey gang,

if you don't like compiling:
"lsof" is part of the ITO/VPO/OVO agents these days, download the agent for free, and extract it from there: 32bit/64bit/hpux10.20/11.0/11i...

FWIW,
Wodisch