/lib{64} und /usr/lib{64} aus ld.so.conf entfernt - ist im standart enthalten,

und führt duch mehrfache angabe zu Fehlermeldungen von ldconfig -v



git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_config@4707 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2009-05-19 08:47:13 +00:00
parent 40bd4e9e79
commit 6c07ddb1c3
2 changed files with 0 additions and 4 deletions

View File

@ -1,3 +1 @@
/lib
/usr/lib
/usr/local/lib

View File

@ -31,7 +31,5 @@ done
chmod 755 etc/profile
chmod 400 etc/shadow
if [ -d /lib64 ]; then
echo "/lib64" >>etc/ld.so.conf
echo "/usr/lib64" >>etc/ld.so.conf
echo "/usr/local/lib64" >>etc/ld.so.conf
fi