From daly at ctcnet.net Tue Dec 11 15:45:31 2007 From: daly at ctcnet.net (daly at ctcnet.net) Date: Tue, 11 Dec 2007 09:45:31 -0500 (EST) Subject: S/MIME support in Kmail v1.9.7 Message-ID: <36402.147.160.136.10.1197384331.squirrel@webmail.ctcnet.net> All: I hope this post is appropriate for this list. I'm having problems getting Kmail to recognize S/MIME support. From what I've read, it all depends on the installation of GpgME. I have compiled KDE using Konstruct. During the compilation I was able to see that GnuPG v2.0.6 was compiled with S/MIME support. Yet, when I go to configure this in Kmail, I see the following message: While scanning for SMIME support in backend GpgME: GPGME was compiled without support for S/MIME. Can anyone direct me in the right direction? Numerous searches on Google and the like have turned up empty. Thanks in advance. -- From john at johnrshannon.com Tue Dec 11 18:35:59 2007 From: john at johnrshannon.com (John R. Shannon) Date: Tue, 11 Dec 2007 10:35:59 -0700 Subject: S/MIME support in Kmail v1.9.7 In-Reply-To: <36402.147.160.136.10.1197384331.squirrel@webmail.ctcnet.net> References: <36402.147.160.136.10.1197384331.squirrel@webmail.ctcnet.net> Message-ID: <200712111035.59731.john@johnrshannon.com> Did you build gpgsm support into gpgme? Its an arg to configure. On Tuesday 11 December 2007 07:45:31 am daly at ctcnet.net wrote: > All: > > I hope this post is appropriate for this list. > > I'm having problems getting Kmail to recognize S/MIME support. From > what I've read, it all depends on the installation of GpgME. I have > compiled KDE using Konstruct. During the compilation I was able to see > that GnuPG v2.0.6 was compiled with S/MIME support. Yet, when I go to > configure this in Kmail, I see the following message: > > While scanning for SMIME support in backend GpgME: > GPGME was compiled without support for S/MIME. > > Can anyone direct me in the right direction? Numerous searches on > Google and the like have turned up empty. > > Thanks in advance. > -- > > > _______________________________________________ > Gpa-dev mailing list > Gpa-dev at gnupg.org > http://lists.gnupg.org/mailman/listinfo/gpa-dev -- John R. Shannon, CISSP Chief Scientist DSCI, Information Assurance Division jshannon at dsci-usa.com john.r.shannon at us.army.mil shannonjr at NetBSD.org (208)522-4506 From daly at ctcnet.net Tue Dec 11 21:43:50 2007 From: daly at ctcnet.net (Ryan Daly) Date: Tue, 11 Dec 2007 15:43:50 -0500 Subject: S/MIME support in Kmail v1.9.7 In-Reply-To: <200712111035.59731.john@johnrshannon.com> References: <36402.147.160.136.10.1197384331.squirrel@webmail.ctcnet.net> <200712111035.59731.john@johnrshannon.com> Message-ID: <475EF686.70404@ctcnet.net> John R. Shannon wrote: > Did you build gpgsm support into gpgme? Its an arg to configure. I do not have special flags as Konstruct determined those for me. Looking at ./configure --help, I see the following: --disable-gpgsm do not build the gpgsm program I would assume that if I do not use that option, gpgsm would be compiled in? I see no option to explicitly include that support. I have a gpgsm binary in /opt/kde/3.5.8/bin. One thing I picked up on that may be causing me issues is: : riddler 18#; ./gpgme-config --get-gpgsm no The binary for gpgme-config is in the same directory as gpgsm, so I'm not sure why it wouldn't be able to find it. -- From jan-oliver.wagner at intevation.de Tue Dec 11 21:38:30 2007 From: jan-oliver.wagner at intevation.de (Jan-Oliver Wagner) Date: Tue, 11 Dec 2007 21:38:30 +0100 Subject: S/MIME support in Kmail v1.9.7 In-Reply-To: <200712111035.59731.john@johnrshannon.com> References: <36402.147.160.136.10.1197384331.squirrel@webmail.ctcnet.net> <200712111035.59731.john@johnrshannon.com> Message-ID: <200712112138.34088.jan-oliver.wagner@intevation.de> On Tuesday 11 December 2007 18:35, John R. Shannon wrote: > Did you build gpgsm support into gpgme? Its an arg to configure. IIRC, you just need to have gpgsm installed when configuring gpgme. Then S/MIME support is automatically added to gpgme. Best Jan -- Dr. Jan-Oliver Wagner Intevation GmbH Amtsgericht Osnabr?ck, HR B 18998 http://www.intevation.de/ Gesch?ftsf?hrer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner From daly at ctcnet.net Tue Dec 11 23:07:35 2007 From: daly at ctcnet.net (Ryan Daly) Date: Tue, 11 Dec 2007 17:07:35 -0500 Subject: S/MIME support in Kmail v1.9.7 In-Reply-To: <200712111431.00458.john@johnrshannon.com> References: <36402.147.160.136.10.1197384331.squirrel@webmail.ctcnet.net> <200712111035.59731.john@johnrshannon.com> <475EF686.70404@ctcnet.net> <200712111431.00458.john@johnrshannon.com> Message-ID: <475F0A27.6090107@ctcnet.net> John R. Shannon wrote: > gpgme-1.1.4/configure --help > ... > --with-gpgsm=PATH use GpgSM binary at PATH > ... > --with-gpg=PATH > > I had to set both in the port for NetBSD. > Yes. That's it. I wasn't looking in gpgme's source. Thank-you for pointing that one out. I just recompiled and removed the --without-gpgsm that Konstruct added. I'm gathering that Konstruct is assuming that the OS provides gpgme/gpgsm, but in my case, I need to have that compiled. Thank-you for your help! I can now configure Kmail w/ S/MIME support. -- From daly at ctcnet.net Tue Dec 11 23:10:18 2007 From: daly at ctcnet.net (Ryan Daly) Date: Tue, 11 Dec 2007 17:10:18 -0500 Subject: S/MIME support in Kmail v1.9.7 In-Reply-To: <200712112138.34088.jan-oliver.wagner@intevation.de> References: <36402.147.160.136.10.1197384331.squirrel@webmail.ctcnet.net> <200712111035.59731.john@johnrshannon.com> <200712112138.34088.jan-oliver.wagner@intevation.de> Message-ID: <475F0ACA.8080004@ctcnet.net> Jan-Oliver Wagner wrote: > On Tuesday 11 December 2007 18:35, John R. Shannon wrote: >> Did you build gpgsm support into gpgme? Its an arg to configure. > > IIRC, you just need to have gpgsm installed when configuring gpgme. > Then S/MIME support is automatically added to gpgme. Yep. Also, since KDE probably is assuming that my OS distributes GPGSM and GPGME, they add --without-gpgsm in gpgme's Makefile, and --enable-agent-only in gnupg's Makefile. My target OS (RHEL 5) does not distribute that (yet), so I need to have Konstruct compile those two for me. Thanks for all of the help! I'm all set. From rdieter at math.unl.edu Wed Dec 12 13:55:29 2007 From: rdieter at math.unl.edu (Rex Dieter) Date: Wed, 12 Dec 2007 06:55:29 -0600 Subject: S/MIME support in Kmail v1.9.7 References: <36402.147.160.136.10.1197384331.squirrel@webmail.ctcnet.net> <200712111035.59731.john@johnrshannon.com> <200712112138.34088.jan-oliver.wagner@intevation.de> <475F0ACA.8080004@ctcnet.net> Message-ID: Ryan Daly wrote: > Yep. Also, since KDE probably is assuming that my OS distributes GPGSM > and GPGME, they add --without-gpgsm in gpgme's Makefile, and > --enable-agent-only in gnupg's Makefile. > > My target OS (RHEL 5) does not distribute that (yet), so I need to have > Konstruct compile those two for me. fwiw, gpgme is available in 3rd-party repos, including EPEL: http://fedoraproject.org/wiki/EPEL -- Rex