From: Hooman T. <ho...@gm...> - 2010-10-03 17:20:29
|
Hi, Thanks for the great software. I've been trying to install and build Open CA on my newly installed Ubuntu 10.04. I followed the "INSTALL" guides, referring to the "INSTALL" file, also "Installation" guidelines of the wiki and many others. But I can't "make" the Open CA yet. I did build "Open SSL", "DBI", and "Open CA Tools" successfully; configured the Open CA completely! But when I try to "make" Open CA,, I get stuck on building "Net::SSLeay::136" module saying: Building (Net::SSLeay::136) ... ERROR::Can not build module make[6]: *** [Net-SSLeay-1.36] Error 1 make[5]: *** [modules] Error 1 make[4]: *** [__install_dir] Error 2 make[3]: *** [ext-modules] Error 2 make[2]: *** [__install_dir] Error 2 make[1]: *** [src] Error 2 make: *** [__install_dir] Error 2 I've read in the mailing list archive that "--disable-external-modules" won't leave Net-SSLeay, and I know why. But I don't know what should I do to get Open CA up and running on my Linux! Can anyone help me with this? P.S.: I've downloaded the SRC, for both OpenCA and OpenCA Tools. I've tried their installations on another machine and tried them! SO THE ISSUE IS NOT BECAUSE OF MY MACHINE. Also have tried Ubuntu's pre-installed OpenSSL/DBI, but nothing seems to be an issue! Regards, Hoomant -- "Great spirits have always encountered violent opposition from mediocre minds." -- Albert Einstein |
From: Tim R. <ti...@mu...> - 2010-10-03 19:25:51
|
On Sun, 3 Oct 2010, Hooman Taherinia wrote: > I did build "Open SSL", "DBI", and "Open CA Tools" successfully; configured > the Open CA completely! But when I try to "make" Open CA,, I get stuck on > building "Net::SSLeay::136" module saying: > > Building (Net::SSLeay::136) ... ERROR::Can not build module > make[6]: *** [Net-SSLeay-1.36] Error 1 > make[5]: *** [modules] Error 1 What version of OpenSSL do you have on your machine? -- Tim Rice Multitalents (707) 887-1469 ti...@mu... |
From: Hooman T. <ho...@gm...> - 2010-10-04 08:53:36
|
I've tried it with OpenSSL 1.0.0a and OpenSSL 0.9.8k-7ubuntue8.1! Do you think this is the problem? I'll try lower versions compatible with OpenCA v1.1.0; BTW, my Open CA Tools version is 1.3.0. On Sun, Oct 3, 2010 at 10:55 PM, Tim Rice <ti...@mu...> wrote: > On Sun, 3 Oct 2010, Hooman Taherinia wrote: > > > I did build "Open SSL", "DBI", and "Open CA Tools" successfully; > configured > > the Open CA completely! But when I try to "make" Open CA,, I get stuck on > > building "Net::SSLeay::136" module saying: > > > > Building (Net::SSLeay::136) ... ERROR::Can not build module > > make[6]: *** [Net-SSLeay-1.36] Error 1 > > make[5]: *** [modules] Error 1 > > What version of OpenSSL do you have on your machine? > > -- > Tim Rice Multitalents (707) 887-1469 > ti...@mu... > > > > > ------------------------------------------------------------------------------ > Virtualization is moving to the mainstream and overtaking non-virtualized > environment for deploying applications. Does it make network security > easier or more difficult to achieve? Read this whitepaper to separate the > two and get a better understanding. > http://p.sf.net/sfu/hp-phase2-d2d > _______________________________________________ > OpenCA-Devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openca-devel > -- "Great spirits have always encountered violent opposition from mediocre minds." -- Albert Einstein |
From: Tim R. <ti...@mu...> - 2010-10-05 13:36:40
Attachments:
Net-SSLeay-1.36.patch
|
On Mon, 4 Oct 2010, Hooman Taherinia wrote: > I've tried it with OpenSSL 1.0.0a and OpenSSL 0.9.8k-7ubuntue8.1! > Do you think this is the problem? For OpenSSL 1.0.0a you will need the atached patch. Untar openca-base-1.1.0/src/ext-modules/Net-SSLeay-1.36.tar.gz, patch and tar it back up. Then try building OpenCA. > I'll try lower versions compatible with OpenCA v1.1.0; > BTW, my Open CA Tools version is 1.3.0. > > On Sun, Oct 3, 2010 at 10:55 PM, Tim Rice <ti...@mu...> wrote: > > > On Sun, 3 Oct 2010, Hooman Taherinia wrote: > > > > > I did build "Open SSL", "DBI", and "Open CA Tools" successfully; > > configured > > > the Open CA completely! But when I try to "make" Open CA,, I get stuck on > > > building "Net::SSLeay::136" module saying: > > > > > > Building (Net::SSLeay::136) ... ERROR::Can not build module > > > make[6]: *** [Net-SSLeay-1.36] Error 1 > > > make[5]: *** [modules] Error 1 > > > > What version of OpenSSL do you have on your machine? > > -- Tim Rice Multitalents (707) 887-1469 ti...@mu... |
From: Ralf H. M. <ra...@be...> - 2010-10-05 14:15:16
|
Tim Rice <ti...@mu...> wrote: > For OpenSSL 1.0.0a you will need the atached patch. > Untar openca-base-1.1.0/src/ext-modules/Net-SSLeay-1.36.tar.gz, patch > and tar it back up. Then try building OpenCA. I'd recomment for modules like SSLeay or similar always to use the ones shipped by CPAN (or apt as well). This modules are well tested to work with the corresponding openssl version and will not break your system during duplicate or incompatible module versions. Regards Ralf |
From: Tim R. <ti...@mu...> - 2010-10-05 15:25:15
|
On Tue, 5 Oct 2010, Ralf Hornik Mailings wrote: > Tim Rice <ti...@mu...> wrote: > > > For OpenSSL 1.0.0a you will need the atached patch. > > Untar openca-base-1.1.0/src/ext-modules/Net-SSLeay-1.36.tar.gz, patch > > and tar it back up. Then try building OpenCA. > > I'd recomment for modules like SSLeay or similar always to use the > ones shipped by CPAN (or apt as well). > This modules are well tested to work with the corresponding openssl > version and will not break your system during duplicate or > incompatible module versions. A good tip in the general sense. In this paticular case, http://search.cpan.org/dist/Net-SSLeay/ indicates that Net-SSLeay-1.36 is the current version. Net-SSLeay-1.36 will not build against OpenSSL 1.0.0a without patching. After much googling, I found the patch on one of the redhat mailing lists. > > Regards > Ralf -- Tim Rice Multitalents (707) 887-1469 ti...@mu... |
From: Hooman T. <ho...@gm...> - 2010-10-05 15:48:17
|
Thanks a lot; I tried lower versions of OpenSSL (0.9.7m) and it went well. Hoomant On Tue, Oct 5, 2010 at 6:55 PM, Tim Rice <ti...@mu...> wrote: > On Tue, 5 Oct 2010, Ralf Hornik Mailings wrote: > > > Tim Rice <ti...@mu...> wrote: > > > > > For OpenSSL 1.0.0a you will need the atached patch. > > > Untar openca-base-1.1.0/src/ext-modules/Net-SSLeay-1.36.tar.gz, patch > > > and tar it back up. Then try building OpenCA. > > > > I'd recomment for modules like SSLeay or similar always to use the > > ones shipped by CPAN (or apt as well). > > This modules are well tested to work with the corresponding openssl > > version and will not break your system during duplicate or > > incompatible module versions. > > A good tip in the general sense. In this paticular case, > http://search.cpan.org/dist/Net-SSLeay/ indicates that Net-SSLeay-1.36 > is the current version. Net-SSLeay-1.36 will not build against > OpenSSL 1.0.0a without patching. After much googling, I found the > patch on one of the redhat mailing lists. > > > > > Regards > > Ralf > > -- > Tim Rice Multitalents (707) 887-1469 > ti...@mu... > > > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > OpenCA-Devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openca-devel > -- "Great spirits have always encountered violent opposition from mediocre minds." -- Albert Einstein |
From: Ralf H. M. <ra...@be...> - 2010-10-05 16:18:35
|
Hooman Taherinia <ho...@gm...> wrote: > Thanks a lot; I tried lower versions of OpenSSL (0.9.7m) and it went well. You'd rather use at least 0.9.8 unless you don't need UTF8 encoded certificates. Ralf |