search for: exec_prefix

Displaying 20 results from an estimated 179 matches for "exec_prefix".

2012 Aug 08
13
[PATCH] tools: don't expand prefix and exec_prefix too early
...figure 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 - setting LIB_PATH based on the (non-)existence of a lib64 directory underneath ${exec_prefix} is plain wrong (it can obviously exist on a 32-bit installation) - I wasn''t able to locate any use of LIB_PATH (I did see Ian...
2006 Nov 10
1
Re: [nut-commits] svn commit r578 - in trunk: . docs
...work today, but it seems like the first eval would result in an > assignment, whereas the second one might not be correct. Hi Charles, yes, it's intentional, and in fact necessary. I had some fun figuring this out last night, so I am glad you asked. Consider this: bash$ prefix=/foo bash$ exec_prefix='${prefix}' bash$ DRVPATH='${exec_prefix}/bin' bash$ echo ${DRVPATH} ${exec_prefix}/bin bash$ eval echo ${DRVPATH} ${prefix}/bin bash$ eval eval echo ${DRVPATH} /foo/bin Because of the double indirection, two "eval"'s are necessary. You might wonder why I didn't...
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...
2011 Oct 18
18
make install not creating lib entries in /usr/lib under Ubunu 11.10
I am building xen-unstable (23860:a422e2a4451e) on Ubuntu 11.10. I noticed that the "make install" does not create lib entries in /usr/lib/. I see them only in /usr/lib64/. This is causing program like xenpaging to not find the xenctrl library (error while loading shared libraries: libxenctrl.so.4.2: cannot open shared object file: No such file or directory) Is this expected behavior or
2009 Feb 02
1
Large file problem with version 3.0.34
...h-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 --localstatedir='/var/lib/samba/locks' --prefix='/usr/local/samba' --mandir='${prefix}/man' --exec_prefix='${prefix}' --sbindir='${exec_prefix}/sbin' --bindir='${exec_prefix}/bin' --sysconfdir='/etc/samba' --with-configdir='/etc/samba' --with-lockdir='/var/lib/samba/locks' --with-logfilebase='/var/log/samba' --libdir='${exec_prefix}/lib'...
2007 Oct 10
3
NDOutils ./configure results; do I need gcc?
...OBJEXT='' OTHERLIBS='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' SOCKETLIBS='' ac_ct_CC='' bindir='${exec_prefix}/bin' build='i686-pc-linux-gnu' build_alias='' build_cpu='i686' build_os='linux-gnu' build_vendor='pc' datadir='${prefix}/share' exec_prefix='NONE' host='i686-pc-linux-gnu' host_alias='' host_cpu='i686' host_os='...
2004 Aug 06
0
ices-2.0.0 install problem
...XIPH_CPPFLAGS='' XIPH_LIBS='' XMLCONFIG='' XML_CFLAGS='' XML_LIBS='' ac_ct_AR='' ac_ct_CC='gcc' ac_ct_CXX='' ac_ct_F77='' ac_ct_RANLIB='' ac_ct_STRIP='' am__include='' am__quote='' bindir='${exec_prefix}/bin' build='' build_alias='' build_cpu='' build_os='' build_vendor='' datadir='${prefix}/share' exec_prefix='NONE' host='' host_alias='' host_cpu='' host_os='' host_vendor='' includedir='${prefi...
2007 Oct 30
1
Difficulty Compiling RSQLite on Solaris x86 Using Studio 12 Compilers
...the man page dmake(1) for more information on setting up the .dmakerc file. See the man page dmake(1) for more information on setting up the .dmakerc file. See the man page dmake(1) for more information on setting up the .dmakerc file. ac_ct_CC='dmake: defaulting to parallel mode. bindir='${exec_prefix}/bin' build_alias='' datadir='${prefix}/share' exec_prefix='NONE' host_alias='' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/va...
2002 Jan 18
5
contrib/solaris/opensshd.in patch
This patch adds the seatbelts which _only_ kill parent sshd procs... -RMallory (eg: when you ssh into a machine and pkgadd the new openssh, it will not kill your current (or anyone else's sshd session) onanother_note: the buildpkg.sh could use some exec_prefix functionality... to deal with ./configure --prefix= --exec_prefix=/usr *** bak/opensshd.in Fri Oct 19 13:36:24 2001 --- opensshd.in Fri Jan 18 11:47:10 2002 *************** *** 8,16 **** KILL=/usr/bin/kill PS=/usr/bin/ps XARGS=/usr/bin/xargs prefix=%%openSSHDir%% --- 8,19 ---- KIL...
2015 Feb 06
2
Fwd: Waiting for Reply regarding "TestCases Failure"
...depCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc=' -I$(srcdir)' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='tar --format=ustar -chf - "$$tardir"' am__untar='tar -xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='...
2008 Jun 10
7
error compiling fc9 x64
...; XFILES='' XLIB='' XMKMF='' XML2INCL='' XML2LIBS='' XSLTINCL='' XSLTLIBS='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_AS='' ac_ct_CC='gcc -m32' ac_ct_CXX='' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='...
2008 Oct 28
5
Wine does not compile on Fedora 9 x86_64
...; XFILES='' XLIB='' XMKMF='' XML2INCL='' XML2LIBS='' XSLTINCL='' XSLTLIBS='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_AS='' ac_ct_CC='gcc -m32' ac_ct_CXX='' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='...
2006 Jul 27
0
[PATCH] pkg-config descriptors
...------------------------------------------------ -------------- next part -------------- diff -ruN flac-1.1.2.orig/FLAC++.pc.in flac-1.1.2/FLAC++.pc.in --- flac-1.1.2.orig/FLAC++.pc.in Thu Jan 1 01:00:00 1970 +++ flac-1.1.2/FLAC++.pc.in Thu Jul 27 05:36:48 2006 @@ -0,0 +1,13 @@ + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: FLAC++ +Description: FLAC++ - free lossless audio compressor - C++ binding +Version: @VERSION@ +Requires: FLAC +Conflicts: +Libs: -L${libdir} -lFLAC++ +Cflags: -I${includedir} diff -ruN flac-1.1.2.orig/FLAC.pc.in flac-1.1.2/FLAC.pc.in...
2006 Jul 17
3
libvorbis 1.1.3
hey, i am running freebsd and i?ve got the following problem with installing icecast 2.3.1. (libxslt-1.1.0 and libogg 1.1.3 is installed) but when i am trying to install libvorbis 1.1.3 i always get this message: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Package ogg was not found in the pkg-config
2006 Jul 17
2
libvorbis 1.1.3
...t;> Perhaps you should add the directory containing `ogg.pc' >> to the PKG_CONFIG_PATH environment variable My previous post was somehow mangled: Here is the contents of /usr/local/lib/pkgconfig/ogg.pc: ---------------------<snip this line>------------------- prefix=/usr/local exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: ogg Description: ogg is a library for manipulating ogg bitstreams Version: 1.1.3 Requires: Conflicts: Libs: -L${libdir} -logg Cflags: -I${includedir} ---------------------<snip this line>------------------- Regards, Mic...
2006 Nov 08
1
default configure setting for DRVPATH and CGIPATH
[resend of message because of wrong 'From' in the first run, sorry] nut 2.0.4 When configuring with different --prefix and --exec_prefix, the drivers by default go into $prefix/bin where they should go into $exec_prefix/bin IMHO. Dito for the CGIPATH. If this is agreed upon, I would be happy to provide a patch... R'
2009 Jun 17
1
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
...9; SHELL='/bin/sh' SHLIBEXT='' STRIP='' TAR='' TARGETS_TO_BUILD='' TARGET_HAS_JIT='' TCLSH='' USE_UDIS86='' YACC='' YFLAGS='' ZIP='' ac_ct_CC='gcc' ac_ct_CXX='' ac_ct_F77='' bindir='${exec_prefix}/bin' build='powerpc-apple-darwin8.11.0' build_alias='' build_cpu='powerpc' build_os='darwin8.11.0' build_vendor='apple' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir=&...
2009 Sep 27
1
Sieve: problems installing in different prefix
...uot;make install". This is probably a libtool issue, but I am not sure. I know my way around the Autotools but here I am a bit lost. Looking at the generated Makefile in dovecot-1.2-sieve-0.1.12/src I can see the following: moduledir = /usr/local/lib/dovecot/ It *should* look like this: exec_prefix = ${prefix} ... moduledir = ${exec_prefix}/lib/dovecot/ This explains why the install prefix is not honoured here. The "moduledir" has already been hardcoded, instead of prefixed. For comparison look at the Dovecot source distribution. Here all libraries are installed correctly unde...
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
...uses pkg-config to find out about libsodium, and it seems you're missing libsodium.pc in whatever place mac uses to hide them. Maybe the .pc file is in the homebrew directory somewhere and needs to be copied, or you can make it yourself. Make sure to change the version and paths. prefix=/usr exec_prefix=${prefix} libdir=${prefix}/lib/x86_64-linux-gnu includedir=${prefix}/include Name: libsodium Version: 1.0.18 Description: A modern and easy-to-use crypto library Libs: -L${libdir} -lsodium Libs.private: -pthread Cflags: -I${includedir} Aki
2023 Feb 22
1
Auth-worker, unknown scheme ARGON2ID
...it seems you're missing libsodium.pc in whatever place mac uses to hide them. > > > > Maybe the .pc file is in the homebrew directory somewhere and needs to be copied, or you can make it yourself. Make sure to change the version and paths. > > > > prefix=/usr > > exec_prefix=${prefix} > > libdir=${prefix}/lib/x86_64-linux-gnu > > includedir=${prefix}/include > > > > Name: libsodium > > Version: 1.0.18 > > Description: A modern and easy-to-use crypto library > > > > Libs: -L${libdir} -lsodium > > Libs.private: -pth...