Hi,
Do you have the libusbNNN_NN-dev package installed (at least that how
it is called in debian)
michael
On 09.08.2006, at 21:13, janne panu wrote:
> Hello all!
>
> Starters:
> Mandriva 2006 standard installation
> fuse-2.5.3 from source
> owfs-2.4p8 from source
> libusb0.1_4 in use
>
> And the problem is that when in try to compile from source the owfs
> package, i can not get usb support working. Usb is all the time
> disabled, even with --enable-usb option for configure
> Serial port support seems to work.
> I have dallas usb-1wire ds2490 in usb port. And mandrake has ds9490
> module loaded.
> I also have rmmod'd that ds9490 module before configure
>
> here is log from configure (sorry for long email ;D)
>
> Configuring owfs-2.4p8
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking for test... /usr/bin/test
> checking for rm... /bin/rm
> checking for g++... g++
> checking for C++ compiler default output file name... a.out
> checking whether the C++ compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C++ compiler... yes
> checking whether g++ accepts -g... yes
> checking for style of include used by make... GNU
> checking dependency style of g++... gcc3
> checking for gcc... gcc
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to accept ANSI C... none needed
> checking dependency style of gcc... gcc3
> checking how to run the C preprocessor... gcc -E
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether ln -s works... yes
> checking whether make sets $(MAKE)... (cached) yes
> checking for ranlib... ranlib
> checking for gawk... (cached) gawk
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking for a sed that does not truncate output... /bin/sed
> checking for egrep... grep -E
> checking for ld used by gcc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... /usr/bin/nm -B
> checking how to recognise dependent libraries... pass_all
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking how to run the C++ preprocessor... g++ -E
> checking for g77... no
> checking for f77... no
> checking for xlf... no
> checking for frt... no
> checking for pgf77... no
> checking for fort77... no
> checking for fl32... no
> checking for af77... no
> checking for f90... no
> checking for xlf90... no
> checking for pgf90... no
> checking for epcf90... no
> checking for f95... no
> checking for fort... no
> checking for xlf95... no
> checking for ifc... no
> checking for efc... no
> checking for pgf95... no
> checking for lf95... no
> checking for gfortran... no
> checking whether we are using the GNU Fortran 77 compiler... no
> checking whether accepts -g... no
> checking the maximum length of command line arguments... 32768
> checking command to parse /usr/bin/nm -B output from gcc object... ok
> checking for objdir... .libs
> checking for ar... ar
> checking for ranlib... (cached) ranlib
> checking for strip... strip
> checking if gcc static flag works... yes
> checking if gcc supports -fno-rtti -fno-exceptions... no
> checking for gcc option to produce PIC... -fPIC
> checking if gcc PIC flag -fPIC works... yes
> checking if gcc supports -c -o file.o... yes
> checking whether the gcc linker (/usr/bin/ld) supports shared
> libraries... yes
> checking whether -lc should be explicitly linked in... no
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking for shl_load... no
> checking for shl_load in -ldld... no
> checking for dlopen... no
> checking for dlopen in -ldl... yes
> checking whether a program can dlopen itself... yes
> checking whether a statically linked program can dlopen itself... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by g++... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared
> libraries... yes
> checking for g++ option to produce PIC... -fPIC
> checking if g++ PIC flag -fPIC works... yes
> checking if g++ supports -c -o file.o... yes
> checking whether the g++ linker (/usr/bin/ld) supports shared
> libraries... yes
> checking dynamic linker characteristics... GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking for shl_load... (cached) no
> checking for shl_load in -ldld... (cached) no
> checking for dlopen... (cached) no
> checking for dlopen in -ldl... (cached) yes
> checking whether a program can dlopen itself... (cached) yes
> checking whether a statically linked program can dlopen itself...
> (cached) yes
> appending configuration tag "F77" to libtool
> checking for rpm... /bin/rpm
> checking for rpmbuild... /usr/bin/rpmbuild
> checking for swig... no
> checking for ccmalloc... no
> checking if debug-output is enabled... yes (default)
> checking if TAI8570 barometer support is enabled... yes (default)
> checking if thermocouple support is enabled... yes (default)
> checking if multithreading is enabled... yes (default)
> checking whether pthreads work with -pthread... yes
> checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
> checking if more special flags are required for pthreads... no
> checking for cc_r... gcc
> checking if i2c(DS2482-x00) is enabled... yes (default)
> checking for pthread_join in LIBS=-lpthread with CFLAGS=-pthread...
> yes
> checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
> checking if more special flags are required for pthreads... no
> checking for cc_r... (cached) gcc
> checking if HA7Net is enabled... yes (default)
> checking for pthread_join in LIBS=-lpthread with CFLAGS=-pthread...
> yes
> checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
> checking if more special flags are required for pthreads... no
> checking for cc_r... (cached) gcc
> checking if owfs is enabled... auto (default)
> checking if owhttpd is enabled... yes (default)
> checking if owftpd is enabled... yes (default)
> checking if owserver is enabled... yes (default)
> checking if owcapi is enabled... yes (default)
> checking if swig is enabled... yes (default)
> checking if owperl is enabled... no (swig disabled)
> checking if owphp is enabled... no (swig disabled)
> checking if owpython is enabled... no (swig disabled)
> checking if owtcl is enabled... no (swig disabled)
> checking fuse.h usability... yes
> checking fuse.h presence... yes
> checking for fuse.h... yes
> checking for fuse_main in -lfuse... yes
> checking For supported FUSE API version... yes
> checking For FUSE version ... 2.2 or later
> checking if caching is enabled... yes (default)
> checking if usb support is enabled... yes
> checking for usb_open in -lusb... no
> checking if parallel port support is enabled... yes (default)
> checking linux/ppdev.h usability... yes
> checking linux/ppdev.h presence... yes
> checking for linux/ppdev.h... yes
> checking if profiling is enabled... no (default)
> checking if cflag _XOPEN_SOURCE is required... no
> checking if extra libs are required... -Wl,--rpath -Wl,/usr/local/lib
> -Wl,--rpath -Wl,${exec_prefix}/lib
> checking for dirent.h that defines DIR... yes
> checking for library containing opendir... none required
> checking for ANSI C header files... (cached) yes
> checking sys/mkdev.h usability... no
> checking sys/mkdev.h presence... no
> checking for sys/mkdev.h... no
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking for sys/types.h... (cached) yes
> checking feature_tests.h usability... no
> checking feature_tests.h presence... no
> checking for feature_tests.h... no
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking netinet/in.h usability... yes
> checking netinet/in.h presence... yes
> checking for netinet/in.h... yes
> checking for stdlib.h... (cached) yes
> checking for string.h... (cached) yes
> checking sys/file.h usability... yes
> checking sys/file.h presence... yes
> checking for sys/file.h... yes
> checking syslog.h usability... yes
> checking syslog.h presence... yes
> checking for syslog.h... yes
> checking termios.h usability... yes
> checking termios.h presence... yes
> checking for termios.h... yes
> checking for unistd.h... (cached) yes
> checking limits.h usability... yes
> checking limits.h presence... yes
> checking for limits.h... yes
> checking for stdint.h... (cached) yes
> checking features.h usability... yes
> checking features.h presence... yes
> checking for features.h... yes
> checking getopt.h usability... yes
> checking getopt.h presence... yes
> checking for getopt.h... yes
> checking linux/limits.h usability... yes
> checking linux/limits.h presence... yes
> checking for linux/limits.h... yes
> checking linux/types.h usability... yes
> checking linux/types.h presence... yes
> checking for linux/types.h... yes
> checking bits/netdb.h usability... no
> checking bits/netdb.h presence... no
> checking for bits/netdb.h... no
> checking bits/siginfo.h usability... no
> checking bits/siginfo.h presence... no
> checking for bits/siginfo.h... no
> checking for an ANSI C-conforming const... yes
> checking for off_t... yes
> checking for pid_t... yes
> checking for size_t... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking for stdbool.h that conforms to C99... yes
> checking for _Bool... yes
> checking whether struct tm is in sys/time.h or time.h... time.h
> checking for unistd.h... (cached) yes
> checking vfork.h usability... no
> checking vfork.h presence... no
> checking for vfork.h... no
> checking for fork... yes
> checking for vfork... yes
> checking for working fork... yes
> checking for working vfork... (cached) yes
> checking for stdlib.h... (cached) yes
> checking for sys/time.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for alarm... yes
> checking for working mktime... yes
> checking sys/select.h usability... yes
> checking sys/select.h presence... yes
> checking for sys/select.h... yes
> checking sys/socket.h usability... yes
> checking sys/socket.h presence... yes
> checking for sys/socket.h... yes
> checking types of arguments for select... int,fd_set *,struct
> timeval *
> checking for strftime... yes
> checking for working strtod... yes
> checking return type of signal handlers... void
> checking for accept... yes
> checking for daemon... yes
> checking for getaddrinfo... yes
> checking for freeaddrinfo... yes
> checking for getopt... yes
> checking for getopt_long... yes
> checking for gettimeofday... yes
> checking for inet_ntop... yes
> checking for inet_pton... yes
> checking for memchr... yes
> checking for memset... yes
> checking for select... yes
> checking for socket... yes
> checking for strcasecmp... yes
> checking for strchr... yes
> checking for strdup... yes
> checking for strncasecmp... yes
> checking for strtol... yes
> checking for strtoul... yes
> checking for tsearch... yes
> checking for tfind... yes
> checking for tdelete... yes
> checking for tdestroy... yes
> checking for vasprintf... yes
> checking for usb_interrupt_read... no
> checking for strsep... yes
> checking for vsprintf... yes
> checking for vsnprintf... yes
> checking for library containing nanosleep... none required
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating module/Makefile
> config.status: creating module/owlib/Makefile
> config.status: creating module/owlib/src/Makefile
> config.status: creating module/owlib/src/include/Makefile
> config.status: creating module/owlib/src/c/Makefile
> config.status: creating module/owlib/src/man/Makefile
> config.status: creating module/owfs/Makefile
> config.status: creating module/owfs/src/Makefile
> config.status: creating module/owfs/src/include/Makefile
> config.status: creating module/owfs/src/c/Makefile
> config.status: creating module/owfs/src/man/Makefile
> config.status: creating module/owhttpd/Makefile
> config.status: creating module/owhttpd/src/Makefile
> config.status: creating module/owhttpd/src/include/Makefile
> config.status: creating module/owhttpd/src/c/Makefile
> config.status: creating module/owhttpd/src/man/Makefile
> config.status: creating module/owserver/Makefile
> config.status: creating module/owserver/src/Makefile
> config.status: creating module/owserver/src/include/Makefile
> config.status: creating module/owserver/src/c/Makefile
> config.status: creating module/owserver/src/man/Makefile
> config.status: creating module/owftpd/Makefile
> config.status: creating module/owftpd/src/Makefile
> config.status: creating module/owftpd/src/include/Makefile
> config.status: creating module/owftpd/src/c/Makefile
> config.status: creating module/owftpd/src/man/Makefile
> config.status: creating module/owcapi/Makefile
> config.status: creating module/owcapi/src/Makefile
> config.status: creating module/owcapi/src/include/Makefile
> config.status: creating module/owcapi/src/c/Makefile
> config.status: creating module/owcapi/src/man/Makefile
> config.status: creating module/owcapi/src/example/Makefile
> config.status: creating module/swig/Makefile
> config.status: creating module/swig/perl5/Makefile
> config.status: creating module/swig/perl5/Makefile.PL
> config.status: creating module/swig/php/Makefile
> config.status: creating module/swig/php/example/load_php_OW.php
> config.status: creating module/swig/python/Makefile
> config.status: creating module/swig/python/ow/Makefile
> config.status: creating module/swig/python/setup.py
> config.status: creating module/swig/tcl/Makefile
> config.status: creating src/Makefile
> config.status: creating src/include/Makefile
> config.status: creating src/man/Makefile
> config.status: creating src/rpm/Makefile
> config.status: creating src/rpm/owfs.spec
> config.status: creating src/scripts/Makefile
> config.status: creating src/include/owfs_config.h
> config.status: creating src/include/config.h
> config.status: src/include/config.h is unchanged
> config.status: executing depfiles commands
>
> Current configuration:
>
> Deployment location: /opt/owfs
>
> Compile-time options:
> Caching is enabled
> USB is DISABLED
> i2c is enabled
> HA7Net is enabled
> Multithreading is enabled
> Parallel port DS1410E is enabled
> TAI8570 barometer is enabled
> Thermocouples are enabled
> Debug-output is enabled
> Profiling is DISABLED
>
> Module configuration:
> owfs is enabled
> owhttpd is enabled
> owftpd is enabled
> owserver is enabled
> owcapi is enabled
> swig is DISABLED
> owperl is DISABLED
> owphp is DISABLED
> owpython is DISABLED
> owtcl is DISABLED
>
>
>
>
>
>
> ----------------------------------------------------------------------
> ---
> 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
> [email protected]
> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers