I am installing from source not a package, so I am getting the shared libs.

HOWEVER,  Matthias Urlichs got me pointed in the right direction. when I 
installed from source libusb-1.0.so was correct and had the right 
pointer.  libusb-1.0.so in /usr/lib64 was not updated.

It appears to this feeble mind that this source wrote out a 32 bit lib, 
but not a 64 bit one on a 64 bit platform.  I think I need to take this 
over to libusb, unless you guys can come up with something else.

I am assuming this would never happen on a pi since I am assuming it's 
32 bit only.

Lyle

On 05/28/15 23:55, Roland Franke wrote:
> Hello,
> can you try with installed  "libusb-1.0-0-dev" instead of libusb-1.0.19?
> (Look at the -dev behind !!)
>
> Best regards,
> Roland
>
> -----Ursprüngliche Nachricht-----
> From: Lyle Giese
> Sent: Thursday, May 28, 2015 9:23 PM
> To: OWFS (One-wire file system) discussion and help
> Subject: [Owfs-developers] Installing OWFS 3.1p0 on SLES 11 SP3
>
> I am installing OWFS on a SLES 11 sp3 64 bit server.  I was getting the
> same errors as recently reported under the topic 'Installing newest owfs
> on Raspberry'.
>
> I also have installed libusb-1.0.19 from source on this server.
>
> Roland Franke on May 23rd posted some patches to the source code. I
> tried them and got much further in compiling the source, but it bombs
> out with:
>
> make[4]: Entering directory `/home/addons/owfs-3.1p0/module/owhttpd/src/c'
> /bin/sh ../../../../libtool  --tag=CC   --mode=link gcc -I../include
> -I../../../owlib/src/include -L../../../owlib/src/c -fexceptions -Wall
> -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
> -Wstrict-prototypes -Wredundant-decls -D_FILE_OFFSET_BITS=64
> -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
> -D_POSIX_C_SOURCE=200112L -pthread -I/usr/include/libusb-1.0   -g -O2
> -m64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
> -D_POSIX_C_SOURCE=200112L   -o owhttpd owhttpd.o owhttpd_handler.o
> owhttpd_present.o owhttpd_write.o owhttpd_read.o owhttpd_dir.o
> owhttpd_escape.o owhttpd_favicon.o -low -lusb-1.0      -lrt -lm -ldl
> libtool: link: gcc -I../include -I../../../owlib/src/include
> -fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual
> -Wcast-align -Wstrict-prototypes -Wredundant-decls
> -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1
> -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -pthread
> -I/usr/include/libusb-1.0 -g -O2 -m64 -D_XOPEN_SOURCE=600
> -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200112L -o
> .libs/owhttpd owhttpd.o owhttpd_handler.o owhttpd_present.o
> owhttpd_write.o owhttpd_read.o owhttpd_dir.o owhttpd_escape.o
> owhttpd_favicon.o  -L../../../owlib/src/c
> /home/addons/owfs-3.1p0/module/owlib/src/c/.libs/libow.so -lusb-1.0 -lrt
> -lm -ldl -pthread -Wl,-rpath -Wl,/opt/owfs/lib
> /home/addons/owfs-3.1p0/module/owlib/src/c/.libs/libow.so: undefined
> reference to `libusb_error_name'
> collect2: ld returned 1 exit status
> make[4]: *** [owhttpd] Error 1
> make[4]: Leaving directory `/home/addons/owfs-3.1p0/module/owhttpd/src/c'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/addons/owfs-3.1p0/module/owhttpd/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/addons/owfs-3.1p0/module/owhttpd'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/addons/owfs-3.1p0/module'
> make: *** [all-recursive] Error 1
>
> If I knew what or where to make more patches, I would be happy to do
> that, but a programmer I am not!
>
> Thanks,
> Lyle Giese
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers


------------------------------------------------------------------------------
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to