Re: Error when compilating cyrus imap

2011-04-13 Thread Bron Gondwana
On Wed, 13 Apr 2011 15:18:55 +0100 (BST)
Ami Stage stage...@yahoo.fr wrote:

 hi,
 
 i m working on a project about the extension CONVERT of IMAP but when i try 
 to 
 compile the makefile of the directory imap, i ve this error:
 
 /dev/cyrus-imapd/sieve/comparator.c:282: undefined reference to 
 `pcreposix_regexec'
 collect2: ld returned 1 exit status
 make[1]: *** [sievec] Erreur 1
 
 
 have you an idea ? (it's important...)

Sounds like you're missing the PRCE libraries, but your Makefile thinks
you have them.  This could be due to a partial copy of PCRE on your
system.

What OS are you running, what packages?  Also, what version of cyrus?

Thanks,

Bron.

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re : Error when compilating cyrus imap

2011-04-13 Thread Ami Stage
the problem is solved,
i had  a mistake in the file configure.in

thanks






De : Bron Gondwana br...@fastmail.fm
À : Ami Stage stage...@yahoo.fr
Cc : info-cy...@andrew.cmu.edu
Envoyé le : Mer 13 avril 2011, 16h 30min 08s
Objet : Re: Error when compilating cyrus imap

On Wed, 13 Apr 2011 15:18:55 +0100 (BST)
Ami Stage stage...@yahoo.fr wrote:

 hi,
 
 i m working on a project about the extension CONVERT of IMAP but when i try 
 to 

 compile the makefile of the directory imap, i ve this error:
 
 /dev/cyrus-imapd/sieve/comparator.c:282: undefined reference to 
 `pcreposix_regexec'
 collect2: ld returned 1 exit status
 make[1]: *** [sievec] Erreur 1
 
 
 have you an idea ? (it's important...)

Sounds like you're missing the PRCE libraries, but your Makefile thinks
you have them.  This could be due to a partial copy of PCRE on your
system.

What OS are you running, what packages?  Also, what version of cyrus?

Thanks,

Bron.

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

Re : Error when compilating cyrus imap

2011-04-13 Thread Dave McMurtrie
On 04/13/2011 11:28 AM, Ami Stage wrote:
 the problem is solved,
 i had a mistake in the file configure.in

Did you modify configure.in, or is there a bug in the distributed version?

Thanks!

Dave

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/