Re: [Owfs-developers] OWFS on DD-WRT

2007-05-21 Thread Matthias Urlichs
Hi, Paul Alfille: If everything seem good, it's time for a new release. Somebody please fix the shared library sonames before releasing (if it hasn't happened already) so that I can put out a proper version of the Debian packaging. (I still need to forward my patches... I know.) -- Matthias

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-21 Thread Christian Magnusson
] On Behalf Of Christian Magnusson Sent: den 20 maj 2007 19:00 To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] OWFS on DD-WRT Could you look in the config.h and see which functions were detected during the configure-script was run? [EMAIL PROTECTED] owfs]# grep HAVE_T

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-20 Thread Christian Magnusson
-developers] OWFS on DD-WRT Not without writing a version for your machine, though I could switch in a linear search algorthm. Let me work on it Monday. Paul Alfille On 5/19/07, Eric Allen [EMAIL PROTECTED] wrote: Okay. But I'm still stuck with tsearch. Any way to get around that? On 5

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-19 Thread Eric Allen
]: mail][mailto: [EMAIL PROTECTED]: mail]] *On Behalf Of *Eric Allen *Sent:* den 18 maj 2007 19:12 *To:* [EMAIL PROTECTED]: mail] *Subject:* Re: [Owfs-developers] OWFS on DD-WRT Interesting...If I run ./configure with --disable-mt I get the error about pthread stuff not being present. If I run

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-19 Thread Paul Alfille
: den 18 maj 2007 19:12 To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] OWFS on DD-WRT Interesting...If I run ./configure with --disable-mt I get the error about pthread stuff not being present. If I run it with --disable-cache I get an error about the cache

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-18 Thread Eric Allen
][image: mail] ] *On Behalf Of *Eric Allen *Sent:* den 16 maj 2007 06:04 *To:* [EMAIL PROTECTED]: mail][image: mail] *Subject:* Re: [Owfs-developers] OWFS on DD-WRT It looks like there are three files it's used in: ow_cache.c, ow_locks.c, and ow_tree.c. The first two can be disabled

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-17 Thread Christian Magnusson
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Allen Sent: den 16 maj 2007 06:04 To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] OWFS on DD-WRT It looks like there are three files it's used in: ow_cache.c, ow_locks.c, and ow_tree.c. The first two can

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-17 Thread Eric Allen
*To:* [EMAIL PROTECTED]: mail] *Subject:* Re: [Owfs-developers] OWFS on DD-WRT It looks like there are three files it's used in: ow_cache.c, ow_locks.c, and ow_tree.c. The first two can be disabled with config options. When I attempted to build with gcc-mipsel-linux-uclibc 4.1 I got the following

[Owfs-developers] OWFS on DD-WRT

2007-05-15 Thread Eric Allen
I've gotten as far as the previous poster with install OWFS on DD- WRT: when I try to start the daemon I get a can't resolve symbol 'tsearch' -error. I tried installing uclibc from http:// downloads.openwrt.org/whiterussian/packages/ and reordering LD_LIBRARY_PATH to load that libc, but then

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-15 Thread Paul Alfille
tsearch is the binary tree search that is part of glibc and some implementations of uClibc. It may not have been included in the dd-wrt version of uClibc. It could be an optional part of owlib, like some of the semaphore and other code. Does that give you a place to look? Paul Alfille On

Re: [Owfs-developers] OWFS on DD-WRT

2007-05-15 Thread Eric Allen
Ah. Okay. How tough is it to build owfs for dd-wrt? Is it simply a matter of taking the source distro and compiling with mipsel-uclibc? On 5/15/07, Paul Alfille [EMAIL PROTECTED] wrote: tsearch is the binary tree search that is part of glibc and some implementations of uClibc. It may not have