Skip to main content

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?

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