Your owfs still use the dynamic library... Didn't Vincent say that you
had to static link the binary?

The trick seemed to be to avoid installing the libfuse.so* files to the
staging dir... (according to the makefile)
"#$(CP) $(PKG_INSTALL_DIR)/usr/lib/libfuse.so* $(STAGING_DIR)/usr/lib/"

Manually remove all libfuse.so* from the stagingdir and recompile owfs
again.

/Christian


On Mon, 2006-06-26 at 11:52 +0200, Kurt André Selbach wrote:
> [EMAIL PROTECTED]:/# owfs -u /tmp/1wire
> owfs: can't load library 'libfuse.so.2'
> 
> [EMAIL PROTECTED]:/# fusermount --version
> fusermount version: 2.6.0-pre2
> 
> What is wrong?
> What exact steps did you do?
> i create the package/owfs
> insert the makefile, and how do i compile it?
> 
> but since i have the whole branch downloaded, how di you do it?
> feel free to send me the ipkg's (owfs, and fuse)
> 
> 
> ...via the SDK i think the step should be: make owfs-compile
> 
> 
> 
> 
> On 6/26/06, Kurt André Selbach <[EMAIL PROTECTED]> wrote:
> > Do you happen to have a jff2-4mb binary file i could "borrow"?
> >
> > On 6/26/06, Vincent Fleming <[EMAIL PROTECTED]> wrote:
> > > Andre,
> > >
> > > I didn't use the SDK - I build the whole system (kernel and all) from 
> > > sources.  The SDK should work just as well.
> > >
> > > I don't know what SVN version I used... it was current when I last 
> > > compiled on 22 May 2006.  I'm unfamiliar with SVN, and I'm not sure how 
> > > to check.
> > > (it works like magic!)  ;-)
> > >
> > > ...
> > >
> > > "svn info" seems to report that I have revision 3722 of openwrt, dated 1 
> > > May 2006.
> > >
> > > Regards (from New Jersey, USA ;-),
> > >
> > > Vince
> > >
> > > > -----Original Message-----
> > > > From: [EMAIL PROTECTED] [mailto:owfs-
> > > > [EMAIL PROTECTED] On Behalf Of Kurt André Selbach
> > > > Sent: Sunday, June 25, 2006 9:50 PM
> > > > To: owfs-developers@lists.sourceforge.net
> > > > Subject: Re: [Owfs-developers] OWFS openwrt - Asus deluxe/premium
> > > >
> > > > Thanks!
> > > >
> > > > Your a saving angel, going to take a look at it right away when i come
> > > > home from work in a couple of hours.
> > > >
> > > > Skipping 2.6 kernel then, and going for 2.4 kamikaze.
> > > >
> > > > What SVN version of kamikaze  "SDK" did you use?
> > > >
> > > > Thanks!
> > > >
> > > > Best Regards, from norway :-)
> > > >
> > > >
> > > > On 6/26/06, Vincent Fleming <[EMAIL PROTECTED]> wrote:
> > > > > Andre,
> > > > >
> > > > > I've ported owfs 2.3p7 to Openwrt kamikaze.
> > > > >
> > > > > I found it requires fuse v2.6.0-pre2, which is not part of the 
> > > > > standard
> > > > Openwrt distribution.
> > > > >
> > > > > Your problem sounds like one of the problems I ran into... the dynamic
> > > > linker seems to be broken in kamizaze, so you'll need to statically link
> > > > owfs.  So, once I statically linked owfs, the fusermount errors went 
> > > > away.
> > > > >
> > > > > The problem has to do with the use of .asm() directives in the fuse 
> > > > > code
> > > > to support dynamic linking to different (legacy) versions of fuse from 
> > > > the
> > > > same library. (I could type for days telling you what I went through to
> > > > debug this, but that's pretty irreverent now... ;-))
> > > > >
> > > > > I've attached the makefiles I wrote for package/fuse and package/owfs,
> > > > and patches I needed for fuse.  If you get compile errors on fuse, try 
> > > > the
> > > > patches in package/fuse/patches.  These Makefiles should set you up 
> > > > nicely
> > > > with a statically linked version of owfs for kamikaze.
> > > > >
> > > > > As a side note, I had data error problems with the USB drivers in the
> > > > 2.6 kernel - to owfs, it appeared that devices came and went. Kamikaze
> > > > with the 2.4 kernel works perfectly.  I haven't had the time to figure 
> > > > out
> > > > why (I spent enough time debugging already), and I don't really need a 
> > > > 2.6
> > > > kernel anyway, so I haven't debugged it further once finding I was 
> > > > getting
> > > > heaps of CRC errors in owfs.  It could be related to my particular
> > > > hardware platform (netgear WGT), so your mileage may vary.  ;-)
> > > > >
> > > > > But, again, the 2.4 kernel works just great.
> > > > >
> > > > > That's about all I can think of...  good luck!  Let us know how you 
> > > > > make
> > > > out.
> > > > >
> > > > > I hope this helps,
> > > > >
> > > > > Vince
> > > > >
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: [EMAIL PROTECTED] [mailto:owfs-
> > > > > > [EMAIL PROTECTED] On Behalf Of Kurt André
> > > > Selbach
> > > > > > Sent: Sunday, June 25, 2006 9:24 AM
> > > > > > To: owfs-developers@lists.sourceforge.net
> > > > > > Subject: [Owfs-developers] OWFS openwrt - Asus deluxe/permium
> > > > > >
> > > > > > owfs on openwrt,(wl500gDeluxe)
> > > > > >
> > > > > > Hi i've had this running quite stable for ~3-4 weeks now, but
> > > > > > since misterhouse was running quite slow on the wl500gD (haven't
> > > > > > figured the issue yet) i bought the wl500gP which i can't get owfs
> > > > > > running on.
> > > > > >
> > > > > > Anyone experimented with this, tried whiterussian RC5 and the newest
> > > > > > branch (kamikaze) but when i install the newest branch i get all 
> > > > > > kinds
> > > > > > of fuse invalid argument errors.
> > > > > >
> > > > > > Anyway i can get more debug information from the line owfs is 
> > > > > > sending
> > > > > > to fusermount?
> > > > > >
> > > > > > Chistian i can't find the source for your newest compiles on your
> > > > > > homepages, i'd like to see if thing is better on the kamikazee 
> > > > > > kernel
> > > > > > 2.6 branch. with working ehci.
> > > > > >
> > > > > > Have a nice evening/morning.
> > > > > >
> > > > > > Using Tomcat but need to do more? Need to support web services,
> > > > security?
> > > > > > Get stuff done quickly with pre-integrated technology to make your 
> > > > > > job
> > > > > > easier
> > > > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > > > Geronimo
> > > > > > http://sel.as-
> > > > us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > > > > > _______________________________________________
> > > > > > Owfs-developers mailing list
> > > > > > Owfs-developers@lists.sourceforge.net
> > > > > > https://lists.sourceforge.net/lists/listinfo/owfs-developers
> > > > >
> > > > >
> > > > > Using Tomcat but need to do more? Need to support web services,
> > > > security?
> > > > > Get stuff done quickly with pre-integrated technology to make your job
> > > > easier
> > > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > > > Geronimo
> > > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > > > >
> > > > > _______________________________________________
> > > > > Owfs-developers mailing list
> > > > > Owfs-developers@lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/owfs-developers
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > > Using Tomcat but need to do more? Need to support web services, 
> > > > security?
> > > > Get stuff done quickly with pre-integrated technology to make your job
> > > > easier
> > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache 
> > > > Geronimo
> > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > > > _______________________________________________
> > > > Owfs-developers mailing list
> > > > Owfs-developers@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/owfs-developers
> > >
> > > Using Tomcat but need to do more? Need to support web services, security?
> > > Get stuff done quickly with pre-integrated technology to make your job 
> > > easier
> > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > > _______________________________________________
> > > Owfs-developers mailing list
> > > Owfs-developers@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/owfs-developers
> > >
> >
> 
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to