Mailing List Archive

1.2.3pre2 works great on Solaris 2.7 except man
Right out of the box (after I made Damien's LDFLAGS fix in configure) using
gcc-2.95.2. The only problem I have now is the man pages. I still can't
read them using Solaris nroff, and when I tried to build with
--with-catman=cat, I got the following during a make install:

/rtr/bin/install -c -m 644 ssh.[01].out /usr/local/man/cat1/ssh.1
Try `/rtr/bin/install --help' for more information.
Re: 1.2.3pre2 works great on Solaris 2.7 except man [ In reply to ]
On Wed, 15 Mar 2000 Jay@aol.com wrote:

> Right out of the box (after I made Damien's LDFLAGS fix in configure) using
> gcc-2.95.2. The only problem I have now is the man pages. I still can't
> read them using Solaris nroff, and when I tried to build with
> --with-catman=cat, I got the following during a make install:
>
> /rtr/bin/install -c -m 644 ssh.[01].out /usr/local/man/cat1/ssh.1
> Try `/rtr/bin/install --help' for more information.

Strange - it seems to work OK for me. Is that GNU install in
/rtr/bin/install?

You could try to work around it using

make INSTALL=`pwd`/install-sh install

-d

--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm@mindrot.org (home) -or- djm@ibs.com.au (work)
Re: 1.2.3pre2 works great on Solaris 2.7 except man [ In reply to ]
In a message dated 3/15/00 8:20:01 PM Eastern Standard Time, djm@mindrot.org
writes:

> > Right out of the box (after I made Damien's LDFLAGS fix in configure)
using
>
> > gcc-2.95.2. The only problem I have now is the man pages. I still
can't
> > read them using Solaris nroff, and when I tried to build with
> > --with-catman=cat, I got the following during a make install:
> >
> > /rtr/bin/install -c -m 644 ssh.[01].out /usr/local/man/cat1/ssh.1
> > Try `/rtr/bin/install --help' for more information.
>
> Strange - it seems to work OK for me. Is that GNU install in
> /rtr/bin/install?

Nope:

/rtr/bin/install:
SunOS 5.5 Generic November 1995
Re: 1.2.3pre2 works great on Solaris 2.7 except man [ In reply to ]
On Thu, 30 Mar 2000 Jay@aol.com wrote:

> /rtr/bin/install:
> SunOS 5.5 Generic November 1995

You can work around the incompatibility by using

make install INSTALL=`pwd`/install-sh

-d

--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm@mindrot.org (home) -or- djm@ibs.com.au (work)