Re: [exim] Testing Exim 4.70 prerelease - compile errors

Top Page
Delete this message
Reply to this message
Author: Marc Perkel
Date:  
To: exim-users
Subject: Re: [exim] Testing Exim 4.70 prerelease - compile errors
I think I do. Here's what is/in not installed.

pcre.x86_64                             7.8-1.fc10                     
installed
pcre-devel.x86_64                       7.8-1.fc10                     
@fedora 
pcre-static.x86_64                      7.8-1.fc10                     
@fedora 
gambas2-gb-pcre.x86_64                  2.16.0-1.fc10                  
updates 
ocaml-pcre.x86_64                       5.15.0-1.fc10                  
fedora  
ocaml-pcre-devel.x86_64                 5.15.0-1.fc10                  
fedora


Daniel Petre wrote:
> hello,
> do you have pcre library installed? exim 4.70 won't come with it
> compiled..
>
> On Oct 15, 2009, at 4:13 PM, Marc Perkel wrote:
>
>
>> I'm missing something. Running Fedora 10. Thanks in advance
>>
>>
>> awk '{ print ($1+1) }' cnumber.h > cnumber.temp
>> rm -f cnumber.h; mv cnumber.temp cnumber.h
>> gcc version.c
>> rm -f exim
>> gcc -o exim
>> dns.o: In function `dns_basic_lookup':
>> dns.c:(.text+0x4fb): undefined reference to `pcre_exec'
>> exim.o: In function `regex_match_and_setup':
>> exim.c:(.text+0x148): undefined reference to `pcre_exec'
>> exim.o: In function `regex_must_compile':
>> exim.c:(.text+0x145d): undefined reference to `pcre_malloc'
>> exim.c:(.text+0x1468): undefined reference to `pcre_free'
>> exim.c:(.text+0x148e): undefined reference to `pcre_compile'
>> exim.c:(.text+0x1498): undefined reference to `pcre_malloc'
>> exim.c:(.text+0x14a3): undefined reference to `pcre_free'
>> exim.o: In function `main':
>> exim.c:(.text+0x1663): undefined reference to `pcre_malloc'
>> exim.c:(.text+0x166e): undefined reference to `pcre_free'
>> exim.c:(.text+0x26c0): undefined reference to `pcre_exec'
>> exim.c:(.text+0x2ab0): undefined reference to `pcre_exec'
>> exim.c:(.text+0x3020): undefined reference to `pcre_exec'
>> exim.c:(.text+0x30ce): undefined reference to `pcre_exec'
>> exim.c:(.text+0x396f): undefined reference to `pcre_exec'
>> exim.o:exim.c:(.text+0x3a06): more undefined references to `pcre_exec'
>> follow
>> expand.o: In function `expand_string_internal':
>> expand.c:(.text+0x457a): undefined reference to `pcre_compile'
>> expand.c:(.text+0x4634): undefined reference to `pcre_exec'
>> expand.o: In function `eval_condition':
>> expand.c:(.text+0x7eb1): undefined reference to `pcre_compile'
>> filter.o: In function `test_condition':
>> filter.c:(.text+0x25d5): undefined reference to `pcre_compile'
>> header.o: In function `one_pattern_match':
>> header.c:(.text+0x2b2): undefined reference to `pcre_exec'
>> header.c:(.text+0x324): undefined reference to `pcre_exec'
>> match.o: In function `check_string':
>> match.c:(.text+0x10a): undefined reference to `pcre_exec'
>> queue.o: In function `queue_run':
>> queue.c:(.text+0x1c12): undefined reference to `pcre_exec'
>> queue.c:(.text+0x1cde): undefined reference to `pcre_exec'
>> smtp_in.o:smtp_in.c:(.text+0xc1c): more undefined references to
>> `pcre_exec' follow
>> malware.o: In function `malware':
>> malware.c:(.text+0x57f): undefined reference to `pcre_compile'
>> malware.c:(.text+0x13f3): undefined reference to `pcre_compile'
>> malware.c:(.text+0x143e): undefined reference to `pcre_exec'
>> malware.c:(.text+0x1468): undefined reference to `pcre_copy_substring'
>> malware.c:(.text+0x1c94): undefined reference to `pcre_compile'
>> malware.c:(.text+0x1d85): undefined reference to `pcre_exec'
>> malware.c:(.text+0x1dad): undefined reference to `pcre_copy_substring'
>> malware.c:(.text+0x21f0): undefined reference to `pcre_compile'
>> malware.c:(.text+0x2295): undefined reference to `pcre_exec'
>> malware.c:(.text+0x22ba): undefined reference to `pcre_copy_substring'
>> malware.c:(.text+0x23ad): undefined reference to `pcre_compile'
>> malware.c:(.text+0x244d): undefined reference to `pcre_compile'
>> malware.c:(.text+0x27ce): undefined reference to `pcre_exec'
>> malware.c:(.text+0x27ee): undefined reference to `pcre_copy_substring'
>> regex.o: In function `mime_regex':
>> regex.c:(.text+0x97): undefined reference to `pcre_compile'
>> regex.c:(.text+0x22c): undefined reference to `pcre_exec'
>> regex.o: In function `regex':
>> regex.c:(.text+0x37f): undefined reference to `pcre_compile'
>> regex.c:(.text+0x4ea): undefined reference to `pcre_exec'
>> routers/routers.a(redirect.o): In function `redirect_router_entry':
>> redirect.c:(.text+0xad1): undefined reference to `pcre_exec'
>> transports/transports.a(appendfile.o): In function `check_dir_size':
>> appendfile.c:(.text+0x2cb): undefined reference to `pcre_exec'
>> transports/transports.a(appendfile.o): In function
>> `appendfile_transport_entry':
>> appendfile.c:(.text+0x1c4f): undefined reference to `pcre_compile'
>> appendfile.c:(.text+0x1e26): undefined reference to `pcre_compile'
>> appendfile.c:(.text+0x1f04): undefined reference to `pcre_exec'
>> transports/transports.a(smtp.o): In function `smtp_deliver':
>> smtp.c:(.text+0x112f): undefined reference to `pcre_exec'
>> smtp.c:(.text+0x118e): undefined reference to `pcre_exec'
>> smtp.c:(.text+0x15e9): undefined reference to `pcre_exec'
>> smtp.c:(.text+0x1665): undefined reference to `pcre_exec'
>> transports/transports.a(smtp.o):smtp.c:(.text+0x16f6): more undefined
>> references to `pcre_exec' follow
>> transports/transports.a(tf_maildir.o): In function
>> `maildir_ensure_directories':
>> tf_maildir.c:(.text+0xc7c): undefined reference to `pcre_compile'
>> tf_maildir.c:(.text+0xcff): undefined reference to `pcre_exec'
>> collect2: ld returned 1 exit status
>> make[1]: *** [exim] Error 1
>> make[1]: Leaving directory
>> `/ctyme/linuxapps/exim/exim-src/build-Linux-x86_64'
>> make: *** [all] Error 2
>>
>> --
>> ## List details at http://lists.exim.org/mailman/listinfo/exim-users
>> ## Exim details at http://www.exim.org/
>> ## Please use the Wiki with this list - http://wiki.exim.org/
>>
>
> --
> Daniel Petre,
> System Administrator
> RCS & RDS, Pitesti
> Tel: 0348400426
> Mobil: 0770048708
> Skype: daniel-petre
> -------------------
> Prezentul mesaj constituie o Informatie confidentiala si este
> proprietatea exclusiva a SC RCS & RDS S.A.. Mesajul se adreseaza
> numai persoanei fizice sau juridice mentionata ca destinatara,
> precum si altor persoane autorizate sa-l primeasca. In cazul
> in care nu sunteti destinatarul vizat, va aducem la cunostinta
> ca dezvaluirea, copierea, distribuirea sau initierea unor actiuni
> pe baza prezentei informatii sunt strict interzise si atrag
> raspunderea civila si penala. Daca ati primit acest mesaj dintr-o
> eroare, va rugam sa ne anuntati imediat, ca raspuns la mesajul de fata,
> si sa-l stergeti apoi din sistemul dvs. Apreciem si va multumim pentru
> sprijinul acordat in pastrarea confidentialitatii corespondentei
> noastre.
>
>
>