linuxerhh
14.01.02, 00:33
als vorlage dient mir das lfs-book 3.1 ich gehe nach der anleitung vor und entpacke das glibc-linuxthread im entpackten verzeichniss glibc2.2.4 , ich gebe die befehlszeilen ein :
mknod -m 0666 /dev/null c 1 3 &&
>touch /etc/ld.so.conf &&
>cp malloc/Makefile malloc/Makefile.backup &&
>sed 's%\$(PERL)%/usr/bin/perl%' malloc/Makefile > tmp~ &&
>mv tmp~ malloc/Makefile &&
>cp login/Makefile login/Makefile.backup &&
>sed 's/root/0/' login/Makefile > tmp~ &&
>mv tmp~ login/Makefile &&
>mkdir ../glibc-build &&
>cd ../glibc-build &&
>../glibc-2.2.4/configure --prefix=/usr \--enable-add-ons --libexecdir=/usr/bin &&
>cp config.make config.make.backup &&
>sed 's/cross-compiling = yes/cross-compiling = no/' \config.make > tmp~ &&
>mv tmp~ config.make &&
>make &&
>make install &&
>make localdata/install-locales &&
>exec /bin/bash --login
führt zu dieser ausgabe am screen:
creating cache ./config.cache
../glibc-2.2.4/configure: /dev/null: Permission denied
../glibc-2.2.4/configure: /dev/null: Permission denied
configure: error: can not run ../glibc-2.2.4/scripts/config.sub
versuche ich den befehl nochmal auszuführen :
mknod: '/dev/null': File exists
kann wer von euch was damit anfangen? ich bin ratlos und zwar völlig :-)
für eure hilfe bin ich dankbar , gruß aus hamburg
mknod -m 0666 /dev/null c 1 3 &&
>touch /etc/ld.so.conf &&
>cp malloc/Makefile malloc/Makefile.backup &&
>sed 's%\$(PERL)%/usr/bin/perl%' malloc/Makefile > tmp~ &&
>mv tmp~ malloc/Makefile &&
>cp login/Makefile login/Makefile.backup &&
>sed 's/root/0/' login/Makefile > tmp~ &&
>mv tmp~ login/Makefile &&
>mkdir ../glibc-build &&
>cd ../glibc-build &&
>../glibc-2.2.4/configure --prefix=/usr \--enable-add-ons --libexecdir=/usr/bin &&
>cp config.make config.make.backup &&
>sed 's/cross-compiling = yes/cross-compiling = no/' \config.make > tmp~ &&
>mv tmp~ config.make &&
>make &&
>make install &&
>make localdata/install-locales &&
>exec /bin/bash --login
führt zu dieser ausgabe am screen:
creating cache ./config.cache
../glibc-2.2.4/configure: /dev/null: Permission denied
../glibc-2.2.4/configure: /dev/null: Permission denied
configure: error: can not run ../glibc-2.2.4/scripts/config.sub
versuche ich den befehl nochmal auszuführen :
mknod: '/dev/null': File exists
kann wer von euch was damit anfangen? ich bin ratlos und zwar völlig :-)
für eure hilfe bin ich dankbar , gruß aus hamburg