Hi, I am migrating things from our old server to new servers. The genscan works fine in the old server but it doesn't work in the new server. The new server is a VM with Ubuntu 12.04 server version installed. I download the genscan linux version, decoded and untar it. Somehow that when I try to run it, it gives me this error:
ggb2blastb@safs-fujin:~/apps/genscan$ ls -l
total 764
dr-xr-xr-x 2 ggb2blastb ggb2blastb 4096 Feb 4 14:10 ./
drwxrwxr-x 6 ggb2blastb ggb2blastb 4096 Feb 4 14:11 ../
-r-xr--r-- 1 ggb2blastb ggb2blastb 219056 Feb 4 14:10 Arabidopsis.smat*
-r-xr-xr-x 1 ggb2blastb ggb2blastb 126365 Feb 4 14:10 genscan*
-r-xr--r-- 1 ggb2blastb ggb2blastb 219050 Feb 4 14:10 HumanIso.smat*
-r-xr--r-- 1 ggb2blastb ggb2blastb 6622 Feb 4 14:10 HUMRASH*
-r-xr--r-- 1 ggb2blastb ggb2blastb 6344 Feb 4 14:10 HUMRASH.ps*
-r-xr--r-- 1 ggb2blastb ggb2blastb 849 Feb 4 14:10 HUMRASH.sample*
-r-xr--r-- 1 ggb2blastb ggb2blastb 155735 Feb 4 14:10 Maize.smat*
-r-xr--r-- 1 ggb2blastb ggb2blastb 24465 Feb 4 14:10 README*
ggb2blastb@safs-fujin:~/apps/genscan$ ./genscan
bash: ./genscan: No such file or directory
Does anyone have any idea how I can fix it? Thanks in advance.
UPDATE:
I copied the executable file 'genscan' to other machines and test it. Another Ubuntu VM also shows the same error even though the VM is in a different physical system located in the other site. And it only works properly in other none-VM based system. Any help will be appreciated!!
Do those file names really end with
*
?No, the asterisk (
*
) is just thels -l
shows for the executable files. When justls
, no*
is shown.Odd, I don't see that with
ls -l
. Must be some bash profile thing specific to your machine.you would get it with
ls -lF
- this indicates that the OP must have some other systems settings applied