search for: lupsclient

Displaying 4 results from an estimated 4 matches for "lupsclient".

Did you mean: upsclient
2008 Feb 24
1
nut-subversion Tripp Lite 750AVR
...build USB drivers: hiddev-based drivers only enable HAL support: no enable MGE XML/HTTP support: yes build neon based XML driver: no but got compilation errors ?/bin/sh ../libtool --tag=CC?? --mode=link gcc -I../include?? -O -Wall -Wsign-compare?? -o upsc upsc.o ../common/libcommon.a -lupsclient? -lssl -lcrypto gcc -I../include -O -Wall -Wsign-compare -o upsc upsc.o? ../common/libcommon.a -lupsclient -lssl -lcrypto /usr/bin/ld: cannot find -lupsclient collect2: ld returned 1 exit status make[1]: *** [upsc] Error 1 make[1]: Leaving directory `/home/strafe/nut-subversion/trunk/clients&...
2008 Apr 30
0
[Fwd: Re: openSUSE 11.0 - NUT]
...allel build ready and parallel build fails in ~80% of cases. It seems that dependencies are not complete. Build on one processor works. gcc -I../include -I/usr/include -O2 -fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -g -Wall -Wsign-compare -o upsc upsc.o ../common/libcommon.a -lupsclient -lssl -lcrypto /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: cannot find -lupsclient collect2: ld returned 1 exit status make[1]: *** [upsc] Error 1 make[1]: *** Waiting for unfinished jobs.... mv -f .deps/upsset.Tpo .deps/upsset.Po gcc -I../include -I/usr/include -O2 -...
2007 Aug 07
1
pkgconfig fix for nut
...kgconfig_DATA = libupsclient.pc +pkgconfigdir = $(libdir)/pkgconfig bin_SCRIPTS = libupsclient-config endif --- lib/libupsclient-config.in +++ lib/libupsclient-config.in @@ -10,8 +10,8 @@ Version="@PACKAGE_VERSION@" prefix=@prefix@ exec_prefix=@exec_prefix@ -Libs="-L at libdir@ -lupsclient @SSL_LDFLAGS@" -Cflags="-I at includedir@ @SSL_CFLAGS@" +Libs="-L at libdir@ -lupsclient @LIBSSL_LDFLAGS@" +Cflags="-I at includedir@ @LIBSSL_CFLAGS@" case "$1" in --- lib/libupsclient.pc.in +++ lib/libupsclient.pc.in @@ -9,5 +9,5 @@ Name: libupscl...
2008 Apr 30
2
openSUSE 11.0 - NUT
Stan, I'm very pleased to see you back to work with us on enhancing nut in that many areas ;-) 2008/4/30 Stanislav Brabec <sbrabec at suse.cz>: > Stanislav Brabec wrote: > > > Please note that 2.2.2-pre3 installs hald addons by default to / on > > openSUSE 11.0 beta 2 x86_64. Not a big problem. > > Here is a patch, which fixes openSUSE 11.0 beta 2 x86_64: