sidux.com
Menu

News

Give back
Last 3 Contributions
20-08-2008 15.00
18-08-2008 15.00
17-08-2008 5.00

Donate


Sponsor
hetzner.de

Languages
Preferred language:



Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
coolrat33
Post subject: how do I install TOR and VIDALIA  PostPosted: Jul 24, 2008 - 07:25 AM



Joined: Jan 03, 2008
Posts: 29

Status: Offline
I'm having trouble installing Vidalia, a graphic-interface for the control of TOR and Privoxy. I had it working on my MINT 4.0 system and it was great. But I'm having trouble getting it to work on sidux. And I learned from past experience NOT to try to use Ubuntu packages to try to set up sidux!!!
This is what I did:

I installed TOR using Meta-packages.
But because there is no graphic-interface, its hard to use. So I I tried to install Vidalia using the directions at http://konsumer.wordpress.com/2007/12/21/tor-privoxy-vidalia-debian-sidetch/

I began by entering this code in Terminal:


wget -c http://vidalia-project.net/dist/vidalia-0.0.16.tar.gz
tar zxvf vidalia-0.0.16.tar.gz
apt-get install qt4-dev-tools qt4-designer
export QMAKE=/usr/bin/qmake-qt4 (for sid)
cd vidalia-0.0.16
./configure
make
make install

BUT, when I entered the code “ export QMAKE=/usr/bin/qmake-qt4”, error messages appeared and I wasn't able to continue. The error messages read as follows:

root@siduxbox:/home/Ray/vidalia-0.0.16# ./configure
configure: Configuring vidalia 0.0.16...
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 win32... no
checking for Qt >= 4.1.0... ./configure: line 2330: /usr/bin/qmake-qt4: No such file or directory
./configure: line 2330: /usr/bin/qmake-qt4: No such file or directory
./configure: line 2330: /usr/bin/qmake-qt4: No such file or directory
no
configure: error: Vidalia requires Qt 4.1.0 or greater. You may need to install
Qt development packages, or you can specify an explicit path using --with-qt-dir
root@siduxbox:/home/Ray/vidalia-0.0.16# make
make: *** No targets specified and no makefile found. Stop.


What went wrong? What must I do to get Vidalia to run in sidux? I am studying in China where many (sometimes most) foreign websites are blocked and I rely on TOR, Privoxy and Vidalia to circumvent the “Great Firewall”. I'd greatly appreciate any help.
 
 View user's profile Send private message  
Reply with quote Back to top
michaaa62
Post subject: RE: how do I install TOR and VIDALIA  PostPosted: Jul 24, 2008 - 07:32 AM



Joined: Feb 24, 2007
Posts: 652
Location: Berlin, Germany
Status: Offline
you need libqt4-dev installed. sure it will pull more stuff for dependencies

_________________
http://sidux.com/PNphpBB2-viewtopic-t-2403.html
 
 View user's profile Send private message  
Reply with quote Back to top
towo|
Post subject: RE: how do I install TOR and VIDALIA  PostPosted: Jul 24, 2008 - 07:46 AM



Joined: Nov 30, 2006
Posts: 890
Location: Nimritz / Thüringen
Status: Offline
Why you don't use TorK?
It's in Sid, nothing to compile.

_________________
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
coolrat33
Post subject: RE: how do I install TOR and VIDALIA  PostPosted: Jul 24, 2008 - 08:05 AM



Joined: Jan 03, 2008
Posts: 29

Status: Offline
Thanks!
I'll try installing libqt4-dev and see if that works.
michaaa62, have you successfully installed Vidalia before? I'm wondering if there's anything else i need to do. What steps will ensure it installs smoothly.

And thanks towoj. I looked for TorK, but I couldn't find it. i'm running 2008-02 version of sidux. Does that TorK have Vidalia with it? I like Vidalia's graphic interface. How do I start TorK?

Thanks again
 
 View user's profile Send private message  
Reply with quote Back to top
towo|
Post subject: RE: how do I install TOR and VIDALIA  PostPosted: Jul 24, 2008 - 08:13 AM



Joined: Nov 30, 2006
Posts: 890
Location: Nimritz / Thüringen
Status: Offline
Code:

towo:Defiant> LANG=C apt-cache policy tork
tork:
  Installed: (none)
  Candidate: 0.29.1-2
  Version table:
     0.29.1-2 0
        500 http://ftp2.de.debian.org unstable/main Packages
     0.29.1-1 0
        200 http://ftp.uk.debian.org testing/main Packages

