Could i have help with setting up an onion website? I have downloaded thttpd, following a tutorial and what tor recommends. This is what i have done so far in the terminal on ubuntu:
"~$ sudo wget http://www.acme.com/software/thttpd/thttpd-2.25b.tar.gz ~$ tar -zxvf thttpd-2.25b.tar.gz ~$ cd thttpd-2.25b/ ~/thttpd-2.25b$ sudo apt-get install gcc" But when I do ":~/thttpd-2.25b$ CC=arm-linux-gcc ./configure --host=arm-linux --prefix=~/root_mkfs/usr/local" it comes up with an error message saying: "creating cache ./config.cache checking host system type... arm-unknown-linux-gnu checking target system type... arm-unknown-linux-gnu checking build system type... arm-unknown-linux-gnu checking for gcc... arm-linux-gcc checking whether the C compiler (arm-linux-gcc ) works... no configure: error: installation or configuration problem: C compiler cannot create executables."
Please help with creating this website as I am not sure of the issue
Sent with [ProtonMail](https://protonmail.com) Secure Email.
On Sun, Jun 16, 2019 at 09:45:36PM +0000, BobLEEt wrote:
Could i have help with setting up an onion website? I have downloaded thttpd, following a tutorial and what tor recommends. This is what i have done so far in the terminal on ubuntu:
"~$ sudo wget http://www.acme.com/software/thttpd/thttpd-2.25b.tar.gz
This really comes down to the much simpler question, "what simple webserver should I use on my system?" Once you've answered that one, you can then hook up your Tor onion service to connect to it, and Tor doesn't care (or even need to know) which webserver software you chose.
I'd suggest something you can apt-get install, since you mentioned Ubuntu.
A google search for 'simple web server ubuntu' pointed me to many instruction pages.
Good luck! --Roger
are these not less secure though?
Sent with ProtonMail Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Sunday, June 16, 2019 9:54 PM, Roger Dingledine arma@torproject.org wrote:
On Sun, Jun 16, 2019 at 09:45:36PM +0000, BobLEEt wrote:
Could i have help with setting up an onion website? I have downloaded thttpd, following a tutorial and what tor recommends. This is what i have done so far in the terminal on ubuntu: "~$ sudo wget http://www.acme.com/software/thttpd/thttpd-2.25b.tar.gz
This really comes down to the much simpler question, "what simple webserver should I use on my system?" Once you've answered that one, you can then hook up your Tor onion service to connect to it, and Tor doesn't care (or even need to know) which webserver software you chose.
I'd suggest something you can apt-get install, since you mentioned Ubuntu.
A google search for 'simple web server ubuntu' pointed me to many instruction pages.
Good luck! --Roger
tor-onions mailing list tor-onions@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-onions
Or at least use sthttpd ;) https://github.com/blueness/sthttpd
Roger Dingledine:
On Sun, Jun 16, 2019 at 09:45:36PM +0000, BobLEEt wrote:
Could i have help with setting up an onion website? I have downloaded thttpd, following a tutorial and what tor recommends. This is what i have done so far in the terminal on ubuntu:
"~$ sudo wget http://www.acme.com/software/thttpd/thttpd-2.25b.tar.gz
This really comes down to the much simpler question, "what simple webserver should I use on my system?" Once you've answered that one, you can then hook up your Tor onion service to connect to it, and Tor doesn't care (or even need to know) which webserver software you chose.
I'd suggest something you can apt-get install, since you mentioned Ubuntu.
A google search for 'simple web server ubuntu' pointed me to many instruction pages.
Good luck! --Roger
tor-onions mailing list tor-onions@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-onions
tor-onions@lists.torproject.org