Date: Tue, 23 Feb 2010 21:59:06 -0800 From: Stephen Hurd <shurd@sasktel.net> To: =?UTF-8?B?RGFnLUVybGluZyBTbcO4cmdyYXY=?= <des@des.no> Cc: Ronald <followait@163.com>, "Freebsd-Chat@Freebsd.Org" <freebsd-chat@freebsd.org> Subject: Re: Where to put private lib files? Message-ID: <4B84C02A.9010001@sasktel.net> In-Reply-To: <864ol817yq.fsf@ds4.des.no> References: <DD958BBC52D94F79855244E6890704DB@jqslaptop> <868wak2sv5.fsf@ds4.des.no> <4B83B4AA.3030405@sasktel.net> <864ol817yq.fsf@ds4.des.no>
next in thread | previous in thread | raw e-mail | index | archive | help
Dag-Erling Smørgrav wrote:
>>> The canonical location for ports is ${LIBDIR}/${PORTNAME}, but
>>> remember that unless these are run-time loadable modules, this
>>> directory must be in the library search path when you run the app.
>>> This means that you either have to ldconfig the directory using an
>>> rc_subr script (which defeats the purpose of having a private
>>> library directory) or install a wrapper that sets LD_LIBRARY_PATH
>>> before execing the real binary.
>>>
>> You can also compile in a search path.
>>
>
> Not PREFIX-safe, hence not allowed in ports unless there is no other
> solution
Eh? It doesn't need to be an absolute path.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B84C02A.9010001>
