After running that command it looks like there is something wrong with my rpm command:

+ echo I think you are running on RedHat Linux or SuSE Linux.
I think you are running on RedHat Linux or SuSE Linux.
+ GCC=gcc
+ '[' -f /etc/redhat-release ']'
+ fgrep -q ' 6.' /etc/redhat-release
+ rpm -q binutils glibc-devel gcc make
..

It hangs at the rpm -q binutils glibc-devel gcc make

I also manually tried running rpm -qa sendmail just to test it and it just hangs..

[EMAIL PROTECTED] bin]# bash -x rpm -qa sendmail
+ alias 'rm=rm -i'
+ alias 'cp=cp -i'
+ alias 'mv=mv -i'
+ '[' -f /etc/bashrc ']'
+ . /etc/bashrc
+++ id -gn
+++ id -un
+++ id -u
++ '[' root = root -a 0 -gt 99 ']'
++ umask 022
++ '[' '' ']'
rpm: rpm: cannot execute binary file

[EMAIL PROTECTED] bin]# ls -l rpm
-rwxr-xr-x    1 rpm      rpm       2083816 Sep  4  2002 rpm
[EMAIL PROTECTED] bin]# pwd
/bin
[EMAIL PROTECTED] bin]#

Is there something I am missing?  This was working just fine a couple of days ago..

Thanks,
-- 
Simran H.
[EMAIL PROTECTED]
www.chamkila.org


Keith Morse wrote:
On Tue, 23 Sep 2003, Simran Hansrai wrote:

  
Hi Guys,


I think you are running on RedHat Linux or SuSE Linux.
[1]+  Stopped                 ./install.sh
[EMAIL PROTECTED] MailScanner-4.12-2]#
-----

Any ideas why it is doing this, or how can I get past this?  I have 
tried un-tarring a fresh copy but it still does the same thing.

    


Specifically no, but doing a "bash -x install.sh" will help you to trace 
the shell script as it executes.  And Hopefully provide some insight.


  


Reply via email to