lynn schreef:
On 18/06/12 17:18, Oddball wrote:
Op 6/18/2012 4:48 PM, lynn schreef:
On 18/06/12 14:52, Oddball wrote:
Op 6/18/2012 2:20 PM, lynn schreef:
On 06/18/2012 02:14 PM, Oddball wrote:
Op 6/18/2012 1:27 PM, Patrick Shanahan schreef: > * Oddball<monkey9@iae.nl> [06-18-12 07:19]:
> First, try a symlink old-dependency -> new-dependency in the same folder. L x
Sure sounds good, and must be simple for someone who knows what you are talking about. But i have no idea how to do that. Maybe it is possible to show the command?
In the folder where the dependency is not met: ln -s what.it.is.called.now what.it.was.called.before L x
Ah ok: In -s Thnx.
Careful. Please read as: ln -s
L x
EEEPC-ROB:/home/oddball # ln -s usr/bin/skype /usr/lib/libstdc++.so.6ln: kan geen symbolische koppeling ‘/usr/lib/libstdc++.so.6’ aanmaken: Bestand bestaat al EEEPC-ROB:/home/oddball # ln -s usr/lib/libstdc++.so.6 usr/bin/skype ln: kan geen symbolische koppeling ‘usr/bin/skype’ aanmaken: Bestand of map bestaat niet EEEPC-ROB:/home/oddball # ls -la /usr/bin/skype -rwxr-xr-x 1 root root 26664852 12 jun 01:27 /usr/bin/skype EEEPC-ROB:/home/oddball # -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org