search for: lusb

Displaying 20 results from an estimated 54 matches for "lusb".

Did you mean: lsub
2011 Dec 20
6
Wine 1.0 on Fedora 16 64-bit
...s that it appears 'make' is still trying to use lib64, please see the last few lines of 'make': /usr/bin/ld: skipping incompatible /usr/lib64/libexif.so when searching for -lexif /usr/bin/ld: cannot find -lexif /usr/bin/ld: skipping incompatible /lib64/libusb.so when searching for -lusb /usr/bin/ld: skipping incompatible /lib64/libusb.so when searching for -lusb /usr/bin/ld: skipping incompatible /lib64/libusb.so when searching for -lusb /usr/bin/ld: skipping incompatible /lib64/libusb.so when searching for -lusb collect2: ld returned 1 exit status winegcc: gcc failed make[2]: ***...
2011 Nov 11
4
libusb not recognized?
...as not installed properly: configure:7259: checking for libusb version via pkg-config configure:7278: result: 0.1.12 found configure:7281: checking for libusb cflags configure:7298: result: -I/mnt/ARM_FS/include configure:7301: checking for libusb ldflags configure:7318: result: -L/mnt/ARM_FS/lib -lusb configure:7323: checking for usb.h configure:7323: arm-mv5sft-linux-gnueabi-gcc -c -I/mnt/ARM_FS/ include conftest.c >&5 configure:7323: $? = 0 configure:7323: result: yes configure:7338: checking for usb_init configure:7338: arm-mv5sft-linux-gnueabi-gcc -o conftest -I/mnt/ARM_FS/ inclu...
2007 Aug 15
3
[LLVMdev] Strange error of llvm-ld
I'm using llvm-ld from SVN r41106 When issueing the command $ /usr/src/llvm/installed/bin/llvm-ld -v -stats -native -O1 -strip-all -o main \ .obj/conf.o .obj/configwriter.o \ -L/usr/share/qt3/lib -L/usr/X11R6/lib \ -lcrypto -lusb -lutil -lqt-mt -lXext -lX11 -lm -lpthread I get this output: Linking bitcode file '.obj/conf.o' Linked in file '.obj/conf.o' Linking bitcode file '.obj/configwriter.o' llvm-ld: error: Cannot link file '.obj/configwriter.o' If I swap the order of configwrite...
2015 Mar 09
2
Install problems (group permissions) with nut 2.7.2
...-g -O2 -Wall -Wsign-compare -o usbhid-ups usbhid-ups.o libhid.o libusb.o hidparser.o usb-common.o apc-hid.o belkin-hid.o cps-hid.o explore-hid.o liebert-hid.o mge-hid.o powercom-hid.o tripplite-hid.o idowell-hid.o openups-hid.o ../common/libcommon.la ../common/libparseconf.la main.o dstate.o -lusb -lpthread libtool: link: gcc -I../include -g -O2 -Wall -Wsign-compare -o usbhid-ups usbhid-ups.o libhid.o libusb.o hidparser.o usb-common.o apc-hid.o belkin-hid.o cps-hid.o explore-hid.o liebert-hid.o mge-hid.o powercom-hid.o tripplite-hid.o idowell-hid.o openups-hid.o main.o dstate.o ../common/...
2007 Jul 18
1
[LLVMdev] llvm-ld doesn't honor -Ox
The project that I use to test LLVM against showed that currently llvm-ld doesn't honor the -Ox switch. $ /usr/src/llvm/dist/bin/llvm-ld \ -v -stats -native -O1 -strip-all \ -o main \ -L/usr/share/qt3/lib -L/usr/X11R6/lib \ -lcrypto -lusb -lutil -lqt-mt -lXext -lX11 -lm -lpthread ... $ size main text data bss dec hex filename 1128271 71980 8392 1208643 127143 main $ /usr/src/llvm/dist/bin/llvm-ld \ -v -stats -native -O5 -strip-all \ -o main \ -L/usr/share/qt3/lib -L/usr/X11R6/lib \ -lcrypto -lusb -lut...
2007 Aug 15
0
[LLVMdev] Strange error of llvm-ld
...-solutions.de> wrote: > I'm using llvm-ld from SVN r41106 > > When issueing the command > > $ /usr/src/llvm/installed/bin/llvm-ld -v -stats -native -O1 -strip-all -o main \ > .obj/conf.o .obj/configwriter.o \ > -L/usr/share/qt3/lib -L/usr/X11R6/lib \ > -lcrypto -lusb -lutil -lqt-mt -lXext -lX11 -lm -lpthread > > I get this output: > > Linking bitcode file '.obj/conf.o' > Linked in file '.obj/conf.o' > Linking bitcode file '.obj/configwriter.o' > llvm-ld: error: Cannot link file '.obj/configwriter.o' &gt...
2009 Dec 24
2
Finding libusb on FreeBSD 8.0
...#### - - 8< - - cut here - - ############## The full text of the m4 patch is here: http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/nut/files/extra-patch-m4_nut_check_libusb.m4?rev=1.1;content-type=text%2Fx-cvsweb-markup But the gist of it is that they just hardcode "" and "-lusb" for $CFLAGS and $LDFLAGS, respectively. For many FreeBSD 8.0 users, this will be a non-issue, since they can just run 'make install' in the ports directory. However, given all of the USB stack changes, I suspect we might have to ask some users to test against a SVN version of NUT, so...
2008 Feb 24
1
nut-subversion Tripp Lite 750AVR
Hi, i new on this list i don't know if this goes on development list or this list,? i have a ups Tripp Lite 750AVR(lusb info in the attach)? , i retrieve the current development tree from the subvervsion repo, and trying to compile NUT on Fedora8 to test the usb driver. the configure is ok: Configuration summary: enable SSL development code: yes enable IPv6 support: yes build CGI programs: no build u...
2015 Sep 17
5
UPS/NUT with openSUSE 13.1
.... Is it then actually using ?compat instead of the ?real? libusb? And is that a problem? > > You're right, both the -compat and real libusb packages will use the same libusb-0.1.so* name. I misspoke. The "real libusb" (0.1) and libusb-compat will both get linked with "-lusb". The package management system is free to implement that with symlinks to the actual files. The confusing part is that openSUSE seems to be adopting the 0.1.1x numbering scheme for libusb-compat so that the package looks newer (0.1.13) than the real libusb-0.1.12: https://build.opensuse....
2015 Mar 03
0
Install problems (group permissions) with nut 2.7.2
On Mar 2, 2015, at 12:49 PM, Rob Groner <rgroner at RTD.com> wrote: > Well, having spent a decent amount of time trying to get my driver file added into the Makefile build system (and failing), I've decided that for now, simply adding that one line to the openups-hid.c file and recompiling is the best route to go. When I can no longer live with the limited nature of the openups-hid
2015 Mar 09
0
Install problems (group permissions) with nut 2.7.2
...t; Wsign-compare -o usbhid-ups usbhid-ups.o libhid.o libusb.o hidparser.o > usb-common.o apc-hid.o belkin-hid.o cps-hid.o explore-hid.o liebert-hid.o > mge-hid.o powercom-hid.o tripplite-hid.o idowell-hid.o openups-hid.o > ../common/libcommon.la ../common/libparseconf.la main.o dstate.o -lusb - > lpthread > libtool: link: gcc -I../include -g -O2 -Wall -Wsign-compare -o usbhid-ups > usbhid-ups.o libhid.o libusb.o hidparser.o usb-common.o apc-hid.o belkin- > hid.o cps-hid.o explore-hid.o liebert-hid.o mge-hid.o powercom-hid.o > tripplite-hid.o idowell-hid.o openups-hid.o m...
2007 Jul 18
5
[LLVMdev] memory hog llvm-ld
...at I did specify "-g", but not any "-Ox" switches. That made the size of all *.o files together being 143 MB. Now, I tried to link this. I used this command line: /usr/src/llvm/dist/bin/llvm-ld -v -stats -native -o main -L/usr/share/qt3/lib -L/usr/X11R6/lib \ -lcrypto -lusb -lutil -lqt-mt -lXext -lX11 -lm -lpthrea used a tremendous amount of memory. My system swapped heavily. After about a minute, I issued a "top" command and saw: VIRT RES SHR S %CPU %MEM TIME+ COMMAND 454m 423m 904 R 27.8 84.2 1:06.51 llvm-ld I then stopped llvm-ld, becau...
2006 Jul 22
1
Error during make: *** No rule to make target `usb.h', needed by `tripplite-hid.o'. Stop.
...found checking for gd include flags... using defaults checking for gd library flags... using defaults checking whether to build CGI programs... no checking for Net-SNMP cflags... not found checking for Net-SNMP libs... not found checking for libusb cflags... checking for libusb libs... -L/usr/lib -lusb checking for usb_detach_kernel_driver_np in -lusb... yes checking for Linux hiddev.h... using default: /usr/include/linux/hiddev.h checking state path... using default: /var/state/ups checking alt pid path... using default: /var/state/ups checking driver path... using default checking cgi path... u...
2015 Mar 02
3
Install problems (group permissions) with nut 2.7.2
Well, having spent a decent amount of time trying to get my driver file added into the Makefile build system (and failing), I've decided that for now, simply adding that one line to the openups-hid.c file and recompiling is the best route to go. When I can no longer live with the limited nature of the openups-hid driver, I'll revisit writing our own. Thanks for the helps. Sincerely,
2015 Sep 22
2
UPS/NUT with openSUSE 13.1
...at version they are, so for libusb on my system here libusb.pc (located in /usr/lib, PKG_CONFIG_DIR is /usr/lib/pkgconfig) is: prefix=/usr exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: libusb Description: USB access library Version: 0.1.12 Libs: -L${libdir} -lusb Cflags: -I${includedir} This may help make sense of what version report, and how stuff gets found. Then again, if you already know this, sorry . . . - Tim On 09/22/2015 02:47 PM, Rob Groner wrote: > Thanks Charles, you were right about that. > > Here is what I tried...I installed ope...
2007 Mar 06
2
Compiling SVN build.. error for libupsclient
....h... (cached) yes checking for uint8_t... yes checking for --with-all... not given checking for Net-SNMP cflags... -DINET6 -O2 -D_REENTRANT -Dlinux -I. -I/usr/include checking for Net-SNMP libs... -L/usr/lib -lnetsnmp -lm -lwrap checking for libusb cflags... checking for libusb libs... -L/usr/lib -lusb checking for libhal cflags via pkg-config... ./configure: line 1: pkg-config: command not found not found checking for libhal ldflags via pkg-config... ./configure: line 1: pkg-config: command not found not found checking libhal.h usability... no checking libhal.h presence... no checking for libhal...
2012 Mar 16
4
tcp-wrapper not found
...e \ --prefix=/usr/local/ups \ --exec-prefix=/usr/local/ups \ --bindir=/bin \ --sbindir=/sbin \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/lib \ --build=i386 \ --host=arm-mv5sft-linux-gnueabi \ --libexecdir=/usr/local/usb \ --includedir=/usr/local/usb/include \ --with-usb-libs='-L/lib -lusb' \ --with-usb-includes=-I/usr/local/usb/prefix/include \ --with-user=root --with-group=root \ --with-usb=yes \ --with-wrap=yes \ --with-serial=no >>NUT_configure.log Then error occured. Three log file including configure.log attached. And is my configuration of tcp-wrapper right? I woul...
2016 Jun 23
1
./configure excludes USB drivers and documentation
...king at config.log, I see configure:8104: checking for libusb version via pkg-config configure:8111: checking via libusb-config configure:8123: result: none found configure:8126: checking for libusb cflags configure:8143: result: configure:8146: checking for libusb ldflags configure:8163: result: -lusb configure:8168: checking for usb.h configure:8168: gcc -c conftest.c >&5 conftest.c:92:17: fatal error: usb.h: No such file or directory #include <usb.h> config.log also reports Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdi...
2007 Jun 04
0
monitor software does not find Belkin UPS
...UPS driver 0.28 (2.0.4) No matching USB/HID UPS found Driver failed to start (exit status=1) The following libusb files are installed: libusb-0.1.12-5.1 libusb-devel-0.1.12-5.1 Using ./configure --with-user=ups the lines for libusb show: checking for libusb cflags... checking for libusb libs... -lusb I posted this problem to the mailing list for the nut software. The conclusion is that the nut software is setup correctly. I also downloaded and installed the latest version (nut-2.0.5.tar.gz) and got the same result. All UPSs are Belkin F6H375-USB. I have searched the internet and found no...
2007 Aug 16
2
[LLVMdev] Strange error of llvm-ld
...;m using llvm-ld from SVN r41106 > > > > When issueing the command > > > > $ /usr/src/llvm/installed/bin/llvm-ld -v -stats -native -O1 -strip-all -o main \ > > .obj/conf.o .obj/configwriter.o \ > > -L/usr/share/qt3/lib -L/usr/X11R6/lib \ > > -lcrypto -lusb -lutil -lqt-mt -lXext -lX11 -lm -lpthread > > > > I get this output: > > > > Linking bitcode file '.obj/conf.o' > > Linked in file '.obj/conf.o' > > Linking bitcode file '.obj/configwriter.o' > > llvm-ld: error: Cannot link fil...