I have updated the configure script and owfs's makefile to handle multiple fuse-installations now. The installation in /usr/local/lib is used if it exists, otherwise the default installation in /usr/lib[64] is used. Compilation should not read files in both /usr/local/lib AND /usr/lib[64] during compilation and linking at least.
I guess the correct way would be to add a new configure setting such as: ./configure --with-fuse=/usr/local but I'm not sure if this is better for most people. My suggestion is to try the (probably) latest version in /usr/local/lib first, and then use the files from rpm's in /usr/lib or /usr/lib64.... any ideas? /Christian -----Ursprungligt meddelande----- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Christian Magnusson Skickat: den 26 januari 2006 12:21 Till: [email protected] Ämne: Re: [Owfs-developers] FC4 OWFS compile problem I don't know if you managed to fix the problem yourself, but the main reason is that your new installation contains fuse-2.4 from beginning + you have fuse-2.5.x installed at /usr/local/include/fuse* and /usr/local/lib/libfuse*. You should either install the rpms fuse, fuse-libs and fuse-devel, and then delete the installation-files under /usr/local/, or do the opposite. Notice that the kernel-module is installed by the kernel-rpm (and possibly overwritten by your fuse-2.5 installation) # rpm -qf /lib/modules/2.6.14-1.1656_FC4/kernel/fs/fuse/fuse.ko kernel-2.6.14-1.1656_FC4 The current configure-script doesn't handle this situation very good right now. I'll do some tests and see if we could change the behavior and compilation flags to make sure it will use the latest version only (or something similar). /Christian ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
