Displaying 20 results from an estimated 50000 matches similar to: "Compiling SVN build.. error for libupsclient"
2007 Feb 16
2
Centralion Blazer 2000VA USB-HID
Hi again,
I've succeeded in compiling the svn trunk with the automake tools and wish
to say thank you to Charles Lepple for his help.
After fixing some parameters in the hotplug script I can now get access to
the UPS on /dev/usb/hiddev0 (I added productid and vendorid of my ups to the
usermap).
I've decided to try the newhidups driver with -x generic parameter and got
this response :
2008 Aug 15
2
Problem with APC and Fedora 8 I86_64
I have been trying to get Nut working on a system with Fedora 8 i86_64 installed and an APC
Smart-UPS USB.
The 2.2.0 rpm does not seem to like the USB on this UPS. I have tried compiling the 2.2.2 version,
from source, but am getting warnings. I have tried building it on my i386 system (f8 as well) and I
get no warnings also the 2.2.0 works fine on that one with a TrippLite Omni 900 LCD via
2015 Jul 08
1
[Nut-upsuser] Nut-2.7.3 & gcc-3.3.6
Hi Charles,
Yes, it looks like my g++ does contain STL library which might be just my
specific case...
However, as a temporary solution I disabled nutclient in Makefile (please
find the file attached). And nut-2.7.3 can be compiled now.
Thanks,
Sergey
On Wed, Jul 8, 2015 at 4:13 AM, Charles Lepple <clepple at gmail.com> wrote:
> On Jul 6, 2015, at 10:32 AM, Sergey Talchuk
2009 Jan 24
1
Patch to always install libupsclient-config
Hi,
when building with the WITH_DEV conditional, either `libupsclient.pc'
*or* `libupsclient-config' is installed. This is annoying when linking
with libupsclient, because you basically have to do the check twice,
once using `pkg-config' and once using `libupsclient-config'.
Please consider the attached patch, which changes the behavior of
`lib/Makefile.am' to install
2007 Jan 12
2
Makefiles driving me NUTs
I want to use upsdebugx, upslogx in 'clients/upsclient.c', however this
fails with the following error messages (I trimmed the path to the build
directory to <path> in order to prevent line wrapping):
<path>/clients/upsclient.c:941: undefined reference to `upsdebugx'
<path>/clients/upsclient.c:910: undefined reference to `upslogx'
2006 Jul 22
1
Error during make: *** No rule to make target `usb.h', needed by `tripplite-hid.o'. Stop.
I downloaded the latest development tree (revision 471), ran configure
with the following command:
./configure --with-user=nut --with-drivers=tripplite-hid
make
The common directory is built normally, then when it tries to make the
drivers, I get this error:
make[1]: *** No rule to make target `usb.h', needed by
`tripplite-hid.o'. Stop.
I get this error when I try to build any usb or
2015 Feb 13
1
Error installing Nut 2.7.2 on RedHat 6.6
Hi,
I need help because I can't install Nut in RedHat EL 6.6
The version of Nut in repository ot RHEL is 2.6.5-2, but doesn't suppor my
UPS,
Liebert GXT3-200RT.
I read that it is supported using Nut version 2.7.2, but I looking all
around the web how to install it in my RedHat but I didn't find answers.
Follow the guide, I can downlad lasted version stable on web: 2.7.2
Here the
2008 Feb 21
3
libupsclient.so
Hi,
Made a test build of the Testing branch. The problem is that upsmon
and upsc is not respecting the revision change of libupsclient.so.
It is now libupsclient.so.1, but i get this.
/usr/sbin/upsmon: error while loading shared libraries: libupsclient.so.0:
cannot open shared object file: No such file or directory
and:
upsc: error while loading shared libraries: libupsclient.so.0: cannot
2016 Dec 10
2
2.7.4 make install fails: libnutclient.so.0.0.0 missing
I upgraded an operating system to openSUSE 42.2, kernel 4.4 and recompiled
nut 2.7.4. ./configure, make clean and make went well, but make install
failed. Make reports
Making install in clients
make[1]: Entering directory '/mnt/home/rprice/nut/nut-2.7.4.dev/clients'
make[2]: Entering directory '/mnt/home/rprice/nut/nut-2.7.4.dev/clients'
/usr/bin/mkdir -p '/usr/lib64'
2008 Jul 02
1
libupsclient.so packaging
Hello together,
after upgrading from nut 2.2.1 to nut 2.2.2, I noticed there's a (new?)
libupsclient.so library. On my Redhat based system, f.e. the "upsc" binary
links against it and is unhappy as the library is not included
in the current RPM file.
If you look at the .spec file for Redhat, the libupsclient.*
stuff is included in the "nut-devel" package only.
The SuSE
2006 Jun 22
2
Error - Compiling R on a Sun V40Z - R/R-2.2.1 (PR#9024)
configure: WARNING: dlfcn.h: present but cannot be compiled
configure: WARNING: dlfcn.h: check for missing prerequisite headers?
configure: WARNING: dlfcn.h: see the Autoconf documentation
configure: WARNING: dlfcn.h: section "Present But Cannot Be Compiled"
configure: WARNING: dlfcn.h: proceeding with the preprocessor's result
configure: WARNING: dlfcn.h: in the future, the
2007 May 04
1
Help Installing R
I have unzipped the R-2.5.0.tar.gz
gzip -dc R-x.y.z.tar.gz | tar xvf -
2. then #./configure
3. ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
loading site script './config.site'
loading build specific script './config.site'
checking for pwd... /bin/pwd
checking whether builddir is srcdir... yes
checking for
2007 Sep 04
2
Unresolved variable in `libupsclient-config'
Tags: patch, upstream
Hi,
when configuring nut 2.2.0 the variable/symbol `@SSL_LDFLAGS@' is not
resolved by the libupsclient-config script. The attached patch changes
`@SSL_CFLAGS@' to `@LIBSSL_CFLAGS@'
`@SSL_LDFLAGS@' to `@LIBSSL_LDFLAGS@'
which should solve this issue.
Regards,
-octo
--
Florian octo Forster
Hacker in training
GnuPG: 0x91523C3D
http://verplant.org/
2015 Jul 06
4
Nut-2.7.3 & gcc-3.3.6
Dear developers,
libnutclient has been added as a C++ alternative to libupsclient in 2.7.1.
As a result I can't compile nut 2.7.3 with gcc-3.3.6. There wasn't such a
problem with nut-2.6.5.
Is it possible to add a configuration parameter like
'-without-libnutclient' to provide better compatibility with older gcc
versions please (since libnutclient is an alternative to
2015 Jul 06
4
Nut-2.7.3 & gcc-3.3.6
Dear developers,
libnutclient has been added as a C++ alternative to libupsclient in 2.7.1.
As a result I can't compile nut 2.7.3 with gcc-3.3.6. There wasn't such a
problem with nut-2.6.5.
Is it possible to add a configuration parameter like
'-without-libnutclient' to provide better compatibility with older gcc
versions please (since libnutclient is an alternative to
2010 Oct 02
2
[LLVMdev] tblgen(75451) malloc: *** error for object 0x7fff5fbfcbd0: pointer being reallocated was not allocated
Current llvm release 2.8 branch at r115409 is broken on x86_64-apple-darwin10.
#!/bin/bash -ev
export LD=`xcode-select -print-path`/usr/bin/ld
xcode-select -print-path
ulimit -s `ulimit -s`
ulimit -s
mv ../clang-2.8 ./tools/clang
mkdir ../llvm_objdir
cd ../llvm_objdir
../llvm-2.8/configure --prefix=/sw --prefix=/sw --mandir=/sw/share/man --infodir=/sw/share/info --with-gmp=/sw
2006 Feb 08
3
problem to install R on linux
Dear members,
this can sound trivial for some people but I don't have experience on
compilation.
I'm trying to install R-2.2.1 on a laptop running Mandriva 2006. I
already installed many of the recommended packages/libraries but it
seems that something is still missing. The problem is that I cannot
identify... Could somebody give me some advise?
I put the output of the command
2012 May 29
3
[LLVMdev] make error
Hello,
I am currently trying to install vmkit from source. I am running archlinux i686 with the 3.1.9-2 kernel. This output is from the directions given on the llvm site. Below is the configureation output along with the make output.
I run ./configure with the following parameters
./configure --with-llvmsrc=../llvm --with-gnu-classpath-glibj=../classpath-0.97.2/lib/glibj.zip
2010 Jul 01
1
Icecast on centos5
the bottom is where it ends. thats whats confusing me
the last line is:
config.status: executing depfiles commands
Huw Davies (Beatsmith)
07949713698
Junglised.co.uk
Facebook
Twitter.com/Junglised
On 1 Jul 2010, at 21:50, Jonathan Nalley wrote:
so what's the actual error? where does the configure command end at
and what does it ultimately complain about?
On Thu, Jul 1, 2010 at 4:43 PM,
2005 May 11
5
Implementing R on IBM p690 cluster Jump
Dear All,
we're trying to implement R on the IBM p690 cluster "Jump" at the
research centre in J?lich, Germany (c.f.
http://www.fz-juelich.de/nic/Supercomputer/computer-e.html)
using the most recent version of R (2.1.0) and precisly following the
installation instructions.
After ./configure we get the final message:
----------------
R is now configured for powerpc-ibm-aix5.2.0.0