I'm trying to use Fossil on my shared sever through SSH. I've taken the following steps:
- Created the folder fossil (in my user root, which gives the path /fossil/)
- Uploaded the linux build of Fossil in /fossil/
- Gave both the fossil folder and file CHMOD 755
However, using SSH and cd'ing into /fossil (which is the correct path), and then using any command only results in Segmentation fault
.
Any suggestions on how to solve this problem are greatly appreciated.