Nero
26.03.03, 17:06
Hola
hab mir jetzt die neue Slackware release besorgt, hab aber leider (schon wieder) ein paar Problemchen !!
1. Wo is der Kernel ????
Ich bin es bisher so gewohnt gewessen das sich dieser unter /usr/src/... befindet .. ja wo is der den hin ?
Wenn ich z.b. die Kyro Treiber einspielen will, kommt folgendes:
-------------------------------------------------------------------------------------
root@Seidi:~# rpm --rebuild powervr-2.00.20-427.src.rpm
Installing powervr-2.00.20-427.src.rpm
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.78943
+ umask 022
+ cd /usr/src/rpm/BUILD
+ cd /usr/src/rpm/BUILD
+ rm -rf powervr-2.00.20-427
+ /bin/gzip -dc /usr/src/rpm/SOURCES/powervr-2.00.20-427.tgz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd powervr-2.00.20-427
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.78943
+ umask 022
+ cd /usr/src/rpm/BUILD
+ cd powervr-2.00.20-427
+ make
Makefile:26: *** kernel source not found in $KERNELROOT, /usr/src/linux-2.4.20,
or /usr/src/linux. Stop.
error: Bad exit status from /var/tmp/rpm-tmp.78943 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.78943 (%build)
root@Seidi:~#
-------------------------------------------------------------------------------------
2. Warum kann ich für meinen Mozilla den flashplayer nicht installieren ???
Sobald ich das plugin einspielen will, kommt folgender Error:
-------------------------------------------------------------------------------------
root@Seidi:~/install_flash_player_6_linux# sh flashplayer-installer
flashplayer-installer: line 76: [: 8): integer expression expected
ERROR: Your glibc library is older than 2.2.
Please update your glibc library.
root@Seidi:~/install_flash_player_6_linux#
-------------------------------------------------------------------------------------
liegt es vielleicht daran das die glibc library von Slackware 9.0 zu neu sind ???(müssten aber doch abwärtskompatibel sein... Oder nicht :D )
3. Was ist mit Galeon los ???
-------------------------------------------------------------------------------------
root@Seidi:~/galeon-1.2.9# ./configure
checking for perl... /usr/bin/perl
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for ld used by GCC... /usr/i386-slackware-linux/bin/ld
checking if the linker (/usr/i386-slackware-linux/bin/ld) is GNU ld... yes
checking for /usr/i386-slackware-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /usr/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i386-slackware-linux/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking for strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gcc option to accept ANSI C... none needed
checking for ANSI C header files... (cached) yes
checking for scandir... yes
checking for orbit-config... /usr/bin/orbit-config
checking for ORBit - version >= 0.5.1... yes
checking for orbit-idl... /usr/bin/orbit-idl
checking for glib-config... /usr/bin/glib-config
checking for GLIB - version >= 1.2.9... yes
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.9... yes
checking if GNOME_FileSelector component is wanted...
checking if NautilusView Galeon component is wanted... no
checking for gnome-config... no
checking for GNOME - version >= 1.2.8... no
*** The gnome-config script installed by GNOME could not be found
*** If GNOME was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GNOME_CONFIG environment variable to the
*** full path to gnome-config.
configure: error:
*** GNOME 1.2.8 or better is required.
*** gdk-pixbuf 0.14.0 or better is required.
*** gnome-vfs 1.0.1 or better is required.
*** libglade 0.13 or better is required.
*** libxml 1.8.14 or better is required.
*** oaf 0.6.5 or better is required.
root@Seidi:~/galeon-1.2.9#
-------------------------------------------------------------------------------------
Als WM benutze ich "dropline-gnome" !
Und wenn wir schon dabei sind: :ugly:
Wo kann ich die standard Fenstergröße meines Terminal Fensters einstellen ????
Danke
Nero
hab mir jetzt die neue Slackware release besorgt, hab aber leider (schon wieder) ein paar Problemchen !!
1. Wo is der Kernel ????
Ich bin es bisher so gewohnt gewessen das sich dieser unter /usr/src/... befindet .. ja wo is der den hin ?
Wenn ich z.b. die Kyro Treiber einspielen will, kommt folgendes:
-------------------------------------------------------------------------------------
root@Seidi:~# rpm --rebuild powervr-2.00.20-427.src.rpm
Installing powervr-2.00.20-427.src.rpm
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.78943
+ umask 022
+ cd /usr/src/rpm/BUILD
+ cd /usr/src/rpm/BUILD
+ rm -rf powervr-2.00.20-427
+ /bin/gzip -dc /usr/src/rpm/SOURCES/powervr-2.00.20-427.tgz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd powervr-2.00.20-427
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chgrp -Rhf root .
+ /bin/chmod -Rf a+rX,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.78943
+ umask 022
+ cd /usr/src/rpm/BUILD
+ cd powervr-2.00.20-427
+ make
Makefile:26: *** kernel source not found in $KERNELROOT, /usr/src/linux-2.4.20,
or /usr/src/linux. Stop.
error: Bad exit status from /var/tmp/rpm-tmp.78943 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.78943 (%build)
root@Seidi:~#
-------------------------------------------------------------------------------------
2. Warum kann ich für meinen Mozilla den flashplayer nicht installieren ???
Sobald ich das plugin einspielen will, kommt folgender Error:
-------------------------------------------------------------------------------------
root@Seidi:~/install_flash_player_6_linux# sh flashplayer-installer
flashplayer-installer: line 76: [: 8): integer expression expected
ERROR: Your glibc library is older than 2.2.
Please update your glibc library.
root@Seidi:~/install_flash_player_6_linux#
-------------------------------------------------------------------------------------
liegt es vielleicht daran das die glibc library von Slackware 9.0 zu neu sind ???(müssten aber doch abwärtskompatibel sein... Oder nicht :D )
3. Was ist mit Galeon los ???
-------------------------------------------------------------------------------------
root@Seidi:~/galeon-1.2.9# ./configure
checking for perl... /usr/bin/perl
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for ld used by GCC... /usr/i386-slackware-linux/bin/ld
checking if the linker (/usr/i386-slackware-linux/bin/ld) is GNU ld... yes
checking for /usr/i386-slackware-linux/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /usr/bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i386-slackware-linux/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking for strerror in -lcposix... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gcc option to accept ANSI C... none needed
checking for ANSI C header files... (cached) yes
checking for scandir... yes
checking for orbit-config... /usr/bin/orbit-config
checking for ORBit - version >= 0.5.1... yes
checking for orbit-idl... /usr/bin/orbit-idl
checking for glib-config... /usr/bin/glib-config
checking for GLIB - version >= 1.2.9... yes
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.9... yes
checking if GNOME_FileSelector component is wanted...
checking if NautilusView Galeon component is wanted... no
checking for gnome-config... no
checking for GNOME - version >= 1.2.8... no
*** The gnome-config script installed by GNOME could not be found
*** If GNOME was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GNOME_CONFIG environment variable to the
*** full path to gnome-config.
configure: error:
*** GNOME 1.2.8 or better is required.
*** gdk-pixbuf 0.14.0 or better is required.
*** gnome-vfs 1.0.1 or better is required.
*** libglade 0.13 or better is required.
*** libxml 1.8.14 or better is required.
*** oaf 0.6.5 or better is required.
root@Seidi:~/galeon-1.2.9#
-------------------------------------------------------------------------------------
Als WM benutze ich "dropline-gnome" !
Und wenn wir schon dabei sind: :ugly:
Wo kann ich die standard Fenstergröße meines Terminal Fensters einstellen ????
Danke
Nero