Hi All-

I'm not sure if I've found a bug in the code or if there is an
incompatibility, but can anyone comment on this?

i386/OpenBSD3.5 (most current)
/usr/local/src/OpenCA/openca-0.9.2-RC6 # gcc -v
Reading specs from /usr/lib/gcc-lib/i386-unknown-openbsd3.5/2.95.3/specs
gcc version 2.95.3 20010125 (prerelease, propolice)

Configure line from the Cookbook with a couple of additions:

./configure  \
 --prefix=/usr/local/openra \
 --with-httpd-user=www  \
 --with-httpd-group=www  \
 --with-openca-prefix=/usr/local/openra/openca  \
 --with-etc-prefix=/usr/local/openra/openca/etc  \
 --with-httpd-fs-prefix=/usr/local/openra/httpd  \
 --with-module-prefix=/usr/local/openra/modules  \
 --with-node-prefix=ra-node  \
 --with-engine=no  \
 --with-web-host=mandible  \
 --enable-ocspd  \
 --enable-dbi  \
 --enable-rbac  \
 --with-hierarchy-level=ra\
 --with-openca-user=_openca\
 --with-openca-group=_openca\
 --with-openssl-prefix=/usr/sbin/openssl\
 --with-openldap-prefix=/usr/local/lib

make fails with:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LC_ALL = "de_AT",
        LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LC_ALL = "de_AT",
        LANG = (unset)
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
Manifying blib/man3/OpenCA::XML::Cache.3p
Use of uninitialized value in string eq at /usr/libdata/perl5/Pod/Man.pm
line 418.
Use of uninitialized value in string eq at /usr/libdata/perl5/Pod/Man.pm
line 419.
cd openca-sv && make
Making all in src
source='apps.c' object='apps.o' libtool=no  depfile='.deps/apps.Po'
tmpdepfile='.deps/apps.TPo'  depmode=gcc /bin/sh ../build/depcomp  gcc
-DPACKAGE_VERSION=\"1.0.1\\x0\" -I. -I. -I../include 
-I/usr/sbin/openssl/include     -g -O2 -c `test -f 'apps.c' || echo
'./'`apps.c
apps.c: In function `load_engine':
apps.c:1036: syntax error before `*'
apps.c:1037: `e' undeclared (first use in this function)
apps.c:1037: (Each undeclared identifier is reported only once
apps.c:1037: for each function it appears in.)
*** Error code 1

Stop in /usr/local/src/OpenCA/openca-0.9.2-RC6/src/openca-sv/src.
*** Error code 1

Stop in /usr/local/src/OpenCA/openca-0.9.2-RC6/src/openca-sv (line 293
of Makefile).
*** Error code 1

Stop in /usr/local/src/OpenCA/openca-0.9.2-RC6/src (line 35 of
Makefile).
*** Error code 1

Stop in /usr/local/src/OpenCA/openca-0.9.2-RC6 (line 87 of Makefile).
/usr/local/src/OpenCA/openca-0.9.2-RC6 #

TIA.

-Kevin

PS. My perl is:
/usr/local/src/OpenCA/openca-0.9.2-RC6 # perl -v

This is perl, v5.8.2 built for i386-openbsd

Copyright 1987-2003, Larry Wall

Perl may be copied only under the terms of either the Artistic License
or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'.  If you have access to
the
Internet, point your browser at http://www.perl.com/, the Perl Home
Page.






-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to