Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2002 23:29:10 -0600
From:      "Mike Meyer" <mwm-dated-1011245350.ec89b0@mired.org>
To:        Andrew McKay <andy@openirc.co.uk>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: cvsup-16-f issue
Message-ID:  <15423.51622.35671.797786@guru.mired.org>
In-Reply-To: <20020111112746.N10121-100000@fluoxetine.lan>
References:  <20020111112746.N10121-100000@fluoxetine.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
Andrew McKay <andy@openirc.co.uk> types:
> > Is there a package for cvsup that doesn't require X ?
> > I know that we have the -g key, still the new version has a feature?:
> > on a fresh installation of 4.4 STABLE it gives me only cvsup-16-f
> > package which complaines thusly:
> >
> > /usr/libexec/ld-elf.so.1: Shared object "libXaw.so.6" not found
> 
> If you have the ports system installed:
> 
> # cd /usr/ports/net/cvsup/
> # make -DWITHOUT_X11 && make install
> 
> Bear in mind that CVSup is written in Modula 3 and will, thus, require
> this to be installed.

Which is why you really want to do:

# make -DSTATIC -DWITHOUT_X11 && make install

which will link all the Modula 3 libraries in statically, so you can
then deinstall all of Modula 3 without breaking the thing. STATIC is
turned on by defualt when making the package, but not when just
building the port.

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15423.51622.35671.797786>