Question

Linux installation of FME Server failed but I ran it as root! line 403: ./install.sh: Permission denied

  • 12 January 2017
  • 1 reply
  • 1 view

Userlevel 4
Badge +13

I am logged into my Linux machine as root, and tried to run the installer.

 

sudo ./fme-server-b16716-linux-x64.run

After granting all permissions, it still doesn't work.

sudo chmod 777 fme-server-b16716-linux-x64.run
sudo ./fme-server-b16716-linux-x64.run

This is the error I received:

Verifying archive integrity... All good.
Uncompressing FME Server 2016.1.3.1................................................................................
/usr/safe/./fme-server-b16716-linux-x64.run: line 403: ./install.sh: Permission denied

What can I do?


1 reply

Badge +11

Try the following command sequence to extract the FME Server files, and then manually invoke the install.sh file. Let us know if this doesn't work for you!

./fme-server-b16716-linux-x64.run --noexec --keep cd fme-server ./install.sh

You may need to prefix all the commands with sudo if you are not logged in as root. If this is successful, you can delete the fme-server folder that was created in the same directory as the .run file.

Reply