I’m trying to install Tinyproxy on Glitch, but it ends up giving me an error with the PID. Here is the list of commands I ran:
cd ~
wget https://github.com/tinyproxy/tinyproxy/releases/download/1.10.0/tinyproxy-1.10.0.tar.gz
tar -xf tinyproxy-1.10.0.tar.gz
cd tinyproxy-1.10.0
./autogen.sh
make
cd ~
git clone https://github.com/greg5678/tinyproxy-conf.git
/app/tinyproxy-1.10.0/src/tinyproxy -c ~/tinyproxy-conf/tinyproxy.conf -d
This was the error I ended up getting when I ran the last command:
tinyproxy: Could not create file /run/tinyproxy/tinyproxy.pid: No such file or directory
/app/tinyproxy-1.10.0/src/tinyproxy: Could not create PID file.