Subject: Re: devel/libnet missing installation location?
To: Jeremy C. Reed <reed@reedmedia.net>
From: Stuart Shelton <stuart@zeus.com>
List: tech-pkg
Date: 09/03/2005 23:09:12
On Fri, 2005-09-02 at 11:00 -0700, Jeremy C. Reed wrote:
> On Fri, 2 Sep 2005, Stuart Shelton wrote:
>
> > ./install-sh include/libnet/libnet-asn1.h /usr/bsd/include/libnet
> > ./install-sh include/libnet/libnet-ospf.h /usr/bsd/include/libnet
> > ./install-sh doc/libnet.3
> > install: no destination specified
> (I used /usr/bsd above because that is your PREFIX I think.)
Yup - that's right
> What operating system are you using?
IRIX 6.5.28 ;)
> But the fix for Makefile.in is probably the same:
>
> -MAN_PREFIX = @MAN_PREFIX@
> +MAN_PREFIX = @mandir@
Great - this fixed it for me! Thanks.
(It now compiles and installs successfully - but doesn't install the
documentation. The output is:
===> do-shlib-handling [libnet-1.0.2a] ===> [Automatic ELF shared object
handling]
Cannot access /usr/bsd/man/man3/libnet.3: No such file or directory
===> register-pkg [libnet-1.0.2a] ===> Registering installation for
libnet-1.0.2a
pkg_create: can't stat `/usr/bsd/man/man3/libnet.3'
... which is odd because /usr/bsd/man/ is the right
location, /usr/bsd/man/man3/ exists and has many other files in it, and
I installed as root. Odd...)
Cheers,
Stuart