search for: auxlibs

Displaying 11 results from an estimated 11 matches for "auxlibs".

2012 Mar 25
2
build postfix rpm with mysql
...not found or patch failed" %endif %if %{smtpd_multiline_greeting} %patch99 -p1 -b .multiline %endif %if %{with_spf} %patch8 -p1 -b .spf %endif # Modify master.cf: rmail --> rmail.postfix ed conf/master.cf <<EOF || exit 1 H ,s/rmail/rmail.postfix/ w q EOF %build umask 022 CCARGS= AUXLIBS= %ifarch s390 s390x ppc CCARGS="${CCARGS} -fsigned-char" %endif %if %{with_cdb} CCARGS="${CCARGS} -DHAS_CDB" AUXLIBS="${AUXLIBS} -lcdb" %endif %if %{with_ldap} CCARGS="${CCARGS} -DHAS_LDAP" AUXLIBS="${AUXLIBS} -L/usr/%{_lib} -lldap -llber&quot...
2011 Nov 19
4
build postfix spec w/ mysql
...not found or patch failed" %endif %if %{smtpd_multiline_greeting} %patch99 -p1 -b .multiline %endif %if %{with_spf} %patch8 -p1 -b .spf %endif # Modify master.cf: rmail --> rmail.postfix ed conf/master.cf <<EOF || exit 1 H ,s/rmail/rmail.postfix/ w q EOF %build umask 022 CCARGS= AUXLIBS= %ifarch s390 s390x ppc CCARGS="${CCARGS} -fsigned-char" %endif %if %{with_cdb} CCARGS="${CCARGS} -DHAS_CDB" AUXLIBS="${AUXLIBS} -lcdb" %endif %if %{with_ldap} CCARGS="${CCARGS} -DHAS_LDAP" AUXLIBS="${AUXLIBS} -L/usr/%{_lib} -lldap -llber&quot...
2015 Oct 05
0
[PATCH 4/4] core: Move linker script in arch-agnostic dir
...core/{i386 => }/syslinux.ld | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename core/{i386 => }/syslinux.ld (100%) diff --git a/core/Makefile b/core/Makefile index 26302fd..6fb6377 100644 --- a/core/Makefile +++ b/core/Makefile @@ -161,7 +161,7 @@ kwdhash.gen: keywords genhash.pl AUXLIBS = libisolinux.a libisolinux-debug.a libldlinux.a \ libpxelinux.a liblpxelinux.a -LDSCRIPT = $(SRC)/$(ARCH)/syslinux.ld +LDSCRIPT = $(SRC)/syslinux.ld %.elf: %.o $(LIBDEP) $(LDSCRIPT) $(AUXLIBS) $(LD) $(LDFLAGS) -Bsymbolic $(LD_PIE) -E --hash-style=gnu -T $(LDSCRIPT) -M -o $@ $< \ diff --g...
2007 Nov 27
1
Fwd: dovecot bug report (64 bit file offsets)
...aris 10 32bit and everything worked fine. First issue is that it's impossible to specify Openssl library directory, there is only possiblity to specify type gnutls/openssl. But if there are 2 versions of openssl installed it's hard to specify which one we want to use, we need to play with AUXLIBS and LD flags to prevent looking in un-needed locations. I'm suggesting to add new ./configure key like --with-ssl-dir like all other programs do (why dovecot hasn't it?). For example in FC8 openssl 0.9.8b is available in the packages but latest is 0.9.8.g, and it's impossible to compile...
2012 Apr 20
4
Building Dovecot CentOS 5 RPMs with custom LDAP packages
Hi, We are (still) mainly using CentOS 5 (5.8 x86_64). As CentOS / EL 5 standard OpenLDAP packages are rather old (2.3.x), we've been using LTB OpenLDAP packages ( http://ltb-project.org/wiki/download#openldap), which get installed in non-standard file system locations. I am not much experienced in building RPMs and preparing spec files. We are currently using dovecot RPM packages from
2017 Feb 02
0
ldlinux.elf: Not enough room for program headers
...roposed in Debian is: "Simple fix for build failure is to add --no-dynamic-linker to the linker command lines." +--- a/core/Makefile 2017-01-28 18:33:22.750959519 +0000 ++++ b/core/Makefile 2017-01-28 18:27:47.387981830 +0000 +@@ -165,7 +165,7 @@ + + %.elf: %.o $(LIBDEP) $(LDSCRIPT) $(AUXLIBS) + $(LD) $(LDFLAGS) -Bsymbolic $(LD_PIE) -E --hash-style=gnu -T $(LDSCRIPT) -M -o $@ $< \ +- --start-group $(LIBS) $(subst $(*F).elf,lib$(*F).a,$@) --end-group \ ++ --start-group $(LIBS) $(subst $(*F).elf,lib$(*F).a,$@) --end-group --no-dynamic-linker \ + > $(@:.elf=.map) + $(OBJDUMP...
2006 Oct 08
0
dovecot-1.0.rc7 install probs
...6-10-06 at 19:55 -0400, Steve Maring wrote: > and the make and make install appear to go smoothly. However I am > struck by the lack on an include directory in the install location. > I'm not sure if that means anything. Doesn't mean anything. No header files are installed. > AUXLIBS=" \ > -L/usr/local/dovecot-1.0.rc7/lib/dovecot \ Postfix doesn't need any Dovecot libraries or anything to build Dovecot SASL support. > but the postfix make always dies with: > > smtpd.c:4534: error: ?dovecot? undeclared (first use in this function) Well, don't know...
2007 Sep 10
1
Stuck on an Error: " Connect to private/auth failed: Connection refused"
...rning: /usr/libexec/postfix/smtpd: bad command startup -- throttling (In case it matters I recently makde postfix like so:) make -f Makefile.init makefiles 'CCARGS=-DHAS_MYSQL -I/usr/include/mysql -DUSE_SASL_AUTH -I/usr/local/include/sasl -DDEF_SERVER_SASL_TYPE=\"dovecot\"' 'AUXLIBS=-L/usr/lib/mysql -lmysqlclient -lz -lm -L/usr/local/lib -lsasl2' The permissions on that file are so: srwxr-xr-x 1 postfix postfix 0 Sep 9 14:38 /var/spool/postfix/private/auth I've tried changin those but it didn't seem to matter. # dovecot -n # 1.0.3: /usr/local/etc/dovecot.conf pr...
2009 Apr 15
3
Postfix, Dovecot SASL and Entourage smtps authentication fails.
Tere. Recently just migrated from Sendmail 8.14.3 to Postfix 2.5.6 and switched from Cyrus-sasl 2.1.22 to Dovecot 1.1.13 sasl, all are compiled from source and I have used Dovecot for a long time, since alpha versions. Everything worked well for Outlook Express, Outlook and Thunderbird clients, but Microsoft Entourage 2004 or 2008 clients smtps fails - "Authentication failed because
2008 Aug 05
1
Dovecot sieve plugin reject not working
...;m at a loss here. Details of my setup: OS: Solaris 10 gcc version: 3.4.3 postfix version 2.5.2 dovecot version 1.1.2 dovecot sieve version 1.1.5 How I installed: Postfix: make makefiles CCARGS='-DUSE_SASL_AUTH \-DDEF_SERVER_SASL_TYPE=\"dovecot\" -DUSE_TLS -I/opt/csw/include' \AUXLIBS="-R/opt/csw/lib -L/opt/csw/lib -lssl -lcrypto -ldb" make make upgrade Dovecot: ./configure --prefix=/userM/mail-services/dovecot make make install Sieve: ./configure --prefix=/userM/mail-services/dovecot - --with-dovecot=../dovecot-1.1.2 make make install dovecot -n # 1.1.2: /userM/mai...
2015 Oct 05
7
[PATCH 0/4] Improve linker scripts
From: Sylvain Gault <sylvain.gault at gmail.com> These patches basically remove unused linker scripts and port a change that was made to an unused script. Those are to be applied on top of the gcc 5 bug fixes as they would conflict otherwise. Sylvain Gault (4): diag/mbr: fix dependency to linker script Remove unused linker scripts core: Make symbols defined in linker script HIDDEN