How to install thttpd web server?

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
MintRulez

How to install thttpd web server?

Post by MintRulez »

I have managed to download and unpack thttpd-2.27 from http://www.acme.com/software/thttpd/thttpd-2.27.tar.gz
How to install it?
OS: Linux Mint 17.3 64bit On VirtualBox
Desktop Environment: Cinnamon
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
MintRulez

Re: How to install thttpd web server?

Post by MintRulez »

I read that I should execute these commands:
./configure
make
make install

But when I execute first one, I have an error:
loading cache ./config.cache
checking host system type... configure: error: can not guess host type; you must specify one

This is the part of the file(configure) which gives me the error message:

Code: Select all

host_alias=$host
case "$host_alias" in
NONE)
  case $nonopt in
  NONE)
    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
    fi ;;
  *) host_alias=$nonopt ;;
  esac ;;
esac
May somebody help me out with this?
Locked

Return to “Software & Applications”