~
towo:Defiant> LANG=C apt-cache search tork
tork - anonymity manager for KDE
tork-data - anonymity manager for KDE (data files)

Tork is a graphical interface for tor.

_________________
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
coolrat33
Post subject: RE: how do I install TOR and VIDALIA  PostPosted: Jul 24, 2008 - 08:35 AM



Joined: Jan 03, 2008
Posts: 29

Status: Offline
I just tried installing libqt-4-dev.

But the process failed again. This this is what Terminal reported:

root@siduxbox:/home/Ray# apt-get install libqt4-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
qt4-doc libmysqlclient15-dev libsqlite0-dev libsqlite3-dev libpq-dev
libiodbc2-dev firebird2.0-dev
Recommended packages:
libqt4-opengl-dev
The following NEW packages will be installed:
libqt4-dev
0 upgraded, 1 newly installed, 0 to remove and 58 not upgraded.
Need to get 5866kB of archives.
After this operation, 28.1MB of additional disk space will be used.
Get:1 http://ftp.us.debian.org sid/main libqt4-dev 4.4.0-4 [5866kB]
Fetched 5866kB in 34s (172kB/s)
Selecting previously deselected package libqt4-dev.
(Reading database ... 119715 files and directories currently installed.)
Unpacking libqt4-dev (from .../libqt4-dev_4.4.0-4_i386.deb) ...
Processing triggers for man-db ...
Setting up libqt4-dev (4.4.0-4) ...
root@siduxbox:/home/Ray# export QMAKE=/usr/bin/qmake-qt4
root@siduxbox:/home/Ray# cd vidalia-0.0.16
root@siduxbox:/home/Ray/vidalia-0.0.16# ./configure
configure: Configuring vidalia 0.0.16...
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 win32... no
checking for Qt >= 4.1.0... no
configure: error: Vidalia requires Qt 4.1.0 or greater. You may need to install
Qt development packages, or you can specify an explicit path using --with-qt-dir

What is wrong now? Any suggestions? I'd really like to get Vidalia up and running!
 
 View user's profile Send private message  
Reply with quote Back to top
muchan
Post subject: RE: how do I install TOR and VIDALIA  PostPosted: Jul 24, 2008 - 11:57 AM



Joined: Aug 24, 2007
Posts: 390
Location: Ljubljana
Status: Offline
(I just googled about vidalia and TorK)
see:

(the reason you don't get vidalia on debian)
http://trac.vidalia-project.net/ticket/239

(TorK info and screenshot)
http://www.kde-apps.org/content/show.ph ... tent=39442

to install TorK
apt-get update
apt-get install tork
 
 View user's profile Send private message  
Reply with quote Back to top
michaaa62
Post subject:   PostPosted: Jul 24, 2008 - 05:52 PM



Joined: Feb 24, 2007
Posts: 652
Location: Berlin, Germany
Status: Offline
Code:
apt-cache search libqt dev
libqt3-headers - Qt3 header files
libqt3-mt-dev - Qt development files (Threaded)
libqt4-dev - Qt 4 development files
libqt4-opengl-dev - Qt 4 OpenGL library development files
libqt4-qt3support - Qt 3 compatibility library for Qt 4
libqt4-sql - Qt 4 SQL module
qt3-assistant - The Qt3 assistant application

So may be you also need libqt3-mt-dev and libqt4-qt3support. I really thought, they were dependencies of libqt4-dev. Did you already compile other programs for the desktop? You may need other KDE related develpment packages also.

greetz Micha

_________________
http://sidux.com/PNphpBB2-viewtopic-t-2403.html
 
 View user's profile Send private message  
Reply with quote Back to top
coolrat33
Post subject:   PostPosted: Jul 24, 2008 - 10:59 PM



Joined: Jan 03, 2008
Posts: 29

Status: Offline
Hi
I just read up on TorK, installed it and am very impressed! What a great array of functions to ensure secure (or quite secure) communication and web-browsing.

My deepest thanks to the team who made TorK- I'm going to show it to all my student friends overseas who would benefit from it (installed on sidux of course)!
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 1 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
 
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2006-2008 by sidux e.V., 10407 Berlin, Kniprodestr. 104. sidux e.V. is a Berlin, Germany based non-profit foundation. Consult Impressum and Legal Terms for details. sidux is Free Software released under the GNU/GPL license and other compatible licenses.
This CMS is powered by PostNuke, all themes used at this site are released under the GNU/GPL license. designed by w3you.