Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 09 Mar 2013 15:21:00 -0600
From:      Stephen Montgomery-Smith <stephen@missouri.edu>
To:        FreeBSD Ports <freebsd-ports@FreeBSD.org>
Subject:   Questions about ldconfig
Message-ID:  <513BA7BC.3030300@missouri.edu>

next in thread | raw e-mail | index | archive | help
I am looking at committing a port which creates the following files:

/usr/local/lib/libGmsh.so
/usr/local/lib/libGmsh.so.0
/usr/local/lib/libGmsh.so.2.7
/usr/local/lib/libGmsh.so.2.7.0

libGmsh.so is a link to libGmsh.so.0, which is a link to libGmsh.so.2.7,
which is a link to libGmsh.so.2.7.0.

My concern is that this will confuse ldconfig.  Is my concern justified?



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