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

ldconfig not found #124

Closed aklmtst closed 2 years ago

aklmtst commented 2 years ago

standard debian 11 image

just in case someone has this error, change ldconfig to /sbin/ldconfig

sergrych commented 2 years ago

before installation: export PATH=$PATH:/usr/sbin or sh -c 'echo "export PATH=$PATH:/usr/sbin" >> ~/.bashrc'

DanWin commented 2 years ago

Most likely you were missing /sbin in your PATH environment variable. I've added it now to the script, so that it should be correct, see d49b2b32ad33dc6c27cbca474b3c3ffe651987be