[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: Running on embedded hardware
- To: or-talk@xxxxxxxxxxxxx
- Subject: Re: Running on embedded hardware
- From: coderman <coderman@xxxxxxxxx>
- Date: Wed, 26 Dec 2007 07:07:51 -0800
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Wed, 26 Dec 2007 10:08:01 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=VljFE7wORffVpDvY3wHv7Xq79GRql+9Tq2OwhECxyxM=; b=Az9pXfMbI0r1w/2vriRZ2ya44nHjoRwv+LaFz64kHcfbmwkXiuDgjxxRGOX/l3N1OffC+zWd5HItrHBoqXIUOnNrgyv54OHrkI2KyblzriG6h9V1c77UQHKfAbYC5p51xx7xM5HxJ+IdMGwfCL3xoJgr1wtNjcZCXxIsHmy0RmU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aOQHvCz488EkafWF2SWlInMlqir48+Ilj0Kprf1Vo3psGWUQQzGc16jVDDQcOZeWYgpNRNUSOiOg89FkQIYfOz8XKRTuwtyTfwX4exMLDpMqMGsvWvnsBgRPyqUNulvoQef6p1hJtl5tCYAYXaXDzDUwmWAS8d3rymBDrgGFlo4=
- In-reply-to: <200712261524.25439.or-list@xxxxxxxxxxxxxxxxxxxx>
- References: <200712261524.25439.or-list@xxxxxxxxxxxxxxxxxxxx>
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
On Dec 26, 2007 6:24 AM, Jan Luehr <or-list@xxxxxxxxxxxxxxxxxxxx> 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 +++
this is usually an openssl crypto or other optimization using an
instruction that is not supported by the processor.
did you build openssl yourself too, or use the openwrt trunk package?