LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-04-2004, 03:57 PM   #1
Gins
Senior Member
 
Registered: Jul 2004
Location: Germany
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,662

Rep: Reputation: 47
The command ksh doesn't work


I have Mandrake 10.0

The following command doesn't work

[heden@h27n2fls301o1037 heden]$ ksh
bash: ksh: command not found

How can I fix this problem. I beg help from the experts.
----------------------------------------------------------------------------

But the csh command worked.
[heden@h27n2fls301o1037 heden]$ csh
[heden@h27n2fls301o1037 ~]$


Even the sh command worked.

[heden@h27n2fls301o1037 heden]$ sh
sh-2.05b$

Last edited by Gins; 12-04-2004 at 04:02 PM.
 
Old 12-04-2004, 04:12 PM   #2
redgren
Member
 
Registered: Nov 2004
Distribution: Debian,Homebrew
Posts: 54

Rep: Reputation: 15
Quite simple, really.

'ksh' is trying to invoke a 'korn shell'. It apparently isn't installed on your system. csh (different shell - c shell) is installed in your system, so it works.
 
Old 12-04-2004, 04:18 PM   #3
wmakowski
Member
 
Registered: Oct 2003
Location: Ohio
Distribution: Fedora 25, 26, RHL 5.2
Posts: 560

Rep: Reputation: 56
You probably need to install pdksh - Public Domain Korn Shell. Use
Code:
cat /etc/shells
to see what shells you have installed.

Bill
 
Old 12-04-2004, 05:29 PM   #4
Gins
Senior Member
 
Registered: Jul 2004
Location: Germany
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,662

Original Poster
Rep: Reputation: 47
Wmakowsky

The following is the output.

[heden@h27n2fls301o1037 heden]$ cat /etc/shells
/bin/bash
/bin/csh
/bin/sh
/bin/tcsh


What shall I do next? Please help me.
 
Old 12-04-2004, 07:21 PM   #5
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
Quote:
Originally posted by Gins
Wmakowsky

The following is the output.

[heden@h27n2fls301o1037 heden]$ cat /etc/shells
/bin/bash
/bin/csh
/bin/sh
/bin/tcsh


What shall I do next? Please help me.
Install the korn shell..

http://www.research.att.com/sw/download/

http://web.cs.mun.ca/~michael/pdksh/

Or get the source off your Mandrake cd, I'm sure its included, just might not be installed by default.
 
Old 12-05-2004, 04:00 AM   #6
Gins
Senior Member
 
Registered: Jul 2004
Location: Germany
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,662

Original Poster
Rep: Reputation: 47
trickykid

I would look at it in CDs first. Then copy it on to the root. I will come back again if it is necessary.

I think I must look for a package called ' pdksh '. Please tell me if I am wrong.
 
Old 12-05-2004, 08:06 AM   #7
wmakowski
Member
 
Registered: Oct 2003
Location: Ohio
Distribution: Fedora 25, 26, RHL 5.2
Posts: 560

Rep: Reputation: 56
Yes, you need to look for a package called pdksh on your CD's. Take a look at this link to learn how to manage packages in Mandrake - http://doc.mandrakelinux.com/Mandrak...anagement.html

Just noticed you are from Germany. Here is the same link written in Deutsch -
http://doc.mandrakelinux.com/Mandrak...anagement.html

Bill

Last edited by wmakowski; 12-05-2004 at 08:13 AM.
 
Old 12-05-2004, 08:51 AM   #8
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
Quote:
Originally posted by Gins
trickykid

I would look at it in CDs first. Then copy it on to the root. I will come back again if it is necessary.

I think I must look for a package called ' pdksh '. Please tell me if I am wrong.
Either that or ksh93 I believe is what it will be called.
 
Old 12-06-2004, 02:31 PM   #9
Gins
Senior Member
 
Registered: Jul 2004
Location: Germany
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,662

Original Poster
Rep: Reputation: 47
I didn't find the either ksh or pdksh file in my CDs. This is strange. It doesn't matter. I downloaded it.Now it lies in my home directory. I must copy it on to the root.

The following is my home or rather console:

[heden@h27n2fls301o1037 heden]$

------------------------------------------------------------------------------------------------
[heden@h27n2fls301o1037 heden]$ ls

pdksh-5.2.14.tar.gz

