[OpenAFS] Re: openafs on debian with linux 2.6.18 kernel
FB
fbo2@gmx.net
Thu, 26 Oct 2006 07:07:14 +0200
Hi,
On Wed, Oct 25, 2006 at 01:57:37PM -0500, zeroguy wrote:
> On Wed, 25 Oct 2006 20:25:33 +0200 (CEST)
> Jan Pospisil <honik@kma.zcu.cz> wrote:
>
> > Hmm, on debians, there are onlu libraires in /lib (as the name
> > suggests), not executalbles. But really, creating symling helped. In
> > my opinion this is not the standard solution, is it?
> >
> > What other people think?
>
> FWIW, on my Debian system, /lib/cpp points to /etc/alternatives/cpp,
> which points to /usr/bin/cpp, which points to /usr/bin/cpp-4.1. I can't
> seem to find what package provides the /lib/cpp symlink, though
> (`dpkg-query -S lib/cpp` finds nothing). I certainly didn't do it
> manually.
For all the curiuos debianers:
$ cat /var/lib/dpkg/info/cpp.postinst
#! /bin/sh -e
update-alternatives --quiet --install /lib/cpp cpp /usr/bin/cpp 10
$
(It's part of the cpp package)
Regards,
Frank