Operating System - HP-UX
1832992 Members
2386 Online
110048 Solutions
New Discussion

Problem in building Cistron Radius on HP-UX

 
Soumen Ghosh_1
Occasional Advisor

Problem in building Cistron Radius on HP-UX

Hello,

I am trying to build Cistron Radius 1.6.6 on HP-UX 11.0. After I ran make, it is almost successful except for some warnings. But when I tried to install the package, it gives some error. The makfile issues the command "install -d ". Then the error message is like the following :
Usage : mv [-f] [-i] [-e warn|force|ignore] f1 f2
and many other messages regarding proper usage of mv commands.
Please help me what to do.

Thanks in advance

Soumen Ghosh
1 REPLY 1
Thomas Schler_1
Trusted Contributor

Re: Problem in building Cistron Radius on HP-UX

Hi,

the option -d is not mentioned in the man page of
install(1M). Maybe, -d is an option used at other Unix
systems (not HP-UX).

Edit the Makefile and delete the option -d. Read the man
page of install(1M), maybe, you want to use other options
instead.
no users -- no problems