The ls command shows that it is in my home folder. I want your help to copy it onto the root.
-----------------------------------------------------------------------------------------------------------

The following command didn't work.

cp pdksh-5.2.14.tar.gz ./

What is the correct copy command to copy the downloaded 'pdksh-5.2.14.tar.gz ' to the root?
Please help me.
------------------------------------------------------------
The following is my root.
[heden@h27n2fls301o1037 /]$


[heden@h27n2fls301o1037 /]$ ls -a
./ Bittorrent fetchmail initrd/ mnt/ opt/ proc/ telnet-server-krb5-1.3-6mdk

../ boot/ Filerunner lib/ .mozilla/ plugins root/ tmp/

.autofsck dev/ glibc lost+found/ MySQL4.0 plugins2 sbin/ usr/

bin/ etc/ home/ Mandrake documentation newplugins plugins3/ sys/ var/

[heden@h27n2fls301o1037 /]$
 
Old 12-06-2004, 04:11 PM   #10
wmakowski
Member
 
Registered: Oct 2003
Location: Ohio
Distribution: Fedora 25, 26, RHL 5.2
Posts: 560

Rep: Reputation: 56
pdksh-5.2.14.tar.gz is a compressed tar file containing source code for pdksh. In order to install this you would need to untar the file, configure, compile, and install. I would suggest you wait until you get more familiar with Linux before attempting a source code install.

I would recommend that you learn about package management and locate the binary package for pdksh using Rpmdrake. This will install the ksh shell with a minimum amount of effort. It will also teach you the basics about adding other packages to your system. The majority of my experience is with Red Hat and Fedora distributions. I only know what I have read about Mandrake. Rpmdrake is a graphical front-end for their urpmi tool. If you want to install pdksh from the command line it could be as simple as typing urpmi pdksh. Take a look at the website address I gave you for more info. You can also use man urpmi to find out more.

Bill
 
Old 12-07-2004, 02:13 PM   #11
Gins
Senior Member
 
Registered: Jul 2004
Location: Germany
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,662

Original Poster
Rep: Reputation: 47
Wmakowski

Thanks for the reply. I look at the Mandrake Control Center 10. I found a lot of files there. This one is not there. So please help me.

I have already used tar files and untarred them. So it is not a tall order for me.

The help I want is to copy the file I downloaded to the root. What is the correct command?
--------------------------------------------------------------------------------------
[heden@h27n2fls301o1037 heden]$ ls

pdksh-5.2.14.tar.gz

The ls command shows that it is in my home folder. I want your help to copy it onto the root.
 
Old 12-07-2004, 03:45 PM   #12
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 270Reputation: 270Reputation: 270
Quote:
Originally posted by Gins
Wmakowski

Thanks for the reply. I look at the Mandrake Control Center 10. I found a lot of files there. This one is not there. So please help me.

I have already used tar files and untarred them. So it is not a tall order for me.

The help I want is to copy the file I downloaded to the root. What is the correct command?
--------------------------------------------------------------------------------------
[heden@h27n2fls301o1037 heden]$ ls

pdksh-5.2.14.tar.gz

The ls command shows that it is in my home folder. I want your help to copy it onto the root.
tar.gz files are source files to be compiled to install..

Untar it, view the README or INSTALL files to get better details on the steps to install.

The most basic install steps are:

tar xzvf <filename.tar.gz>
cd new-directory-named-filename
./configure
make
su -
make install
exit
 
Old 12-08-2004, 12:29 PM   #13
wmakowski
Member
 
Registered: Oct 2003
Location: Ohio
Distribution: Fedora 25, 26, RHL 5.2
Posts: 560

Rep: Reputation: 56
I had some time and installed Mandrake 10.1 to see how rpmdrake/urpmi work. Also learned that pdksh along with some other packages are not included with the 3 isos (install CDs) that are available for download. However, the contents of a 4th CD is available from a number of ftp sites. So you will be able to get pdksh from one of those sites.

In order to get rpmdrake and urpmi working you need to configure them to point to a nearby ftp server. This will allow you to retrieve other software packages and updates relatively easy. There is a nifty web page that someone setup to help. Go to http://easyurpmi.zarb.org/ and follow the step by step procedure. Once completed you can go to rpmdrake and search for the pdksh package and install it.

