Michael,

I'm having trouble with the lastest snapshot from openca
(pre-openca-0.9.1-RC7.tar.gz 12192002). First, I run configure with this
options:

./configure \
  --prefix=/usr/local/openca-ca \
  --enable-ocspd=yes \
  --enable-update-ldap-automatic=yes \
  --enable-send-mail-automatic=yes \
  --enable-db=no \
  --enable-dbi=yes \
  --enable-rbac=yes \
  --with-openssl-prefix=/usr/local/ssl \
  --with-openca-user=root \
  --with-openca-group=wheel \
  --with-web-host=www.test.com.br \
  --with-hierarchy-level=ca \
  --with-httpd-user=www \
  --with-httpd-group=www \
  --with-dist-user=openca \
  --with-dist-group=openca \
  --with-ca-organization="XYZ" \
  --with-ca-locality="SP" \
  --with-ca-country="BR" \
  --with-ldap-port=389 \
  --with-ldap-root="cn=Manager,o=xyz,c=BR" \
  --with-ldap-root-pwd="secret" \
  --with-sendmail=/usr/sbin/sendmail \
  --with-module-prefix=/usr/local/openca/modules \
  --with-db-type=mysql \
  --with-db-name=openca \
  --with-db-host=localhost \
  --with-db-port=3306 \
  --with-db-user=openca \
  --with-db-passwd="opencadpf" \
  --with-service-mail-account="[EMAIL PROTECTED]"

Everything is fine. Then, when I run make ca I receive this error message.

pki# make ca
cd docs && make
cd src && make
cd common && make
cd etc && make
cd lib && make
"Makefile", line 18: Unassociated shell command "servers"
make: fatal errors encountered -- cannot continue
*** Error code 1

Stop in /usr/home/root/fnt/openca-0.9.1/src/common.
*** Error code 1

Stop in /usr/home/root/fnt/openca-0.9.1/src.
*** Error code 1

Stop in /usr/home/root/fnt/openca-0.9.1.

So, I edit the file src/common/lib/Makefile and I comment the line with
servers parameters and I try run make ca again. Now, I receive this error
message:

pki# make ca
cd docs && make
cd src && make
cd common && make
cd etc && make
cd lib && make
cd cmds && make
cd functions && make
cd locale && make
cd de_DE && make
cd es_ES && make
cd var && make
cd crypto && make
cd mail && make
cd modules && make
make MIME-Base64-2.12    Convert-ASN1-0.15       Digest-MD5-2.20
gettext-1.01            IO-Socket-SSL-0.81      URI-1.19
perl-ldap-0.25          Parse-RecDescent-1.80   X500-DN-0.27
openca-configuration    openca-crl           openca-db
openca-dbi              openca-openssl          openca-pkcs7
openca-req              openca-tools          openca-tristatecgi
openca-x509
make: don't know how to make %:. Stop
*** Error code 2

Stop in /usr/home/root/fnt/openca-0.9.1/src/modules.
*** Error code 1

Stop in /usr/home/root/fnt/openca-0.9.1/src.
*** Error code 1

Stop in /usr/home/root/fnt/openca-0.9.1.

Then, I untar 3rd party modules in src/modules and I comment these lines
below from src/modules/Makefile
#$(MODULES.pm.3rd-party)::      %:      %.tar.gz
#               $(GZIP) -d -c $< | $(TAR) Bxvf -

Now, I receive this error message below:

pki# make
cd docs && make
cd src && make
cd common && make
cd etc && make
cd lib && make
cd cmds && make
cd functions && make
cd locale && make
cd de_DE && make
cd es_ES && make
cd var && make
cd crypto && make
cd mail && make
cd modules && make
make MIME-Base64-2.12    Convert-ASN1-0.15       Digest-MD5-2.20
gettext-1.01            IO-Socket-SSL-0.81      URI-1.19
perl-ldap-0.25          Parse-RecDescent-1.80   X500-DN-0.27
openca-configuration    openca-crl           openca-db
openca-dbi              openca-openssl          openca-pkcs7
openca-req              openca-tools          openca-tristatecgi
openca-x509
make MIME-Base64-2.12/Makefile MODULE=MIME-Base64-2.12
`MIME-Base64-2.12/Makefile' is up to date.
cd MIME-Base64-2.12 && make
chmod: blib/lib/MIME: No such file or directory
*** Error code 1 (ignored)
cp QuotedPrint.pm blib/lib/MIME/QuotedPrint.pm
Warning: AutoSplit had to create top-level blib/lib/auto unexpectedly.
AutoSplit: Can't open blib/lib/MIME/QuotedPrint.pm: No such file or
directory
*** Error code 2

Stop in /usr/home/root/fnt/openca-0.9.1/src/modules/MIME-Base64-2.12.
*** Error code 1

Stop in /usr/home/root/fnt/openca-0.9.1/src/modules.
*** Error code 1

Stop in /usr/home/root/fnt/openca-0.9.1/src/modules.
*** Error code 1

Stop in /usr/home/root/fnt/openca-0.9.1/src.
*** Error code 1

Stop in /usr/home/root/fnt/openca-0.9.1.

Michael, could you simulate a installation on a FreeBSD machine ?!? I'm
using OpenSSL 0.9.7-beta5  5 Dec 2002 and perl5 (revision 5.0 version 8
subversion 0).

Thanks in advance,

Best Regards,

Marco

_______________________________________________________________________
Busca Yahoo!
O melhor lugar para encontrar tudo o que voc� procura na Internet
http://br.busca.yahoo.com/


-------------------------------------------------------
This SF.NET email is sponsored by: Geek Gift Procrastinating?
Get the perfect geek gift now!  Before the Holidays pass you by.
T H I N K G E E K . C O M      http://www.thinkgeek.com/sf/
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to