John A. Sullivan III a �crit :

The first thing I did was read the manuals. I came to Chapter 3 (Installation) and section 1.1, looked at all the needed Perl modules (I am a Perl ignoramus), read the section which said, "Beginning with OpenCA 0.9.2 we no longer install all foreign modules" assumed I needed to install these myself and thus installed them all. I then did my configure (with various options), make && make test. That was a catastrophe. First, Net::SSLeay wouldn't install; I had to force it. Next, testing kept failing at MIME-tools (or MIME::tools depending on who one asks, just like IO::Stringy and IO::stringy).

I soon realized that openca was installing perl modules.  So I
uninstalled using CPANPLUS all the modules I had installed with CPAN and
then tried make clean followed by make && make test.  The results are
much better but it still fails.  Now the error message is in openca-
openssl and says t/3...Failed test 20.  As ignorant as I am with perl, I
have no idea of what to do.  How do I get openca to install?


OpenCA installs some perl modules, but not all which are needed, that's for sure.

I too got stuck in this frustrating first stage for quite a long time. I
thought that all the needed software were installed and couldn't
understand why OpenCA would not start.

I'm working on Debian systems and not RedHat/Fedora but I hope that
telling you packages I had to install would help you.

$ sudo apt-get install libc6-dev
$ sudo apt-get install libssl-dev
$ sudo apt-get install postgresql
$ sudo apt-get install libslapd2-dev libldap2-dev
$ sudo apt-get install libdbd-pg-perl
$ sudo apt-get install libxml-perl
$ sudo apt-get install libintl-perl
$ sudo apt-get install libintl-xs-perl


Best regards,

--
Marc-Aur�le DARCHE
NUXEO (Paris, France)                     http://nuxeo.com/
Nuxeo Collaborative Portal Server (CPS)   http://www.cps-project.org/
Gestion de contenu web / portail collaboratif / logiciel libre



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to