I would recommend setting this up because it will save you a lot of time when working with packages. It will also allow you to automate the process of updating your system with the latest packages. Lastly, if you want to install pdksh quickly you can download pdksh-5.2.14-16mdk.i586.rpm from rpmfind.net and use rpm to install. I'm assuming you have an i586 architecture. The command for that would be:
Code:
rpm -ivh pdksh-5.2.14-16mdk.i586.rpm
Bill

Last edited by wmakowski; 12-09-2004 at 09:31 AM.
 
Old 12-08-2004, 03:25 PM   #14
Gins
Senior Member
 
Registered: Jul 2004
Location: Germany
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,662

Original Poster
Rep: Reputation: 47
Thanks, wmakowski.

I will follow your instructions. I will come to the forum when necessary. It will take 2 or 3 days as I am busy with an examination.
 
Old 12-09-2004, 12:32 PM   #15
Gins
Senior Member
 
Registered: Jul 2004
Location: Germany
Distribution: open SUSE 11.0, Fedora 7 and Mandriva 2007
Posts: 1,662

Original Poster
Rep: Reputation: 47
The following site you mentioned is a tall order for me.
http://easyurpmi.zarb.org/

I don't know how to work such strange sites. My knowledge is not enough to work with such things.

I did it in the following way.

I created a directory called rubbish2001 and put the file inside the directory.
[heden@h27n2fls301o1037 heden]$ mkdir rubbish2001
[heden@h27n2fls301o1037 heden]$ cp 'pdksh-5.2.14.tar.gz' rubbish2001
[nissanka@h27n2fls301o1037 nissanka]$ cd rubbish2001



Afterward I expanded the tarball. Please read the following:

