Re: [ilugd]: Strange problem

2002-03-10 Thread Rajat Bhatia
Hi, Try $ file to get the type of the file. Also try this $ more and check out the first line... if this is a script, it should point to an binary like #!/usr/local/perl/bin/perl (basicaly #! followed by name of the binary which would be invoked to run this script.)

Re: [ilugd]: Strange problem

2002-03-10 Thread Raju Mathur
> "Sanjeev" == Sanjeev \"Ghane\" Gupta writes: Sanjeev> Chetan, Could you try ldd -v ./filename and see what libs Sanjeev> it is trying to hit? Looks like it's an a.out binary being run on an ELF system with no a.out support or no a.out libs. Regards, -- Raju Sanjeev> And are

Re: [ilugd]: Strange problem

2002-03-10 Thread Sanjeev \"Ghane\" Gupta
:47 AM Subject: [ilugd]: Strange problem > Hi! > > i'm facing a strange problem, there is one executable on a 486/slackware > machine (Kernel 2.0.3x), it is a chip fabrication process simulator written > in fortran + c + lex + XLib. when i copied & tried to run this file

[ilugd]: Strange problem

2002-03-10 Thread chetan dutta
Hi! i'm facing a strange problem, there is one executable on a 486/slackware machine (Kernel 2.0.3x), it is a chip fabrication process simulator written in fortran + c + lex + XLib. when i copied & tried to run this file on a rh7.1, i get an error message saying no such file or ie the bash