similar to: dovecot-lda: problems compiling

Displaying 20 results from an estimated 30000 matches similar to: "dovecot-lda: problems compiling"

2005 Nov 17
2
Dovecot LDA config problem on RHEL 4 x86_64
Hello, Has anyone succeeded on configuring and compiling Sieve capable Dovecot LDA on RHEL 4 x86_64 platform? I am having problems with configure script hanging on sed while creating Makefiles. # ./configure --with-dovecot=../dovecot .. checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for library containing
2006 May 04
1
configuring dovecot-lda takes forever...
Hi, I want to try dovecot-lda, but the ./configure doesn't seem to finish... I've followed the installation instructions: cvs -d :pserver:anonymous at dovecot.org:/home/cvs co dovecot-lda cd dovecot-lda/ ./autogen.sh ./configure --with-dovecot=../dovecot (dovecot source tree -from cvs- is in ../dovecot) Everything seems to go ok but the message config.status: creating Makefile never
2002 Jun 25
1
configure for R 1.5.x on Solaris (fwd)
Dear All, No-one seemed to know about this on r-help, so I'm trying here.... I'm having problems at the configure stage when trying to build R on Solaris 5.8. configure finds everything it needs but when it runs config.status to make all the Makefiles and headers, I get a huge slew of errors like this: config.status: creating src/extra/zlib/Makefile sed: -e expression #1, char 329:
2002 Jul 06
3
Can't compile vorbis-tools CVS
Hi all: I haven't had any luck with this on vorbis-dev, so I thought I'd try here. Note that for those who have read this already, there's new stuff at the bottom. I'm getting the folowing when attempting to compile vorbis-tools from CVS: Making all in intl make[1]: Entering directory `/usr/src/cvs/vorbis-tools/intl' make[1]: *** No rule to make target
2004 Aug 06
2
Problems streaming high bitrate over a LAN
On Fri, May 25, 2001 at 10:43:33AM +0200, Martin Hierling wrote: > HI, > > sounds like my problem discussed her two or three weeks ago. > Add "sleep_ratio 0" to your icecast.conf. > > regards Martin Thank you very muchly. It works now. Any idea how to synchronize 2 players on the same stream? End up with ~ 1 s phase difference. NAS might be more appropriate...
2007 Sep 09
2
[PATCH] autogen.sh : detect automake-1.10 correctly
Josh, Macports on OSX ships with automake-1.10 and the current autogen.sh detects 1.10 as an invalid version of automake. The following patch (snarfed from autogen.sh from libvorbis) fixes that. Once that is fixed there are still some other issues that need fixing for automake-1.10. Cheers, Erik diff -u -r1.16 autogen.sh --- autogen.sh 21 Nov 2006 01:40:57 -0000 1.16 +++ autogen.sh 10
2002 Jul 04
1
Still can't compile vorbis-tools CVS
Hi: I posted about this 2 days ago but saw no responses, so I'm posting again, with hopefully more detail. I'm getting the folowing when attempting to compile vorbis-tools: Making all in intl make[1]: Entering directory `/usr/src/cvs/vorbis-tools/intl' make[1]: *** No rule to make target `all-no-@BUILD_INCLUDED_LIBINTL@', needed by `all-no'. Stop. make[1]: Leaving directory
2009 Nov 20
1
[PATCH libguestfs] build: correct sed transformation to work also on .git-module-status
My patch was wrong. I kept the sed transformation the same in the two places, but it wasn't strict enough to also work on the file contents. Sorry about that. This fixes it. >From 93927cc7b9f63c414e5bfeb7eba393fde3295601 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Fri, 20 Nov 2009 16:23:17 +0100 Subject: [PATCH libguestfs] build: correct sed
2004 Aug 06
7
Problem with Streams > 160KBit/s
Hi, does anybody set up an icecast server delivering streams > 160KBit/s ? I tried that with liveice and shout but in both cases the stream stutters very much. So, I have eliminated the Net (stream to localhost), the CPU (P3/800 should be fast enough), and lame (can encode 320kBit/s 3 times faster then the wav has secs). So the Problem should be icecast. can anybody please enlight me?
2006 Jun 08
1
Problem Compiling Dovecot-LDA
I'm trying to setup Dovecot-LDA. I grab dovecot beta8 and compiled it with the following options. $ ./configure --without-deliver --with-mysql $ make # make install It builds fine, and I have it running fine now. I then tried to build dovecot-lda from cvs, with the following. $ ./configure --with-dovecot=../dovecot-1.0.beta8/ $ make and it then fails with the following gcc -std=gnu99 -g
2004 Sep 10
2
Altivec, automake
finished hooking up the altivec stuff so it works in ProjectBuilder. I ran a test, doing a 'flac -t' on 400MB of files compresses at level 5. the runtime dropped from from 180 sec to 105 sec! once I get the latest autotools on my ibook I'll try and get asm compilation to work that way. Josh --- Josh Coalson <xflac@yahoo.com> wrote: > OK, checked it all in (only minor
2006 Mar 29
0
Solution to Dovecot-lda configure problem on RHEL4/FC4
Hello, After a long break from Dovecot I finally managed to compile Dovecot-lda on RHEL 4 x86_64 platfrom. For some reason $LIBICONV translates to a @LIBICONV@ on config.status which generates loop for sed. Solution is to manually edit "configure" after autogen.sh. In configure change line s, at LIBICONV@,$LIBICONV,;t t to s, at LIBICONV@,,;t t After this configure finishes
2009 Jan 21
1
dovecot 1.1.8 compile error
I'm trying to compile 1.1.8 with dovecot-1-1-989789b2afd8 patches applied on Solaris 10 sparc using gcc 2.95.3 and also tried version 3.4.3. This is error I'm getting: gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-auth -DPKG_RUNDIR=\""/userM/mail-services/dovecot/var/run/dovecot"\"
2005 Sep 05
1
[PATCH] fix gcc 3.4 warnings
On Tue, Sep 06, 2005 at 08:54:18AM +1000, Jean-Marc Valin wrote: > I usually compile with several warning flags, but I prefer not to impose > any (especially since not everyone uses gcc!). FWIW, configure is already checking to see whether the compiler is gcc or not. There's an if clause in the configure scripts for ogg, vorbis, theora, and other of our packages that uses this to add
2009 Nov 20
1
[PATCH libguestfs] build: make autogen.sh update .git-module-status, as it should
I ran autogen.sh, but then make was always failing like this: $ make cfg.mk:141: *** gnulib update required; run ./autogen.sh first. Stop. Here's the fix: >From f743f32079fea2e8a17c7f5b59305e584c75dba0 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering at redhat.com> Date: Fri, 20 Nov 2009 14:29:55 +0100 Subject: [PATCH libguestfs] build: make autogen.sh update
2007 Aug 14
1
Failed to compile dovecot 1.1 nightly build
I downloaded the 1.1 night build from here: http://hg.dovecot.org/dovecot/archive/tip.tar.gz autogen.sh ./configure (with a long list of options) make I got this error information: ... rpcgen -c /usr/include/rpcsvc/rquota.x | \ -e 's/IXDR_PUT/(void)IXDR_PUT/g' \ -e 's/int32_t \*buf/int32_t *buf __attr_unused__/' > rquota_xdr.c /bin/sh: line 1: -e: command not found
2006 Mar 03
0
Filesystems, GRUB, weirdness, oh my! [long]
I am using SystemImager to auto-install about 500 different machines, some of them are CentOS; as you can Imagine I want to automate the installation of the bootloader; so I wrote a 2 scripts to accomplish this task. Why two? Because some of the machines are IDE, and some of them are SATA, and I need to be able to use the same disk image on both of the drive types. Here is the first bash script:
2003 Nov 10
1
Re: [xiph-cvs] cvs commit: ogg/include/ogg Makefile.am
On Mon, Nov 10, 2003 at 03:31:34PM +0100, gtgbr@gmx.net wrote: [re: http://xiph.org/archives/cvs/4109.html] > I have only automake 1.7.8 installed and the check complains that it > can't find 1.6.x and bails out. My previous makes worked fine with 1.7.x > ... is it possible to improve this so it works with "or later"? I'd like to, but haven't been able to come up
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
Series of cleanups to autotools build config files to utilize the available xorg-server macros, defaults and more closely match other modern Xorg drivers. Notable improvements: - gitignore fully covers potential build artifacts - Simplify logic given stated minimum required version of xorg-server 1.8 - Remove use of deprecated, outdated or no longer required macros - Utilize xorg macros where
2003 Jun 07
3
tinc-1.0pre8 fails to compile on RH 9.0
Hi, I had posted a similar question a few days back(but my mails started bouncing back, when I tried to post to the newsgroup). So here is it again. My System: Rh 9.0 (2.4.20-13.9), openssl-0.9.7a-5, openssl-devel-0.9.7a-5 Autoconf tools: autoconf-2.57-3, automake-1.6.3-5 1. When I try to compile tinc-1.0 pre8 on my RH 9.0 system, it fails.. When I do a ./configure, it aborts saying: