Re: pause command not found when installing Net-FTP

2003-03-26 Thread David Busby
2003 11:39 Subject: pause command not found when installing Net-FTP > Could someone please tell me why I'm getting this error message when trying to install Net-FTP. > > Installing /usr/share/man/man3/Net::FTP::Common.3pm > Writing /usr/lib/perl5/site_perl/5.6.1/i386-linux

Re: pause command not found when installing Net-FTP

2003-03-26 Thread David Busby
Perhaps you don't have the pause command? /B - Original Message - From: "Avram Adam" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 26, 2003 11:39 Subject: pause command not found when installing Net-FTP > Could someone please tell

pause command not found when installing Net-FTP

2003-03-26 Thread Avram Adam
linux/perllocal.pod + pause Net-FTP-Common-2.28.tar.gz ./release: pause: command not found thank you very much. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

pause command not found when installing Net-FTP

2003-03-26 Thread Avram Adam
linux/perllocal.pod + pause Net-FTP-Common-2.28.tar.gz ./release: pause: command not found thank you very much. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: [RH List] command not found

2002-11-27 Thread Ze Ji Li
Hi there, May I know why root can run it with fatal error instead of "Command not found"? Here is what I found out with another shell. [zli@theory ~]$ echo $SHELL /usr/bin/tcsh [zli@theory ~]$ bash [zli@theory zli]$ ./form2 bash: ./form2: /lib/ld-linux.so.1: bad ELF interpreter: No

Re: [RH List] command not found

2002-11-27 Thread Ashley M. Kirchner
Ze Ji Li wrote: > any ideas why I got "Command not found" when I run ./form2? Because it can't run. It's not that it's not found (even though it says that), it can't run because of the other errors you have already found (ELF related). -- W | I haven'

command not found

2002-11-27 Thread Ze Ji Li
Hi,       I have the following strange problem.  When I try to run ./form2, it said command not found. According to permission, I should be able to run it as user "zli" even the executable belong to user "kirill".  When I run the program as root, I got bad ELF interpret

bash: : command not found

2002-01-31 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, That's the message that greets me each time I enter a shell. Worse, my screen is litterd with ': command not found' after each line that has anything to do with the boot and shutdown operations. Basically anything during s

Re: [Re: /bin/sh: cpp: command not found]

2000-07-01 Thread linda hanigan
gt; To: <[EMAIL PROTECTED]> Sent: Thursday, June 29, 2000 9:09 AM Subject: Re: [Re: /bin/sh: cpp: command not found] Hi Linda, I tried to compile with g++ also. Just it doesn't work. I attach the IDCT.tar.gz, contain : IDCT.tmpl, expand_const.c, compute.y, and Makefile. If you don&#x

Re: [Re: /bin/sh: cpp: command not found]

2000-06-29 Thread Margaretha Sulistyoningsih
cc -d compute.y mv -f y.tab.c compute.c gcc -c expand_const.c gcc -o expand_const expand_const.o compute.o -lm rm -f IDCT.java ./expand_const IDCT.tmpl | cpp | sed '1d' > IDCT.java /bin/sh : cpp : command not found. And if you success in getting the result : I

Re: [Re: /bin/sh: cpp: command not found]

2000-06-29 Thread Margaretha Sulistyoningsih
gcc -o expand_const expand_const.o compute.o -lm rm -f IDCT.java ./expand_const IDCT.tmpl | cpp | sed '1d' > IDCT.java /bin/sh : cpp :command not found I thought I don't have cpp, so I try to install cpp-1.1.2-12.i386.rpm from R.H CD, but I got an error message saying that cpp

Re: /bin/sh: cpp: command not found

2000-06-26 Thread Steven W. Orr
in order to produce one java class (named IDCT.cla= =>ss) =>from a file which is combination of java and c program(named IDCT.tmpl).= => The =>results are: => => gcc -o expand_const expand_const.o compute.o -lm => rm -f IDCT.java => ./expand_const IDCT.tmpl | cpp | sed &#

Re: /bin/sh: cpp: command not found

2000-06-25 Thread Danny
Do a which cpp or whereis cpp Looking forward to your feedback. dannyh [EMAIL PROTECTED] On Mon, 26 Jun 2000, linda hanigan wrote: > Hi, > I use g++ command for the c++ compilier in linux. I don't know if you are > trying to use a different compilier. Have you tried locate as it seems some

Re: /bin/sh: cpp: command not found

2000-06-25 Thread linda hanigan
Hi, I use g++ command for the c++ compilier in linux. I don't know if you are trying to use a different compilier. Have you tried locate as it seems some programs get in different versions of bin or sbin on different distributions. Linda . -- To unsubscribe: mail [EMAIL PR

/bin/sh: cpp: command not found

2000-06-24 Thread Margaretha Sulistyoningsih
cpp | sed '1d' > IDCT.java /bin/sh : cpp :command not found I thought I don't have cpp, so I try to install cpp-1.1.2-12.i386.rpm from R.H CD, but I got an error message saying that cpp-1.1.2-12 is already installed. I try to rpm -U, and I also got the same answer. Then