[Bug 68] New: Manpage for ssh-add and scp missing after "make install"

Lutz Jaenicke Lutz.Jaenicke at aet.TU-Cottbus.DE
Wed Jan 16 22:00:00 EST 2002


On Wed, Jan 16, 2002 at 08:57:13AM +1100, bugzilla-daemon at mindrot.org wrote:
> I tried configuring twice but ran into the same problem.  As I looked into the 
> directory in which I untarred everything and did a listing here is what I found 
> on ssh-add* and scp*:
> 
> [/opt/ssh2/man/man1] # ll /opt/openssh/ssh-add*
> -rwxr-xr-x   1 root       sys        1855912 Jan 15 15:51 /opt/openssh/ssh-add
> -rw-rw-r--   1 500        500           3249 Dec  1 18:38 /opt/openssh/ssh-add.0
> -rw-rw-r--   1 500        500           4902 Sep 12 13:06 /opt/openssh/ssh-add.1
> -rw-r--r--   1 root       sys              0 Jan  9 17:24 /opt/openssh/ssh-
> add.1.out
> -rw-rw-r--   1 500        500           8008 Oct  3 13:43 /opt/openssh/ssh-add.c
> -rw-r--r--   1 root       sys          52247 Jan 10 09:40 /opt/openssh/ssh-add.o
> 
> [/opt/ssh2/man/man1] # ll /opt/openssh/scp*
> -rwxr-xr-x   1 root       sys         367000 Jan 15 15:51 /opt/openssh/scp
> -rw-rw-r--   1 500        500           3144 Dec  1 18:38 /opt/openssh/scp.0
> -rw-rw-r--   1 500        500           3190 Sep 18 01:56 /opt/openssh/scp.1
> -rw-r--r--   1 root       sys              0 Jan  9 17:22 /opt/openssh/scp.1.out
> -rw-rw-r--   1 500        500          29339 Oct 21 20:53 /opt/openssh/scp.c
> -rw-r--r--   1 root       sys          70025 Jan 10 09:41 /opt/openssh/scp.o
> 
> Any ideas?

Obviously the transformation from scp.1 to scp.1.out failed.
This means, that either of the script fixpaths or mdoc2man.pl failed, both
of which being executed using $(PERL). It did work fine for me on
HP-UX 10.20 with perl5 self-installed. I don't know what version of perl
is shipped with HP-UX 11 and what you have installed additionally on
your system.
The manual pages are built first when calling "make". Delete scp.1.out
and/or ssh-add.1.out and call "make" to see the error messages.

Best regards,
	Lutz
-- 
Lutz Jaenicke                             Lutz.Jaenicke at aet.TU-Cottbus.DE
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus



More information about the openssh-unix-dev mailing list