Re: Where to put private lib files?
Dag-Erling Sm=C3=B8rgrav wrote:
> "Ronald" <followait@163.com> writes:
> =20
>> I think the global lib directories is not so good, because it should
>> be for public libs.
>>
>> The libs private to one application, where to put them?
>> =20
>
> 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.
> =20
You can also compile in a search path.
_______________________________________________
freebsd-chat@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-chat
To unsubscribe, send any mail to "freebsd-chat-unsubscribe@freebsd.org"
討論串 (同標題文章)
完整討論串 (本文為第 5 之 8 篇):