Что-то я туплю сегодня... Tor вроде скомпилил из изходников из под рута, а вот с Privoxy кое какие проблемы возникли... Пишет, что надо создавать отдельного пользователя... Можите расписать подробно процесс установки этих программ
Спасибки Помогло ========= Ладна, Tor&Privoxy я поставил, теперь Vidalia Вот такое вот происходит при установке: Code: root@localhost:~/vidalia-0.0.7# ./configure configure: Configuring vidalia 0.0.7... checking for g++... g++ checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking for qmake... /usr/bin/qmake checking for lrelease... /usr/bin/lrelease checking for chmod... /usr/bin/chmod configure: Building in debug mode checking for Makefile... no configure: creating ./config.status config.status: creating doc/vidalia.1 config.status: creating pkg/osx/bundle/buildmpkg.sh config.status: creating pkg/osx/bundle/VidaliaBundleDesc.plist config.status: creating pkg/osx/bundle/VidaliaBundleInfo.plist config.status: creating pkg/osx/bundle/VidaliaDesc.plist config.status: creating pkg/osx/bundle/VidaliaInfo.plist configure: Processing language translations... configure: Running qmake... ***Unknown option -config Usage: /usr/bin/qmake [mode] [options] [files] QMake has two modes, one mode for generating project files based on some heuristics, and the other for generating makefiles. Normally you shouldn't need to specify a mode, as makefile generation is the default mode for qmake, but you may use this to test qmake on an existing project Mode: -project Put qmake into project file generation mode In this mode qmake interprets files as files to be built, defaults to *.c; *.ui; *.y; *.l; *.ts; *.h; *.hpp; *.hh; *.H; *.hxx; *.cpp; *.cc; *.cxx; *.C -makefile Put qmake into makefile generation mode (default) In this mode qmake interprets files as project files to be processed, if skipped qmake will try to find a project file in your current working directory Warnings Options: -Wnone Turn off all warnings -Wall Turn on all warnings -Wparser Turn on parser warnings -Wlogic Turn on logic warnings Options: * You can place any variable assignment in options and it will be * * processed as if it was in [files]. These assignments will be parsed * * before [files]. * -o file Write output to file -unix Run in unix mode -win32 Run in win32 mode -macx Run in Mac OS X mode -d Increase debug level -t templ Overrides TEMPLATE as templ -tp prefix Overrides TEMPLATE so that prefix is prefixed into the value -help This help -v Version information -after All variable assignments after this will be parsed after [files] -cache file Use file as cache [makefile mode only] -spec spec Use spec as QMAKESPEC [makefile mode only] -nocache Don't use a cache file [makefile mode only] -nodepend Don't generate dependencies [makefile mode only] -nomoc Don't generate moc targets [makefile mode only] -nopwd Don't look for files in pwd [ project mode only] -norecursive Don't do a recursive search [ project mode only] root@localhost:~/vidalia-0.0.7# С таким раньше не встречался... Что делать?