Re: Can a symbolic link affect SSH?

From: Nico Kadel-Garcia (nkadel_at_verizon.net)
Date: 06/25/03


Date: Wed, 25 Jun 2003 02:07:13 GMT

Alan wrote:

> Thanks for the reply
>
> Unfortunately I am locked out of my server.... I was trying to figure out
> if this is what would have caused it.
>
> So this compat-libstdc++ will add a version of the older library?

Of older libstdc++ libraries, yes. It may be compatible with what you
need. Alternatively, you could try to recompile comptat-libstdc++ with a
slightly newer library version to get you the needed libraries.

Most of us, however, take such non-standard libraries, put them in a
non-standard location (such as /usr/local/stupid-vendor/lib), and put a
shell script wrapper in front of their command line tools to
automatically run "export LD_LIBRARY_PATH=/usr/local/stupid-vendor/lib"
before executing the normal binary with all the arguments it usually gets.

This approach is also used by ID games when publishing Quake variants,
which are library sensitive.



Relevant Pages