>> can't we just add an rpath to applications that use oracle-instantclient? 
>> (it works with sqlplus, at least in my testing).
> 
> I'd love to find a better solution but I'm not sure what you mean.

Checkout install_name_tool - change dynamic shared library install names

@rpath is an install name keyword recognized by the Mac OS X dynamic linker. It 
allows you to use the framework or dynamic library wherever you want by putting 
the onus on the linking app or bundle to define where to find it.

_______________________________________________
macports-dev mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to