Hi ! I download FFS, make tar zxvf FreeFileSync_11.26_Linux.tar.gz, and obtain FreeFileSync_11.26_Install.run.
I make :
#chmod +x FreeFileSync_11.25_Install.run
#sh FreeFileSync_11.25_Install.run and obtain
#FreeFileSync_11.25_Install.run: FreeFileSync_11.25_Install.run : ne peut exécuter le fichier binaire (can't execut binary file)
or
#./FreeFileSync_11.26_Install.run
#bash: ./FreeFileSync_11.26_Install.run: Permission non accordée (Don't have permission, as I'm root)
#-rwxrwxrwx 1 dan dan 30891147 oct. 7 11:45 FreeFileSync_11.26_Install.run (and it's the same in root)
In graphic mode, I clic on it and ... no response, no success
What to do ?
Cheers
FreeFileSync_11.26_Install.run: FreeFileSync_11.26_Install.run : ne peut exécuter le fichier binaire
- Posts: 5
- Joined: 20 Aug 2016
- Posts: 1067
- Joined: 8 May 2006
Does this relate, viewtopic.php?t=8859 ?
- Posts: 5
- Joined: 20 Aug 2016
Thank you for your participation. Yes, that's pretty much it. The .run does nothing. This is also the first time that a .tar.gz delivers me a .run.
Whether I try to run this .run in any of the ways I'm used to: graphically with a click, in console with sh or ./ , I get nothing concrete.
However, I don't get a missing library message, or missing GTK, or anything like that. No 'configure' or 'install' file either.
If I already knew what I need to get, that would be a good step forward.
Whether I try to run this .run in any of the ways I'm used to: graphically with a click, in console with sh or ./ , I get nothing concrete.
However, I don't get a missing library message, or missing GTK, or anything like that. No 'configure' or 'install' file either.
If I already knew what I need to get, that would be a good step forward.
- Site Admin
- Posts: 7283
- Joined: 9 Dec 2007
What response do you see in the terminal when you start via:
./FreeFileSync_11.26_Install.run
- Posts: 5
- Joined: 20 Aug 2016
[root@localhost Téléchargements]# ./FreeFileSync_11.26_Install.run
bash: ./FreeFileSync_11.26_Install.run: Permission non accordée
ls -l
-rwxrwxrwx 1 root root 30891147 oct. 7 11:45 FreeFileSync_11.26_Install.run*
bash: ./FreeFileSync_11.26_Install.run: Permission non accordée
ls -l
-rwxrwxrwx 1 root root 30891147 oct. 7 11:45 FreeFileSync_11.26_Install.run*
- Site Admin
- Posts: 7283
- Joined: 9 Dec 2007
It seems some bash files inside the installer don't have the executable bit set. Does the following version work for your? https://www.mediafire.com/file/vm8tsmu9skoi2ib/FreeFileSync_11.27_%255BBeta%255D_Windows_Setup.exe
- Posts: 5
- Joined: 20 Aug 2016
Hey ! It's a Windows version and i'm on Linux
- Site Admin
- Posts: 7283
- Joined: 9 Dec 2007