Before I screw up my Debian system even more I ask the question to this error ldconfig: /usr/lib/libasound.so.1 is not a symbolic link this link should be made to where? thanks :-) LinuxUser aka Josef Oswald linux.os@chello.at -- registered-linux-user # 134.818 at http://counter.li.org The box said Windows, NT or better, so I installed Linux :-)
![]() |
0 |
![]() |
OS.IS.LINUX wrote: > Before I screw up my Debian system even more I ask the question > to this error > > ldconfig: /usr/lib/libasound.so.1 is not a symbolic link > > this link should be made to where? > On my system (gentoo 1.4): [root@tux lib]# ls -l /usr/lib/libasound.so* | perl -ne '($a,$b,$c,$d,$e $f,$g,$h,$i,$j,$k)=split; print $a," ",$i,$j,$k,"\n"' lrwxrwxrwx libasound.so->libasound.so.2.0.0 lrwxrwxrwx libasound.so.1->/usr/lib/libasound.so.2 lrwxrwxrwx libasound.so.2->libasound.so.2.0.0 -rwxr-xr-x libasound.so.2.0.0
![]() |
0 |
![]() |
vturner <renrtuv@yahoo.com> writes: > OS.IS.LINUX wrote: > >> Before I screw up my Debian system even more I ask the question >> to this error >> >> ldconfig: /usr/lib/libasound.so.1 is not a symbolic link >> >> this link should be made to where? >> > > On my system (gentoo 1.4): > > [root@tux lib]# ls -l /usr/lib/libasound.so* | perl -ne '($a,$b,$c,$d,$e > $f,$g,$h,$i,$j,$k)=split; print $a," ",$i,$j,$k,"\n"' > > lrwxrwxrwx libasound.so->libasound.so.2.0.0 > lrwxrwxrwx libasound.so.1->/usr/lib/libasound.so.2 > lrwxrwxrwx libasound.so.2->libasound.so.2.0.0 > -rwxr-xr-x libasound.so.2.0.0 thanks :-) Trying to link it to the first example I get file exists shall I just rename those files, and then link them again? LinuxUser aka Josef Oswald linux.os@chello.at -- registered-linux-user # 134.818 at http://counter.li.org The box said Windows, NT or better, so I installed Linux :-)
![]() |
0 |
![]() |