[heden@h27n2fls301o1037 rubbish2001]$ tar -xzvf pdksh-5.2.14.tar.gz
pdksh-5.2.14/
pdksh-5.2.14/etc/
pdksh-5.2.14/etc/ksh.kshrc
pdksh-5.2.14/etc/profile
pdksh-5.2.14/etc/sys_config.sh
pdksh-5.2.14/misc/
pdksh-5.2.14/misc/ChangeLog.sjg
pdksh-5.2.14/misc/Changes.jrm
pdksh-5.2.14/misc/Changes.mlj
pdksh-5.2.14/misc/Changes.pc
pdksh-5.2.14/misc/README.sjg
pdksh-5.2.14/misc/ReadMe.eg
pdksh-5.2.14/misc/ReadMe.emacs
pdksh-5.2.14/misc/ReadMe.jrm
pdksh-5.2.14/misc/Bugs
pdksh-5.2.14/tests/
pdksh-5.2.14/tests/README
pdksh-5.2.14/tests/th
pdksh-5.2.14/tests/th-sh
pdksh-5.2.14/tests/alias.t
pdksh-5.2.14/tests/arith.t
pdksh-5.2.14/tests/bksl-nl.t
pdksh-5.2.14/tests/brkcont.t
pdksh-5.2.14/tests/cdhist.t
pdksh-5.2.14/tests/eglob.t
pdksh-5.2.14/tests/glob.t
pdksh-5.2.14/tests/heredoc.t
pdksh-5.2.14/tests/history.t
pdksh-5.2.14/tests/ifs.t
pdksh-5.2.14/tests/integer.t
pdksh-5.2.14/tests/lineno.t
pdksh-5.2.14/tests/read.t
pdksh-5.2.14/tests/regress.t
pdksh-5.2.14/tests/syntax.t
pdksh-5.2.14/tests/unclass1.t
pdksh-5.2.14/tests/unclass2.t
pdksh-5.2.14/tests/version.t
pdksh-5.2.14/os2/
pdksh-5.2.14/os2/Makefile
pdksh-5.2.14/os2/config.h
pdksh-5.2.14/os2/config.status
pdksh-5.2.14/os2/configure.cmd
pdksh-5.2.14/os2/emacs.out
pdksh-5.2.14/os2/kshrc.ksh
pdksh-5.2.14/os2/make.sed
pdksh-5.2.14/os2/os2.c
pdksh-5.2.14/os2/os2siglist.out
pdksh-5.2.14/os2/README.os2
pdksh-5.2.14/os2/NEWS.os2
pdksh-5.2.14/os2/os2bugs
pdksh-5.2.14/os2/th.cmd
pdksh-5.2.14/os2/config.cache
pdksh-5.2.14/alloc.c
pdksh-5.2.14/c_ksh.c
pdksh-5.2.14/c_sh.c
pdksh-5.2.14/c_test.c
pdksh-5.2.14/c_ulimit.c
pdksh-5.2.14/edit.c
pdksh-5.2.14/emacs.c
pdksh-5.2.14/eval.c
pdksh-5.2.14/exec.c
pdksh-5.2.14/expr.c
pdksh-5.2.14/history.c
pdksh-5.2.14/io.c
pdksh-5.2.14/jobs.c
pdksh-5.2.14/lex.c
pdksh-5.2.14/mail.c
pdksh-5.2.14/main.c
pdksh-5.2.14/misc.c
pdksh-5.2.14/missing.c
pdksh-5.2.14/path.c
pdksh-5.2.14/shf.c
pdksh-5.2.14/sigact.c
pdksh-5.2.14/syn.c
pdksh-5.2.14/table.c
pdksh-5.2.14/trap.c
pdksh-5.2.14/tree.c
pdksh-5.2.14/tty.c
pdksh-5.2.14/var.c
pdksh-5.2.14/version.c
pdksh-5.2.14/vi.c
pdksh-5.2.14/c_test.h
pdksh-5.2.14/edit.h
pdksh-5.2.14/expand.h
pdksh-5.2.14/ksh_dir.h
pdksh-5.2.14/ksh_limval.h
pdksh-5.2.14/ksh_stat.h
pdksh-5.2.14/ksh_time.h
pdksh-5.2.14/ksh_times.h
pdksh-5.2.14/ksh_wait.h
pdksh-5.2.14/lex.h
pdksh-5.2.14/proto.h
pdksh-5.2.14/sh.h
pdksh-5.2.14/shf.h
pdksh-5.2.14/sigact.h
pdksh-5.2.14/table.h
pdksh-5.2.14/tree.h
pdksh-5.2.14/tty.h
pdksh-5.2.14/ksh.Man
pdksh-5.2.14/Makefile.in
pdksh-5.2.14/configure.in
pdksh-5.2.14/config.h.in
pdksh-5.2.14/conf-end.h
pdksh-5.2.14/acconfig.h
pdksh-5.2.14/aclocal.m4
pdksh-5.2.14/emacs-gen.sh
pdksh-5.2.14/mkinstalldirs
pdksh-5.2.14/install-sh
pdksh-5.2.14/new-version.sh
pdksh-5.2.14/siglist.in
pdksh-5.2.14/siglist.sh
pdksh-5.2.14/mkman
pdksh-5.2.14/check-fd.c
pdksh-5.2.14/check-pgrp.c
pdksh-5.2.14/check-sigs.c
pdksh-5.2.14/README
pdksh-5.2.14/NEWS
pdksh-5.2.14/CONTRIBUTORS
pdksh-5.2.14/LEGAL
pdksh-5.2.14/PROJECTS
pdksh-5.2.14/INSTALL
pdksh-5.2.14/NOTES
pdksh-5.2.14/BUG-REPORTS
pdksh-5.2.14/IAFA-PACKAGE
pdksh-5.2.14/ChangeLog
pdksh-5.2.14/ChangeLog.0
pdksh-5.2.14/configure
pdksh-5.2.14/stamp-h.in
[heden@h27n2fls301o1037 rubbish2001]$




Then I ran the configure command. I just wrote ./configure and it didn't work. Please read the following:

