search for: eprefix

Displaying 14 results from an estimated 14 matches for "eprefix".

Did you mean: prefix
2004 Sep 22
1
mdk 7.2, Upgrade 2.0.9 to 3.0.7, Help with ./configure
...default. mdk 7.2 doesn't put anything in /usr/local by default. Will simply doing a ./configure get things in the right places? Or, do I need to hunt and find all the pieces and explicitly specify each configuration option?? If so, What do I do with: --prefix=PREFIX --exec-prefix=EPREFIX It looks like --exec-prefix=/usr/sbin is what I need, but what about --prefix=? Does it get set to --prefix=/usr The confusion comes in looking at Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin execut...
2001 Feb 12
3
add scp path to _PATH_STDPATH
what do you think about this patch to add the path to scp to _PATH_STDPATH? is there a better or cleaner way to do this? i'm hoping to ward off 'scp doesn't work' questions for the next release. i did *not* add this to a --with-default-path path, because if a user specifies that, they should control its value completely. Index: Makefile.in
2006 Mar 06
3
Can I install in the following fashion?
<permit me my perhaps foolish preference...an explanation> I run mail service for a small college. I've long joked that if someone stole the mail server, the phone would ring before the alarm (which has a 1 minute delay) did, that the user base expected 25x8x367 coverage. Making updates/upgrades to the mail server feels like a tightrope walk with no net. I always appreciated
2011 Feb 08
2
snow leopard, freetype installed but not being found?
...alue used for building the > FreeType library > --prefix=PREFIX override `--prefix' value with PREFIX > --exec-prefix display `--exec-prefix' value used for building > the FreeType library > --exec-prefix=EPREFIX override `--exec-prefix' value with EPREFIX > --version display libtool version of the FreeType library > --ftversion display FreeType version number > --libs display flags for linking with the FreeType library > --libtool...
2012 Feb 23
13
Deploying puppet via NFS
I''m attempting to deploy puppet via an NFS share. It''s on a local-only network, and it will contain only ruby (gems) and whatever is needed. Seems simple enough, but tonight I am having an issue with this error: # service puppet start Starting puppet: /local/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:36:in `gem_original_require'': no such file to load -- openssl
2007 May 11
2
Accessing nut online
Hi, These are the instructions I have about accessing nut online. By using the cgi use flag you have the files to use on the webserver. > > If you look in /usr/html after emerge you find the html files. > Copy this files to /var/www/localhost/htdocs/nut > (if you want it as www.my.org/nut ) > > > In /usr/share/nut you find the cgi files. Copy this files to >
2006 May 07
0
[LLVMdev] Configuring for the cfrontend build on Mingw
...'${exec_prefix}'/${target_alias} and finally where: $target_alias = $target 7. It would seem that I might possibly solve my problem by simply supplying the right value for --exec-prefix. The --help option to configure yields the following description for --exec-prefix: --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX [same as prefix] This is a little vague: Q: Will the build process actually install stuff there? Q: Is this just where things (headers, libs) are currently installed? Q: It doesn't really say that this is used to const...
2008 Sep 18
2
[ANNOUNCE] Samba 3.2.4 Available for Download
.... o Ephi Dror <Ephi.Dror@datadomain.com> * Correct the netsamlogon_clear_cached_user function. o Jeff Layton <jlayton@redhat.com> * Fix handling of MSKRB5 OID in cifs.upcall. * Fix build warnings in cifs.upcall. * Change default install location of cifs.upcall to EPREFIX/sbin. * Enable building of cifs.upcall by default on Linux. o Volker Lendecke <vl@sernet.de> * BUG 5707: Do proper error handling if the socket is closed. * Fix calculation of useable_space for trans2 and nttrans replies. * Fix Coverity ID 587. * Add mapping of generic...
2008 Sep 18
2
[ANNOUNCE] Samba 3.2.4 Available for Download
.... o Ephi Dror <Ephi.Dror@datadomain.com> * Correct the netsamlogon_clear_cached_user function. o Jeff Layton <jlayton@redhat.com> * Fix handling of MSKRB5 OID in cifs.upcall. * Fix build warnings in cifs.upcall. * Change default install location of cifs.upcall to EPREFIX/sbin. * Enable building of cifs.upcall by default on Linux. o Volker Lendecke <vl@sernet.de> * BUG 5707: Do proper error handling if the socket is closed. * Fix calculation of useable_space for trans2 and nttrans replies. * Fix Coverity ID 587. * Add mapping of generic...
2006 Nov 10
1
Re: [nut-commits] svn commit r578 - in trunk: . docs
...78 > > @@ -566,72 +567,72 @@ > > > > AC_MSG_CHECKING(driver path) > > AC_ARG_WITH(drvpath, > > -AC_HELP_STRING([--with-drvpath=PATH], [where to install ups drivers (<prefix>/bin)]), > > +AC_HELP_STRING([--with-drvpath=PATH], [where to install ups drivers (EPREFIX/bin)]), > > [ case "${withval}" in > > yes|no) > > AC_MSG_RESULT(using default) > > - eval conftemp="${DRVPATH}" > > + eval eval conftemp="${DRVPATH}" > > Is the double eval...
2012 Mar 07
4
APC 750VA UPS not recognized by NUT?
...ly one driver(usbhid-ups) available for APC USB UPS machine. What can I do? /************/ And here are my whole configuration, make and installation procedure: 1. I downloaded libusb-0.1.12, and then configure it: # ./configure --prefix=/usr/local/usb/prefix \ > --exec-prefix=/usr/local/usb/eprefix \ > --bindir=/bin \ > --sbindir=/sbin \ > --sysconfdir=/etc \ > --localstatedir=/var \ > --libdir=/lib \ > --host=arm-mv5sft-linux-gnueabi \ > --with-PACKAGE >>libusb_configure.log 2>&1 2. make libusb # make >>libusb_make.log 2>&1 3. install libusb t...
2011 Aug 28
3
[Bug 741] New: ULOGD segfaults on init
http://bugzilla.netfilter.org/show_bug.cgi?id=741 Summary: ULOGD segfaults on init Product: ulogd Version: SVN (please provide timestamp) Platform: i386 OS/Version: other Status: NEW Severity: blocker Priority: P5 Component: ulogd_MYSQL AssignedTo: netfilter-buglog at lists.netfilter.org
2012 Jul 15
0
[LLVMdev] Compiling llvm and Clang on Linux
Ok, I got. You should install libstdc++44-devel, too. Please try to install gcc44-c++ and libstdc++44-devel. Note: gcc44-c++ depends on gcc44, but gcc44-c++ and libstdc++44-devel are independent each other, at least on my host, CentOS5. ...Takumi 2012/7/15 Sitvanit Ruah <RUAH at il.ibm.com>: > In order to isolate the problem I am now running on a machine whose only > installation
2012 Jul 15
3
[LLVMdev] Compiling llvm and Clang on Linux
In order to isolate the problem I am now running on a machine whose only installation of gcc/g++ is gcc44, g++44 For this installation I am getting the following error: COMPILE: clang_linux/asan-i386/i386: /gpfs/haifa-p4/00/pincette/sitvanit/LLVM/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc /.../sitvanit/LLVM/llvm/projects/compiler-rt/lib/asan/asan_new_delete.cc:19:10: fatal error: