cancel
Showing results for 
Search instead for 
Did you mean: 

Running alfresco 3.4 Installer on Debian Lenny without X

phillip1337
Champ in-the-making
Champ in-the-making
Hey guys,

I have the following problem: If I start the binary file
./alfresco-community-3.4a.bin
it just says
bash: ./alfresco-community-3.4a.bin: No such file or directory
Java, swtools  and imagemagick are alle installed. Any idea what I am doing wrong?

Best regards

Phillip
4 REPLIES 4

ssaravanan
Champ in-the-making
Champ in-the-making
Check whether the alfresco-community-3.4a.bin exists in the directory where you are trying to execute
./alfresco-community-3.4a.bin

chmod +x alfresco-community-3.4a.bin
will give execute rights for the .bin file

now if you do
./alfresco-community-3.4a.bin


if that also fails then, check whether you downloaded the 32 bit or 64 bit installer

phillip1337
Champ in-the-making
Champ in-the-making
Hey

obviously thats not the problem. Smiley Happy The file is executable and it is the right version. I think alfresco is using tools which are not installed on the system.
Any Idea which one?

Best regards

Phillip

gyro_gearless
Champ in-the-making
Champ in-the-making
Hmmm, usually bash doesn't lie, and it just says the file is not there  :roll:

So what does "stat alfresco-community-3.4a.bin" and maybe "md5sum alfresco-community-3.4a.bin" say on your machine?

It should look something like

[cmqa@dantyren tmp]$ stat ./alfresco-community-3.4.b-installer-linux-x32.bin
  File: `./alfresco-community-3.4.b-installer-linux-x32.bin'
  Size: 456340608       Blocks: 892176     IO Block: 4096   regular file
Device: fd00h/64768d    Inode: 65542       Links: 1
Access: (0755/-rwxr-xr-x)  Uid: (  500/    cmqa)   Gid: (  500/    cmqa)
Access: 2010-11-26 12:42:50.000000000 +0100
Modify: 2010-11-26 11:11:41.000000000 +0100
Change: 2010-11-26 12:42:48.000000000 +0100
[cmqa@dantyren tmp]$ md5sum ./alfresco-community-3.4.b-installer-linux-x32.bin
859d7342c66c6a7b0198112f1b139f7d  ./alfresco-community-3.4.b-installer-linux-x32.bin
[cmqa@dantyren tmp]$

where the MD5 sum obviously is for the "3.4b" version.

The installer should work even in text mode, although that didn't work well err 2 years ago (needed to fix some scripts after), but at least you should get some different response 🙂

HTH
Gyro

eydun_n
Champ in-the-making
Champ in-the-making
Hey guys,

I have the following problem: If I start the binary file
./alfresco-community-3.4a.bin
it just says
bash: ./alfresco-community-3.4a.bin: No such file or directory
Java, swtools  and imagemagick are alle installed. Any idea what I am doing wrong?

Best regards

Phillip

Shouldn't it be:
 ./alfresco-community-3.4.a.bin
or did you really rename the file?