According to ^Mr^: While burning my CPU.
> 
> i'm trying to update my kernel to get apm support ...
> so , i followed the instructions you guys gave me to update my kernel ..
> 
> i have kernel 2.036 on redhat 5.2 ...
> i have the kernel header , sources , cfg and ibcs , all installed ...
> so ,when i do a cd /usr/src/linux
> then do a make menuconfig , or make xconfig , or make config , it'll
> surely
> give me the the error scripts/lxdialog:no such file
> or scripts:not such directory ..

Then it sounds like you dont have a directory containing the scripts
nessasary to configure and compile a kernel, that directory is
/usr/src/linux/scripts and should contain lxdialog which is turn has the
following files;

BIG.FAT.WARNING  colors.h         lxdialog.c       textbox.c
Makefile         dialog.h         menubox.c        util.c
checklist.c      inputbox.c       msgbox.c         yesno.c

One possable reason for this is that you have not untared the tar archive in
the correct manner or correct place.

If you did the following then all should be ok, first check the archive for
size it should be;
7269221 bytes and is called linux-2.0.36.tar.gz

If you did the following then all should be ok; my example this time has
linux-2.0.36.tar.gz placed in /usr/src

cd /usr/src
rm linux
mkdir linux-2.0.36
ln -s linux-2.0.36 linux
tar xzf linux-2.0.36.tar.gz

ls -al linux/scripts will now produce at least something like;

total 170
drwxr-xr-x   3 1046     1046         1024 Feb 19 09:42 ./
drwxr-xr-x  15 root     root         1024 Feb 19 10:01 ../
-rw-r--r--   1 1046     1046        11000 Jun  3  1998 Configure
-rw-r--r--   1 1046     1046          970 May 12  1996 MAKEDEV.ide
-rw-r--r--   1 1046     1046         1540 Jun  3  1998 Makefile
-rw-r--r--   1 1046     1046        25681 Jun  3  1998 Menuconfig
-rw-r--r--   1 1046     1046         7634 Aug  3  1997 README.Menuconfig
-rw-r--r--   1 1046     1046         1355 Nov 15 18:33 checkconfig.pl
-rw-r--r--   1 1046     1046         2853 May 20  1996 depend.awk
-rw-r--r--   1 1046     1046        12520 Apr 13  1996 header.tk
-rw-r--r--   1 1046     1046          184 Aug 15  1995 hfiles.sh
-rw-r--r--   1 1046     1046         9527 Aug 13  1997 ksymoops.cc
drwxr-xr-x   2 1046     1046         1024 Nov 15 18:33 lxdialog/
-rwxr-xr-x   1 root     root         8076 Feb 19 09:42 mkdep*
-rw-r--r--   1 1046     1046         5272 Oct  8  1996 mkdep.c
-rw-r--r--   1 1046     1046         1692 Mar 26  1996 patch-kernel
-rw-r--r--   1 1046     1046          180 Aug 15  1995 pathdown.sh
-rw-r--r--   1 1046     1046         2071 Apr 12  1996 tail.tk
-rw-r--r--   1 1046     1046        13559 May  6  1996 tkcond.c
-rw-r--r--   1 1046     1046        33507 Jun  6  1996 tkgen.c
-rw-r--r--   1 1046     1046        16288 May  6  1996 tkparse.c
-rw-r--r--   1 1046     1046         1268 Mar 17  1996 tkparse.h



> i wonder .. there isn't any lx* file in my whole linux filesystem ..
> please help ..
> 

Then you "dont" have a whole kernel source installed, or installed properly.

-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to