Displaying 20 results from an estimated 3000 matches similar to: "default configure setting for DRVPATH and CGIPATH"
2006 Nov 10
1
Re: [nut-commits] svn commit r578 - in trunk: . docs
Charles Lepple wrote:
>
> On 11/9/06, Peter Selinger <selinger-guest@alioth.debian.org> wrote:
> > Author: selinger-guest
> > Date: Fri Nov 10 05:57:37 2006
> > New Revision: 578
> > @@ -566,72 +567,72 @@
> >
> > AC_MSG_CHECKING(driver path)
> > AC_ARG_WITH(drvpath,
> > -AC_HELP_STRING([--with-drvpath=PATH], [where to install ups
2007 Jan 03
2
building trunk
I've been wanting to build the trunk since Arjen added the powerpanel
driver... been having a little trouble...
after running these commands:
/usr/local/libexec/automake19/aclocal -I m4
/usr/local/libexec/autoconf259/autoheader
/usr/local/libexec/automake19/automake -ac
/usr/local/libexec/autoconf259/autoconf
./configure --with-cgi --with-user=nutmon
2004 Jul 30
1
Symlinks out of sharing still not working on 3.0.5
Hi guys,
samba client version 3.0.5, server version 3.0.5, kernel 2.4.26.
Relevant configs on server:
unix extensions = Yes
wide links = Yes
follow symlinks = Yes
On client computer with home user mounted via smbfs
I'm trying this:
D102-054 [/lp/home/dito/tmp] > cd /tmp
D102-054 [/tmp] > mkdir dest_dir
D102-054 [/tmp] > cd -
D102-054 [/lp/home/dito/tmp] > ln -s /tmp/dest_dir
2006 Jun 07
1
RPM spec file
Hi,
To to build an RPM from the nut 2.0.3 source I've corrected the old
nut.spec.in file. Please find a copy of the slightly updated spec file
attached. The changes are documented at the bottom of the spec file.
Regards,
Will
-------------- next part --------------
# don't know how different I can do this
%define majorver 2.0
%define version 2.0.3
%define relver 1
%define nutuser
2009 Sep 01
4
Tripplite_usb Driver fail on OMNIVS1500
Model: Tripp-lite OMNIVS1500
Error:
Network UPS Tools - UPS driver controller 2.2.1-
Network UPS Tools - Tripp Lite OMNIVS and SMARTPRO driver 0.11 (2.2.1-)
Warning: This is an experimental driver.
Some features may not function correctly.
Detected a UPS: unknown/unknown
libusb_set_report() returned -1 instead of 8
Could not reset watchdog. Please send model information to nut-upsdev
mailing
2012 Aug 08
13
[PATCH] tools: don't expand prefix and exec_prefix too early
A comment in tools/configure says that it is intended for these to be
command line overridable, so they shouldn''t get expanded at configure
time.
The patch is fixing tools/m4/default_lib.m4 as far as I can see myself
doing this, but imo it is flawed altogether and should rather be
removed:
- setting prefix and exec_prefix to default values is being done later
in tools/configure anyway
2010 Sep 23
1
[resent][PATCH/liboggz] Fix an issue with the symlinks for pre-0.9.9 tool names
When files with pre-0.9.9 tool names exists in $(exec_prefix)/bin,
"make DESTDIR=${staging_dir} install" tries to delete them, which
may cause a failure for lack of permissions (quite likely to happen
when building a package as a normal user), and is wrong anyway
(nothing outside of DESTDIR should ever be changed by "make install").
With this patch, it will now cd to
2017 Oct 09
3
Tripplite Smart Int 1000 - wrong numbers
Hi, Charles
I'm trying compilation but there is no configure command in the cloned
git directory of nut.
D?a 08.10.2017 o 23:47 Charles Lepple nap?sal(a):
> On Oct 8, 2017, at 4:34 PM, tuharsky at misbb.sk wrote:
>> Thank You for You reply, Charles
>>
>>
>> D?a 07.10.2017 o 14:30 Charles Lepple nap?sal(a):
>>> Is the "lan4.1" cable different
2009 Feb 02
1
Large file problem with version 3.0.34
I have a problem with large files (>2 Gb) in a Debian sarge based system.
I install samba 3.0.34 with this configuration:
./configure --with-smbwrapper --with-ldap --with-automount
--with-smbmount --with-pam --with-pam_smbpass --with-ldapsam
--with-syslog --without-profiling-data --with-quotas --with-sys-quotas
--with-libsmbclient --with-acl-support --with-utmp --with-vfs
--with-winbind
2007 Oct 10
3
NDOutils ./configure results; do I need gcc?
I am trying to trying to "./configure" NDOutils on a CentOS 4.4 box
with a minimal install, but it gives me the following error, which I
assume means I need something gcc-related?
*********************./configure output ********************
**************************************************************
checking for a BSD-compatible install... /usr/bin/install -c
checking build system
2007 Oct 30
1
Difficulty Compiling RSQLite on Solaris x86 Using Studio 12 Compilers
Apologies if this is not the best list on which to ask for help. I have
compiled R 2.6.0 using Sun Studio 12 compilers. I can install most CRAN
and bioconductor packages that I need, with the exception of RSQLite.
Unfortunately this is critical for other packages that I need. I have
tried to compile it using R CMD INSTALL to generate a config.log file.
I don't know how to fix the reported
2016 Oct 18
6
CyberPower SX650G no driver.
Got the:
git clone git://github.com/networkupstools/nut.git
To work. Had to all so do this:
apt-get install autoconf
apt-get install libtool
Did put driver = usbhid-ups in the /etc/nut/ups.conf file like you said.
Here is what I got for it all:
root at odroid-u2:~/nut# ./autogen.sh
Calling autoreconf...
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `.'.
libtoolize: copying
2019 May 23
2
[Qemu-devel] custom virt-io support (in user-mode-linux)
Hi Stefan,
> Check out vhost-user. It's a protocol for running a subset of a VIRTIO
> device's emulation in a separate process (usually just the data plane
> with the PCI emulation and other configuration/setup still handled by
> QEMU).
Yes, I think that's basically what I'm looking for.
> vhost-user uses a UNIX domain socket to pass file descriptors to shared
2019 May 23
2
[Qemu-devel] custom virt-io support (in user-mode-linux)
Hi Stefan,
> Check out vhost-user. It's a protocol for running a subset of a VIRTIO
> device's emulation in a separate process (usually just the data plane
> with the PCI emulation and other configuration/setup still handled by
> QEMU).
Yes, I think that's basically what I'm looking for.
> vhost-user uses a UNIX domain socket to pass file descriptors to shared
2015 Feb 06
2
Fwd: Waiting for Reply regarding "TestCases Failure"
> Is that the complete output?
Yes it is the complete output against "./runtest ./apitest --verbose
topercent2"( after running make remove-cached-databases). I attached the
snapshot of the output of commands but the size of the email got bigger
than 40kb so i had to place the output as text.
If I do not run "make remove-cached-databases" and run "./runtest ./apitest
2008 Jun 10
7
error compiling fc9 x64
when i run ./configure in fedora 9 64 bit i get this error
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc -m32
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
this is
2008 Oct 28
5
Wine does not compile on Fedora 9 x86_64
Hi,
I downloaded wine source from winehq and installed all dependencies as per the wiki:
http://wiki.winehq.org/WineOn64bit
However when i run ./configure,its displays the following and exits:
Code:
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = localhost.localdomain
uname -m = x86_64
uname -r = 2.6.26.5-45.fc9.x86_64
uname -s = Linux
uname -v = #1 SMP Sat Sep 20
2006 Jul 17
2
libvorbis 1.1.3
Michael Grigoni wrote:
>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> Package ogg was not found in the pkg-config search path.
>> Perhaps you should add the directory containing `ogg.pc'
>> to the PKG_CONFIG_PATH environment variable
My previous post was somehow mangled:
Here
2008 Mar 13
4
Application registration on Asterisk 1.4 and 1.6?
Hi, I have implemented a custom application module based in some esqueletone code I will provide below. I have tested it with asterisk 1.2.23 and it works fine. But when I tested the same application with a newest version of asterisk like 1.4.* it always returns an error trying to load the module or more specific, trying to register the application.
here is the code:
int load_module(void){
2009 Jun 17
1
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
Hi,
I am trying to install llvm 2.5 in my PowerPC machine. I have already installed XCode Tools 2.4.1.
I can compile programs using gcc run them.
I try to configure llvm 2.5, the configuration aborts with following message:
checking build system type... powerpc-apple-darwin8.11.0
checking host system type... powerpc-apple-darwin8.11.0
checking target system type... powerpc-apple-darwin8.11.0