[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: PIDFile not written/missing in tor-0.1.1.5-alpha-cvs



In the big picture is the pidfile the only thing that doesn't work with
your compilation of tor?

On Fri, Aug 26, 2005 at 08:16:35AM -0700, OpenMacNews@xxxxxxxxxxxxx wrote 2.9K bytes in 101 lines about:
: hi,
: 
: >I'm assuming you've customized the makefile or passed a lot of
: >parameters to configure outside of the standard way to build an osx
: >tor.
: 
: well, not _really_.  but, fwiw, here are my build notes:
: 
: % unsetenv CFLAGS CPPFLAGS CXX CXXFLAGS LDFLAGS LDDLFLAGS LD_PREBIND LC_ALL 
: LANG LINGUAS
: % setenv LDFLAGS "-L/usr/local/lib -lz"
: % setenv CPPFLAGS "-I/usr/local/include"
: 
: % autoreconf -i -f
: 
: % ./configure \
:  --prefix=/usr/local/tor \
:  --localstatedir=/var/Process \
:  --sysconfdir=/var/Settings/Tor  \
:  --mandir=/var/Documentation/man \
: --enable-debug \
: --enable-threads \
: --enable-largefile \
: --with-ssl-dir=/usr/local/ssl
: 
: 	...
: 	Tor version is 0.1.1.5-alpha-cvs
: 	./contrib/tor.nsi has the correct version. Good.
: 	./src/win32/orconfig.h has the correct version. Good.
:   ...
: 
: % make
: % make install
: 
: % /usr/local/tor/bin/tor -V
: 	Aug 23 13:57:01.210 [notice] Tor v0.1.1.5-alpha-cvs. This is 
: 	experimental software. Do not rely on it for strong anonymity.
: 	Aug 23 13:57:01.254 [notice] Initialized libevent version 1.1a using 
: 	method poll. Good.
: 	Aug 23 13:57:01.257 [notice] connection_create_listener(): Opening 
: 	Socks listener on 127.0.0.1:9050
: 	Aug 23 13:57:01.374 [warn] tor_init(): You are running Tor as root. 
: 	You don't need to, and you probably shouldn't.
: 	Aug 23 13:57:30.538 [notice] Tor has successfully opened a circuit. 
: 	Looks like it's working.
: 	...
: 
: % otool -L /usr/local/tor/bin/tor
: 	/usr/local/lib/libz.1.dylib (compatibility version 1.0.0, current 
: 	version 1.2.3)
: 	/usr/local/ssl/lib/libssl.0.9.7.dylib (compatibility version 0.9.0, 
: 	current version 0.9.7)
: 	/usr/local/ssl/lib/libcrypto.0.9.7.dylib (compatibility version 
: 	0.9.0, current version 0.9.7)
: 	/usr/local/lib/libevent-1.1a.1.dylib (compatibility version 2.0.0, 
: 	current version 2.2.0)
: 	/usr/lib/libmx.A.dylib (compatibility version 1.0.0, current version 
: 	92.0.0)
: 	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
: 	version 88.0.0)
: 
: make check
: 	==================
: 	All 1 tests passed
: 	==================
: 
: >If the pidfile isn't showing up with a stock config, then I'm out
: >of ideas.
: 
: happy to help track this down further ... just let me know what you need.
: 
: i'll start a 'near-stock' build here in a second ... w/
: 
:    ./configure --prefix=/usr/local/tor-test
: 
: 
: cheers,
: 
: richard
: 
: 



--