Operating System - HP-UX
1837936 Members
3254 Online
110124 Solutions
New Discussion

Re: Install program problem Radius

 
joydeep raha
Occasional Contributor

Install program problem Radius

Hi,

After making the change in the LIBS entry in the Makefile , i could compile it . Thanks to "Rainer" for everything. But when 'make install' is run at the command prompt of the respective directory, it gives the following error:
make install
# Install the binaries
install -d /usr/local/sbin
install: -d was not found anywhere!
*** Error exit code 2

Stop.
blrdev # cd /usr/local/sbin
blrdev # ll install
install not found
I didn't come across any -d option for install in HP-UX 11.00(ref man page of install)
.In Solaris 2.6 'install' man page, i found that -d option is there which basically creates directories . But as far as HP is concerned , -d option isn't there,Can anyone suggest any option please?

Thanks and regards
joydeep raha
never give up !!!
1 REPLY 1
Rainer_1
Honored Contributor

Re: Install program problem Radius

download gnu fileutils because install HP-UX is not compatible with gnu install

http://hpux.cs.utah.edu/hppd/hpux/Gnu/fileutils-4.0.31/

and install it (swinstall -s ...)

change your PATH variable

PATH=/opt/fileutils/bin:$PATH

Then make install should work