DanWin / hosting

This is a setup for a Tor based shared web hosting server
https://danwin1210.de/hosting/
GNU General Public License v3.0
341 stars 126 forks source link

PHP parse issues when ssh'ing from different language #109

Closed hardcod3dd closed 2 years ago

hardcod3dd commented 3 years ago

So i was getting this error when i run install_binaries script.then i figured out because im sshing from Turkish locale linux machine it fails.solution is run this command before compilation

Error Parse error: syntax error, unexpected '/' in /root/hosting/php-src/ext/phar/phar.php on line 20 Fix: export LANG=en_US.UTF-8

You can add this fix to README.md for non-english server/ssh users.