![](https://secure.gravatar.com/avatar/c7be29f230d0fc8df73e146bca8366fd.jpg?s=120&d=mm&r=g)
18 Dec
2011
18 Dec
'11
12:40 p.m.
Luís Oliveira <luismbo@gmail.com> writes:
On Sun, Dec 18, 2011 at 12:17 PM, Zach Beane <xach@xach.com> wrote:
The use-case I had in mind was an environment that caught the error and offered a useful action, e.g. "install the library via apt/homebrew/macports/etc and continue".
OK, and so you'd like to get a hold of "/maybe/some/path/to/libfoo.so.x" or whatever. Hmm, so maybe in try-foreign-library-alternatives we could store the first alternative since that should usually be something like "libfoo.so.x".
It would be nice to have all the alternatives. Zach