[heden@h27n2fls301o1037 rubbish2001]$ pdksh-5.2.14/configure
creating cache ./config.cache
checking for gcc... gcc
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking if this is a problematic os... checking for minix/config.h... no
no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for opendir in -lndir... no
checking for sane unistd.h... yes
checking terminal interface... termios
checking for stddef.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking for paths.h... yes
checking for sys/param.h... yes
checking for sys/resource.h... yes
checking for values.h... yes
checking for ulimit.h... yes
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for off_t in sys/types.h... yes
checking for mode_t in sys/types.h... yes
checking for pid_t in sys/types.h... yes
checking for uid_t in sys/types.h... yes
checking return type of signal handlers... void
checking size of int... 4
checking size of long... 4
checking for clock_t in any of <sys/types.h>, <sys/times.h> and <sys/time.h>...
yes
checking for sigset_t in <sys/types.h> and <signal.h>... yes
checking for rlim_t in <sys/types.h> and <sys/resource.h>... yes
checking for working memmove... yes
checking for memset... yes
checking for confstr... yes
checking for dup2... yes
checking for flock... yes
checking for getcwd... yes
checking for getwd... yes
checking for killpg... yes
checking for nice... yes
checking for setrlimit... yes
checking for strerror... yes
checking for strcasecmp... yes
checking for strstr... yes
checking for sysconf... yes
checking for tcsetpgrp... yes
checking for ulimit... yes
checking for waitpid... yes
checking for wait3... yes
checking for sigsetjmp... no
checking for _setjmp... yes
checking for valloc... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for lstat... yes
checking for sys_errlist declaration in errno.h... no
checking for sys_errlist in library... yes
checking for sys_siglist declaration in signal.h or unistd.h... yes
checking for sys_siglist in library... yes
checking time() declaration in time.h... yes
checking if times() is present/working... yes
checking whether stat file-mode macros are broken... no
checking for st_rdev in struct stat... yes
checking for working const... yes
checking if compiler understands void... yes
checking if compiler understands volatile... yes
checking if compiler understands prototypes... yes
checking if C compiler groks __attribute__(( .. ))... yes
checking whether #! works in shell scripts... yes
checking for a BSD compatible install... /usr/bin/install -c
checking if dup2() works (ie, resets the close-on-exec flag)... yes
checking flavour of signal routines... posix
checking flavour of pgrp routines... posix
checking if process group synchronization is required... no
checking if opendir() fails to open non-directories... yes
checking if you have /dev/fd/n... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h




Afterwards I ran the make command. Please read the following:

[heden@h27n2fls301o1037 rubbish2001]$ make
CONFIG_FILES="" CONFIG_HEADERS=config.h ./config.status
creating config.h
config.h is unchanged
date > stamp-h
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/alloc.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/c_ksh.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/c_sh.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/c_test.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/c_ulimit.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/edit.c
pdksh-5.2.14/emacs-gen.sh pdksh-5.2.14/emacs.c > tmpemacs.out
mv tmpemacs.out emacs.out
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/emacs.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/eval.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/exec.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/expr.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/history.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/io.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/jobs.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/lex.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/mail.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/main.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/misc.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/missing.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/path.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/shf.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/sigact.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/syn.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/table.c
pdksh-5.2.14/siglist.sh "gcc -E -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14" < pdksh-5.2
.14/siglist.in > tmpsiglist.out
mv tmpsiglist.out siglist.out
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/trap.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/tree.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/tty.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/var.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/version.c
gcc -c -DHAVE_CONFIG_H -I. -Ipdksh-5.2.14 -g -O pdksh-5.2.14/vi.c
gcc -o ksh alloc.o c_ksh.o c_sh.o c_test.o c_ulimit.o edit.o emacs.o eval.o exe
c.o expr.o history.o io.o jobs.o lex.o mail.o main.o misc.o missing.o path.o shf
.o sigact.o syn.o table.o trap.o tree.o tty.o var.o version.o vi.o
pdksh-5.2.14/mkman ksh pdksh-5.2.14/ksh.Man > tmpksh.1
mv tmpksh.1 ksh.1



Then I just wrote su -
It asked the password.
So I wrote the password.
This way I went deep into the root.

[nissanka@h27n2fls301o1037 rubbish2001]$ su -
Password:

After writing the password, I went into the root. The following is the root.
[root@h27n2fls301o1037 root]#

----------------------------------------------------------------------------------------------




The make install command does not work. Please read the following.
[root@h27n2fls301o1037 root]# make install
make: *** No rule to make target `install'. Stop.
------------------------------------------------------------------------------------------------


[root@h27n2fls301o1037 root]# make INSTALL
make: *** No rule to make target `INSTALL'. Stop.

What is the problem?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ksh : Command not found aashish_us2002 Linux - Software 15 03-13-2006 04:26 AM
Help with command line options(ksh) SeT Programming 2 11-29-2004 06:54 PM
The ksh command Gins Linux - General 10 11-20-2004 06:56 PM
how does the cp command work? police8677 Linux - Software 9 10-16-2003 01:05 PM
A command that does not work hhegab Linux - Software 4 02-07-2003 11:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration