Re: Can a symbolic link affect SSH?
From: Nico Kadel-Garcia (nkadel_at_verizon.net)
Date: 06/25/03
- Next message: Nico Kadel-Garcia: "Re: ssh login user shoud only see his home"
- Previous message: Bill Unruh: "Re: ssh login user shoud only see his home"
- In reply to: Alan: "Re: Can a symbolic link affect SSH?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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.
- Next message: Nico Kadel-Garcia: "Re: ssh login user shoud only see his home"
- Previous message: Bill Unruh: "Re: ssh login user shoud only see his home"
- In reply to: Alan: "Re: Can a symbolic link affect SSH?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|