Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Mar 2004 22:50:50 -0600 (CST)
From:      Mark Linimon <linimon@lonesome.com>
To:        freebsd-ports@FreeBSD.org
Subject:   has anyone else seen this install error?
Message-ID:  <Pine.LNX.4.44.0403062250280.503-100000@pancho>

next in thread | raw e-mail | index | archive | help
This is something that someone has bound to have seen and
fixed already.  It seems to be a difference in installs
that happened around 5.2, that affects the way the symlink
to the shared object library is done.  (The port in this
example is devel/tcl-neo).

The port makefile and distfile are identical, but on
4.9 it succeeds with:

  ln -fs libneo82.so.1 /usr/local/lib/libneo82.so

and on 5.2 it fails with:

  ln -fs /usr/local/lib/libneo82.so.1 /usr/lib/libneo82.so

(Note "/usr/lib", not "/usr/local/lib".)

Any hints?

mcl



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