search for: install_prefix

Displaying 20 results from an estimated 33 matches for "install_prefix".

2004 Aug 18
1
Small patch to zaptel Makefile
Minor fix. I'm using this in my RPM specfile. John --- ./zaptel-1.0-RC1/Makefile.bigu 2004-07-16 17:09:07.000000000 -0500 +++ ./zaptel-1.0-RC1/Makefile 2004-08-18 16:28:45.000000000 -0500 @@@ -316,10 +318,10 @@ elif [ -d $(INSTALL_PREFIX)/etc/init.d ]; then \ install -m 755 zaptel.init $(INSTALL_PREFIX)/etc/init.d/zaptel;\ \ fi - if [ ! -f /etc/sysconfig/zaptel ]; then \ + if [ ! -f $(INSTALL_PREFIX)/etc/sysconfig/zaptel ]; then \ install -m 644 zaptel.sysconfig $(INSTALL_P...
2004 May 14
0
SuSE & Zaptel Compilation errors
...ions.h ] && echo "-DMODVERSIONS -include $(KINCLUDES)/linux/modversions.h") KFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-msoft-float -fsigned-char"; fi) # # Features are now configured in zconfig.h # # KFLAGS+=-DSTANDALONE_ZAPATA CFLAGS+=-DSTANDALONE_ZAPATA INSTALL_PREFIX= BUILDVER=$(shell if uname -r | grep -q ^2.6; then echo "linux26"; else echo "linux24"; fi) MODCONF=$(shell if [ -d $(INSTALL_PREFIX)/etc/modprobe.d ]; then echo "$(INSTALL_PREFIX)/etc/modprobe.d/zaptel"; elif [ -d $(INSTALL_PREFIX)/etc/modutils ]; then echo &quot...
2005 Jan 27
0
Asterisk CVS on FreeBSD-stable gmaking result
Hi everyone, I've just compiled Asterisk from CVS in my FreeBSD-stable machine. It went fine. I did had to customised the Makefile though: ASTLIBDIR=$(INSTALL_PREFIX)/usr/local/lib/asterisk ASTVARLIBDIR=$(INSTALL_PREFIX)/var/lib/asterisk ASTETCDIR=$(INSTALL_PREFIX)/usr/local/etc/asterisk ASTSPOOLDIR=$(INSTALL_PREFIX)/var/spool/asterisk ASTLOGDIR=$(INSTALL_PREFIX)/var/log/asterisk ASTHEADERDIR=$(INSTALL_PREFIX)/usr/local/include/asterisk ASTCONFPATH=$(ASTETCDIR)...
2004 Jun 30
1
asterisk-addons unable to compile
...[cdr_addon_mysql.o] Error 1 My Makefile -- the beginning -- looks like this: # This program is free software, distributed under the terms of # the GNU General Public License # MODS= CFLAGS+=-fPIC CFLAGS+=-I../asterisk/include/asterisk CFLAGS+=-I../asterisk CFLAGS+=-D_GNU_SOURCE INSTALL=install INSTALL_PREFIX= ASTLIBDIR=$(INSTALL_PREFIX)/usr/lib/asterisk MODULES_DIR=$(ASTLIBDIR)/modules Does anyone have any other suggestions of what to do to fix the error? Thanks! dj
2009 Jun 17
3
Dovecot v1.2 share user Maildir problems with %%h
...39;ve copied the default mail_location and changed its CONTROL and INDEX settings: namespace shared { ... location = maildir:%%h/Maildir:CONTROL=/var/cache/dovecot/%i/control/shared/%%u:INDEX=/var/cache/dovecot/%i/index/shared/%%u } Now the first wows are that: a) IMAP insists to connect to $install_prefix/var/run/dovecot/auth-master instead of /var/run/dovecot/auth-master used by deliver. My workaround was to symlink /var/run/dovecot/ to $install_prefix/var/run/dovecot/ b) This socket needs to be r/w for every user, which is a security risk as mentioned in the conf and the default permission is...
2016 Sep 27
4
(Thin)LTO llvm build
On Tue, Sep 27, 2016 at 6:53 AM, Mehdi Amini <mehdi.amini at apple.com> wrote: > > > > On Sep 27, 2016, at 2:18 AM, Carsten Mattner <carstenmattner at gmail.com> > wrote: > > > >> On Mon, Sep 26, 2016 at 11:02 PM, Teresa Johnson <tejohnson at google.com> > wrote: > >> I'll either need to get a reproducer from you and/or try to repro
2004 Jun 15
2
Cdr_addon_mysql.c compile problem.
...em other people have experienced before? Any comments appreciated. ------------------------------------------------------------ $> head -25 Makefile | tail -12 MODS= CFLAGS+=-fPIC CFLAGS+=-I../asterisk CFLAGS+=-I/usr/include CFLAGS+=-DMYSQL_LOGUNIQUEID CFLAGS+=-D_GNU_SOURCE INSTALL=install INSTALL_PREFIX= ASTLIBDIR=$(INSTALL_PREFIX)/usr/lib/asterisk MODULES_DIR=$(ASTLIBDIR)/modules $> make cc -fPIC -I../asterisk -I/usr/include -D_GNU_SOURCE -I/usr/include/mysql -c -o cdr_addon_mysql.o cdr_addon_mysql.c cdr_addon_mysql.c:50: warning: parameter names (without types) in function declaration...
2007 Jan 25
1
Failing to compile chan_capi
...------------------------------------------------------ Since the configuration method is a bit too much for me, here's part of chan_capi "Makefile". I think I've been blind as I haven't found the documentation for WHAT needs to go WHERE in this Makefile... .PHONY: openpbx INSTALL_PREFIX=/usr/lib/asterisk ASTERISK_HEADER_DIR=/usr/src/asterisk-1.4.0/include MODULES_DIR=/usr/lib/asterisk/modules CONFIG_DIR=/etc/asterisk //---------------------------------------------------------------------------------- If anyone has any idea what I'm doing wrong, please help me, Thanks, Co...
2004 Sep 20
1
can't compile chan_capi 0.3.5 under SuSE 9.0
Hi there, the subject says it all... I get the following error messages: ---- mmielke@pbx:~/chan_capi-0.3.5> make gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g -I/usr/include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DCAPI_ES -DCAPI_GAIN -DCAPI_SYNC -DUNSTABLE_CVS -Wno-missing-prototypes -Wno-missing-declarations -DCRYPTO -c -o chan_capi.o chan_capi.c
2006 Jun 04
1
Help with compilation of app_conference in x86_64
...) 2002,2003 Junghanns.NET GmbH # # Klaus-Peter Junghanns <kapejod@ns1.jnetdns.de> # # This program is free software and may be modified and # distributed under the terms of the GNU Public License. # .EXPORT_ALL_VARIABLES: # # app_conference defines which can be passed on the command-line # INSTALL_PREFIX := /usr INSTALL_MODULES_DIR := $(INSTALL_PREFIX)/lib/asterisk/modules ASTERISK_INCLUDE_DIR := $(HOME)/sources/asterisk02/asterisk-1.2.8/include # turn app_conference debugging on or off ( 0 == OFF, 1 == ON ) APP_CONFERENCE_DEBUG := 1 # 0 = OFF 1 = astdsp 2 = speex SILDET := 2 # # app_conference...
2006 Jun 04
1
Compiling VD_app_conference for x86_64
Do anybody could compile app_conference on x86_64??? I tryied with two versions of app_conference and got the same problem on compiling: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared recompile with -fPIC app_conference.o: could not read symbols: Bad value" ENVIRONMENT:
2012 Oct 09
3
make install errors in openssh(when openpam is to be integrated with openssh)
...rmat-security -fno-strict-aliasing -fno-builtin-memset //line 44 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- make clean make *make INSTALL_PREFIX="/home/mpal/ws2/dawn_v1/3dParty/build_openssh" install* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- *message got after doing make install:* IN-NeAp...
2000 Mar 13
0
following your openssh footsteps
...not been able to make openssh work with openssl-0.9.5. I could make it work with openssl-0.9.4. But I *had* to install rsaref. I have to add that I do have /dev/random. Here is how I configured openssl: ======== ./config -d --prefix=/space/local --openssldir=/space/local/openssl \ --install_prefix="$RPM_BUILD_ROOT" \ rsaref then I ran make as make PEX_LIBS="-L. -L.. -L../.. -L../../.. -L/space/local/lib" openssh: ======== LDFLAGS="-L/space/local/lib" \ LIBS="-L/space/local/lib" \ CFLAGS="-I/space/local/include" \ LD=/usr/ccs/bin...
2005 Sep 22
1
Compile problems on Solaris SPARC
Greetings to all, I'm try to compile * (1.2) on a Sunfire 210 with Solaris 10, but do not get past line 29 in the Makefile. Some innoccuous line with 'uname -s' as a variable. Would love to hear from anyone who has gotten Asterisk to compile on Solaris 10 specifically. Thanskt to all, Joe -------------- next part -------------- An HTML attachment was scrubbed...
2006 Mar 23
0
Zaptel compilation problem on SUSE
...t. If I run the command 'uname -r' I am shown '2.6.13-15.8-default' and I see the Makefile in /usr/src/zaptel has the following line: KVERS:=$(shell uname -r) I then see in the install section lower down the following lines: for x in $(MODULESO); do \ install -D -m 644 $$x $(INSTALL_PREFIX)/lib/modules/$(KVERS)/misc/$$x ; \ done I take from this that it should be placing them in /lib/modules/2.6.13-15.8-default/misc, but as mentioned before, it's putting them in /lib/modules/2.6.13-15-default/misc. My workaround is to move the files over to the right folder, but it feels like...
2006 Apr 05
2
Unable to connect to remote asterisk (does /var/run/asterisk/asterisk.ctl exist?)
HI all, My asterisk for all my users, everything was fine for 3 days, but now i can't access it. But it is running... Could any one help me on this? Best regards, Marco Mouta
2004 Aug 26
6
chan_capi module
Hello! I have tried to compile the capi module (http://www.junghanns.net/asterisk/downloads/chan_capi.0.3.5.tar.gz) on fedora2 today. ----------- MAKEFILE -------------- ..EXPORT_ALL_VARIABLES: INSTALL_PREFIX= #ASTERISK_HEADER_DIR=$(INSTALL_PREFIX)/usr/include ASTERISK_HEADER_DIR=/usr/include/asterisk #MODULES_DIR=$(INSTALL_PREFIX)/usr/lib/asterisk/modules MODULES_DIR=/usr/lib/asterisk/modules/ PROC=$(shell uname -m) ----------- MAKEFILE SNIP END-------------- Make Error: -------------------------...
2016 Sep 27
2
(Thin)LTO llvm build
...hat too old for it to build itself with ThinLTO? > I am configuring the stage-2 bootstrap compiler with the following > command, which largely is copied from your earlier email with your > cmake command (changes noted below): > > lto=Thin > type=Release > cflgs=-w > INSTALL_PREFIX=$HOME/llvm/${build_dir_name}/clang-install > BUILD_COMPILER=$HOME/llvm/llvm_10_release_build > SRC=$HOME/llvm/llvm_head > BINUTILS=$HOME/binutils/binutils > env DYLD_LIBRARY_PATH=$BUILD_COMPILER/lib/ \ > cmake \ > -G Ninja \ > -DCMAKE_BUILD_TYPE=${type} \ >...
2018 Nov 23
2
Couldn't successfully generate project files for LLVM (checked out from trunk)
I'm using CMake version 3.12.3 on Windows 10 Home. I checked out LLVM, Clang, Clang extra tools, Compiler-RT, LLD, LibOMP, LIBCXX, and LIBCXXABI with SVN and am now trying to generate project files. But LLD, among some other things, wasn't found (even though put all of those in the documented directories inside the LLVM source tree). And a lot of the tests failed. I'm attaching the
2015 Sep 09
5
Building LLVM and Clang using Clang?
Try as I might I can't seem to get LLVM to bulid using clang/clang++. No matter what I do it insists on using /usr/bin/cc and /usr/bin/c++ which are gcc. Am I missing something obvious? I vaguely remember some document describing a stage1 compiler built by your old toolchain and a stage2 compiler but I can't find the steps to do that any more. $ CC=/usr/local/bin/clang