On Saturday 07 March 2009, Dan Williams wrote:
> On Fri, 2009-03-06 at 16:48 -0500, Dan Williams wrote:
st get a backtrace with symbols.
>
> http://bigw.org/~dan/wimaxd-crash.txt
>
> l5_sockets_dispatcher_Stop() is calling wmx_timedjoin_thread() with a
> NULL threadid.  That's because l5_sockets_dispatcher_Start() failed to
> initialize the supplicant, because the binary supplicant library is only
> compiled against libcrypto.so.0.9.8, while Fedora Rawhide ships a newer
> libcrypto.so.0.9.8j which is a more current version of OpenSSL than the
> binary supplicant has been compiled against.  Any chance we can get
> either (a) a rebuilt binary supplicant library, or even better (b) an

Aw, that one -- ok, a dirty trick I've used before is to create a symlink

ln -sf libcrypto.so.0.9.8j libcrypto.so.0.9.8
ln -sf libssl.so.0.9.8j libssl.so.0.9.8

I know this is as dirty as it can get, but it is a usable short-term solution.

I'll check if we can produce a quick build

> open-source implementation not based off proprietary Devicescape code so
> you guys wouldn't have to keep rebuilding it every time OpenSSL releases
> an update?

Still working on it :)

-- 
Inaky

_______________________________________________
wimax mailing list
[email protected]
http://www.linuxwimax.org/mailman/listinfo/wimax

Reply via email to