Hi.
before build dkim I've builded last openssl:
OpenSSL> version
OpenSSL 0.9.8l 5 Nov 2009
OpenSSL>
Any other requirements ? Sendmail-devel package is installed, version
"sendmail-devel-8.12.10-162.1"... Grrr :)
[email protected] píše v Út 22. 12. 2009
v 12:07 +0000:
> Send dkim-milter-discuss mailing list submissions to
> [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss
> or, via email, send a message with subject or body 'help' to
> [email protected]
>
> You can reach the person managing the list at
> [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of dkim-milter-discuss digest..."
>
>
> Today's Topics:
>
> 1. dkim-milter + SLES9 64-bit (Josef Karliak)
> 2. Re: dkim-milter + SLES9 64-bit (Hirohisa Yamaguchi)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 22 Dec 2009 08:45:32 +0100
> From: Josef Karliak <[email protected]>
> Subject: [dkim-milter-discuss] dkim-milter + SLES9 64-bit
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain
>
> Hi,
> it is possible to build dkim-milter on SLES9 SP3, postfix and openssl
> was builded from last source code. I've troubles with build dkim-milter
> - Build command ends with :
> cc -o dkim-filter -lpthread config.o dkim-ar.o dkim-arf.o dkim-crypto.o
> dkim-db.o dkim-filter.o stats.o test.o util.o
> -lmilter
> /usr/local/src/dkim-milter-2.8.3/obj.Linux.2.6.5-7.319-smp.x86_64/libdkim/libdkim.a
>
> /usr/local/src/dkim-milter-2.8.3/obj.Linux.2.6.5-7.319-smp.x86_64/libsm/libsm.a
> -lresolv -lcrypt -lnsl -ldl -lssl -lcrypto
> dkim-filter.o(.text+0x52c3): In function
> `main':
>
> : undefined reference to
> `smfi_opensocket'
>
> dkim-filter.o(.text+0x646b): In function
> `mlfi_negotiate':
>
> : undefined reference to
> `smfi_setsymlist'
>
> dkim-filter.o(.text+0x7b4c): In function
> `mlfi_eom':
>
> : undefined reference to
> `smfi_quarantine'
>
> dkim-filter.o(.text+0x608e): In function
> `dkimf_sendprogress':
>
> : undefined reference to
> `smfi_progress'
>
> dkim-filter.o(.text+0x618b): In function
> `dkimf_insheader':
>
> : undefined reference to
> `smfi_insheader'
>
> /usr/local/src/dkim-milter-2.8.3/obj.Linux.2.6.5-7.319-smp.x86_64/libdkim/libdkim.a(dkim-canon.o)(.text+0x1f8):
> In function `dkim_canon_write':
> : undefined reference to
> `SHA256_Update'
>
> /usr/local/src/dkim-milter-2.8.3/obj.Linux.2.6.5-7.319-smp.x86_64/libdkim/libdkim.a(dkim-canon.o)(.text+0x3b9):
> In function `dkim_canon_closebody':
> : undefined reference to
> `SHA256_Final'
>
> /usr/local/src/dkim-milter-2.8.3/obj.Linux.2.6.5-7.319-smp.x86_64/libdkim/libdkim.a(dkim-canon.o)(.text+0xfaa):
> In function `dkim_canon_signature':
> : undefined reference to
> `SHA256_Final'
>
> /usr/local/src/dkim-milter-2.8.3/obj.Linux.2.6.5-7.319-smp.x86_64/libdkim/libdkim.a(dkim-canon.o)(.text+0x1a24):
> In function `dkim_canon_runheaders':
> : undefined reference to
> `SHA256_Final'
>
> /usr/local/src/dkim-milter-2.8.3/obj.Linux.2.6.5-7.319-smp.x86_64/libdkim/libdkim.a(dkim-canon.o)(.text+0x1f03):
> In function `dkim_canon_init':
> : undefined reference to
> `SHA256_Init'
>
> collect2: ld returned 1 exit
> status
>
> make[1]: *** [dkim-filter] Error
> 1
>
> make[1]: Leaving directory
> `/usr/local/src/dkim-milter-2.8.3/obj.Linux.2.6.5-7.319-smp.x86_64/dkim-filter'
>
> make: *** [all] Error 2
>
> Any ideas ? :-/
> thanks
> J.Karliak.
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 22 Dec 2009 17:13:06 +0900
> From: Hirohisa Yamaguchi <[email protected]>
> Subject: Re: [dkim-milter-discuss] dkim-milter + SLES9 64-bit
> To: dkim-milter general discussion
> <[email protected]>
> Message-ID:
> <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi
>
> On Tue, Dec 22, 2009 at 4:45 PM, Josef Karliak <[email protected]> wrote:
> > ? ? ? ?Hi,
> > ? ? ? ?it is possible to build dkim-milter on SLES9 SP3, postfix and openssl
> > was builded from last source code. I've troubles with build dkim-milter
> > - Build command ends with :
> > cc -o dkim-filter -lpthread ?config.o dkim-ar.o dkim-arf.o dkim-crypto.o
> > dkim-db.o dkim-filter.o stats.o test.o util.o
> > -lmilter
> > ?/usr/local/src/dkim-milter-2.8.3/obj.Linux.2.6.5-7.319-smp.x86_64/libdkim/libdkim.a
> >
> > /usr/local/src/dkim-milter-2.8.3/obj.Linux.2.6.5-7.319-smp.x86_64/libsm/libsm.a
> > ?-lresolv -lcrypt -lnsl -ldl -lssl -lcrypto
> <>
> > /usr/local/src/dkim-milter-2.8.3/obj.Linux.2.6.5-7.319-smp.x86_64/libdkim/libdkim.a(dkim-canon.o)(.text+0x1f8):
> > In function `dkim_canon_write':
> > : undefined reference to
> > `SHA256_Update'
> > /usr/local/src/dkim-milter-2.8.3/obj.Linux.2.6.5-7.319-smp.x86_64/libdkim/libdkim.a(dkim-canon.o)(.text+0x3b9):
> > In function `dkim_canon_closebody':
> > : undefined reference to
> > `SHA256_Final'
> > /usr/local/src/dkim-milter-2.8.3/obj.Linux.2.6.5-7.319-smp.x86_64/libdkim/libdkim.a(dkim-canon.o)(.text+0xfaa):
> > In function `dkim_canon_signature':
> > : undefined reference to
> > `SHA256_Final'
> > /usr/local/src/dkim-milter-2.8.3/obj.Linux.2.6.5-7.319-smp.x86_64/libdkim/libdkim.a(dkim-canon.o)(.text+0x1a24):
> > In function `dkim_canon_runheaders':
> > : undefined reference to
> > `SHA256_Final'
> > /usr/local/src/dkim-milter-2.8.3/obj.Linux.2.6.5-7.319-smp.x86_64/libdkim/libdkim.a(dkim-canon.o)(.text+0x1f03):
> > In function `dkim_canon_init':
> > : undefined reference to
> > `SHA256_Init'
> > collect2: ld returned 1 exit
> > status
> > make[1]: *** [dkim-filter] Error
> > 1
> > make[1]: Leaving directory
> > `/usr/local/src/dkim-milter-2.8.3/obj.Linux.2.6.5-7.319-smp.x86_64/dkim-filter'
> > make: *** [all] Error 2
> >
> > ? ? ? ?Any ideas ? :-/
>
> DKIM requires sha256 to verify signatures.
> i.e. openssl must be 0.9.8 or higher.
> Check the version of openssl.
>
> Regards,
> --
>
> Hirohisa Yamaguchi
> <[email protected]>
>
>
>
> ------------------------------
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
>
> ------------------------------
>
> _______________________________________________
> dkim-milter-discuss mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss
>
>
> End of dkim-milter-discuss Digest, Vol 42, Issue 10
> ***************************************************
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev
_______________________________________________
dkim-milter-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dkim-milter-discuss