Re: Running on embedded hardware

2007-12-30 Thread Juliusz Chroboczek
I'm trying to run a tor client on my router in order anomyise my network. - System is: Asus WL-500G (32MB Ram) Nice router. The CPU is a 260 MHz MIPS core from Broadcom that implements almost all of the MIPS32 instruction set (the one exception being the WAIT instruction). - OS is: OpenWRT

Re: Running on embedded hardware

2007-12-30 Thread Jan Luehr
Hello, Am Sonntag, 30. Dezember 2007 schrieb Juliusz Chroboczek: I'm trying to run a tor client on my router in order anomyise my network. - System is: Asus WL-500G (32MB Ram) Nice router. The CPU is a 260 MHz MIPS core from Broadcom that implements almost all of the MIPS32 instruction

Running on embedded hardware

2007-12-26 Thread Jan Luehr
Hello, I'm trying to run a tor client on my router in order anomyise my network. - System is: Asus WL-500G (32MB Ram) - OS is: OpenWRT whiterussian (Linux: 2.4.30) - tor is v0.1.2.18 self-built, 'cause whiterussian tor binanries are a little bit out-dated ;) libraries: libz.so.1.2.2

Re: Running on embedded hardware

2007-12-26 Thread coderman
On Dec 26, 2007 6:24 AM, Jan Luehr [EMAIL PROTECTED] wrote: ... I built tor with ./configure --prefix=/opt/tor -with-libevent-dir (...) --with-ssl-dir (...) can you provide the rest of the configure string for tor? ... --- SIGILL (Illegal instruction) @ 0 (0) --- +++ killed by SIGILL +++

Re: Running on embedded hardware

2007-12-26 Thread coderman
On Dec 26, 2007 7:21 AM, Jan Luehr [EMAIL PROTECTED] wrote: ... ./configure --prefix=/opt/tor --with-libevent-dir=/opt/libevent --with-ssl-dir=/opt/openssl i believe you need to pass at least --target= and maybe --host and --build. also, openssl in opnewrt appears to be configured with

Re: Running on embedded hardware

2007-12-26 Thread Jan Luehr
Hello, Am Mittwoch, 26. Dezember 2007 schrieb coderman: On Dec 26, 2007 7:21 AM, Jan Luehr [EMAIL PROTECTED] wrote: ... ./configure --prefix=/opt/tor --with-libevent-dir=/opt/libevent --with-ssl-dir=/opt/openssl i believe you need to pass at least --target= and maybe --host and --build.