[tor-talk] Problem with ttdnsd-665a534 on Ubuntu 12.04 server

Robert Ransom rransom.8774 at gmail.com
Sun Apr 29 21:33:31 UTC 2012


On 2012-04-29, Gitano <ran6oony7r9deku5 at gmx-topmail.de> wrote:
> ttdnsd-665a534 does not compile on my server Ubuntu 12.04
> (kernel 3.2.0-24-generic #37-Ubuntu):
>
> ###
> root at server:~/ttdnsd-665a534# make install
> /usr/bin/gcc -g -O2  -D_FORTIFY_SOURCE=2 -fstack-protector-all -fwrapv
> -fPIE --param ssp-buffer-size=1 -Wall -fno-strict-aliasing -W
> -Wfloat-equal -Wundef -Wpointer-arith -Wstrict-prototypes
> -Wmissing-prototypes -Wwrite-strings -Wredundant-decls -Wchar-subscripts
> -Wcomment -Wformat=2 -Wwrite-strings -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Wbad-function-cast -Wswitch-enum
> -Winit-self -Wmissing-field-initializers -Wdeclaration-after-statement
> -Wold-style-definition -Waddress -Wmissing-noreturn -Wnormalized=id
> -Woverride-init -Wstrict-overflow=1 -Wextra -Warray-bounds
> -Wstack-protector -Wformat -Wformat-security -Wpointer-sign -Werror
> ttdnsd.c -o ttdnsd -ltsocks -L/usr/lib
> ttdnsd.c:12:19: schwerwiegender Fehler: stdio.h: Datei oder Verzeichnis
> nicht gefunden
> Kompilierung beendet.
> make: *** [all] Error 1
> ###
>
> What am I missing? On Ubuntu 10.04 desktop it works very well.

Looks like it's saying “stdio.h: File not found".  (It would be easier
for English-speakers to help you if you ran “export LC_ALL=C” in your
terminal before compiling a program, to tell compilers to use the
POSIX standard ‘locale’.)

‘sudo apt-get install build-essential’ might help.


Robert Ransom


More information about the tor-talk mailing list