Closed s1rc closed 6 years ago
Could you check if the MacOS binary is executable?
You can do that by entering the binaries folder and try to run the MacOS version directly
Definitely not executable.
-rw-r--r-- 1 Matt staff 1081 Apr 27 12:11 LICENSE.txt
-rw-r--r-- 1 Matt staff 8219 Apr 27 12:11 README.md
-rw-r--r-- 1 Matt staff 19608457 Apr 27 12:11 tusd-linux
-rw-r--r-- 1 Matt staff 19387712 Apr 27 12:11 tusd-mac
-rw-r--r-- 1 Matt staff 19524096 Apr 27 12:11 tusd-win.exe
Do I need to move the /bin
and /hooks
directory over manually and I'm guessing make the binary executable? I wasn't sure if I was or if it should run from automatically from the /vendor
folder.
Normally it runs from the /vendor
folder. Just try to make executable both the binary and the hooks
Making the /bin
and /hooks
binary files executable works.
This issue needs to be re-opened.
I tried it on Linux and the same issue is there. The hooks are also not invoked properly.
This needs to either be documented or the binaries need to be made executable
We are open to accept pull requests on the topic
I'm trying to start the Tus.io server with
php artisan tus:start
however I'm getting the following error:I tried to set the executable and hooks dirs in tusupload.php to the vendor folder version, it also has the same error.