Hello Johnny,

Thank you for your help. I started it over and did
> ./configure --myoptions
then
> make
but now it gave me
......(it was doing OK until)....
Writing Makefile for OpenCA::XML::Cache
cp Cache.pm blib/lib/OpenCA/XML/Cache.pm
cp Cache.pod blib/lib/OpenCA/XML/Cache.pod
Manifying blib/man3/OpenCA::XML::Cache.3
cd openca-sv && make 
Making all in src
mksh: Fatal error in reader: = missing from
replacement macro reference
Current working directory
/u/jlee/openca/openca-0.9/src/openca-sv/src
*** Error code 1
make: Fatal error: Command failed for target
`all-recursive'
Current working directory
/u/jlee/openca/openca-0.9/src/openca-sv
*** Error code 1
make: Fatal error: Command failed for target
`openca-sv'
Current working directory
/u/jlee/openca/openca-0.9/src
*** Error code 1
make: Fatal error: Command failed for target `src' 

Here is my configuration file:

#!/bin/bash
PREFIX=$1
VER=0.9

if [ -z "${PREFIX}" ] ; then
        PREFIX=/u/jlee/openca/openca-${VER}
fi

## using gnu
export CONFIG_SHELL=/bin/bash
export INSTALL=/u/jlee/openca/openca-0.9/install-sh
export MAKE=/usr/ccs/bin/make
export PERL=/bin/perl
export CC=gcc

## ocspd doesn't work on Solaris - problem with
/usr/include/resolv.h
## don't set --disable-ocspd this ENABLES the OCSPD
!!!

cd /u/jlee/openca/openca-0.9
./configure \
  --prefix=${PREFIX} \
  --with-httpd-user=jlee \
  --with-httpd-group=npo \
  --with-openca-user=jlee \
  --with-openca-group=npo \
  --with-openca-prefix=${PREFIX}/openca \
  --with-etc-prefix=${PREFIX}/openca/etc \
  --with-httpd-fs-prefix=${PREFIX}/httpd \
  --with-module-prefix=${PREFIX}/modules \
  --with-openssl-prefix=/u/jlee/ssl \
  --with-engine=no \
  --with-ca-organization="Test Division" \
  --with-ca-country=US \
  --with-ldap-port=389 \
  --with-ldap-root="cn=OpenCA Manager,o=Test
Division,c=US" \
  --with-ldap-root-pwd="openca" \
  --with-db-type=mysql \
  --with-db-name=openca \
  --with-db-host=localhost \
  --with-db-port=3306 \
  --with-db-user=openca \
  --with-db-passwd="openca" \
  --with-hierarchy-level=ca \
  --with-service-mail-account="[EMAIL PROTECTED]"
\
  --with-web-host=localhost \
  --with-hierarchy-level=pub

Do you see any other problems?

Thank you again.
Joe 

--- Johnny Gonzalez <[EMAIL PROTECTED]> wrote:
> I'm not sure if this is the reason, but after doing:
> 
> ./configure --youroptions
> 
> you must do:
> 
> make
> 
> and then:
> 
> make install-ca
> 
> As you say you didn't made the command "make".
> 
> Johnny
> 
>  --- Joseph Lee <[EMAIL PROTECTED]> escribi�: >
> Hello All,
> > 
> > I am new to OpenCA and I am trying to install the
> > software on my Sun/Solaris machine. 
> > 
> > I downloaded openca-0.9.1-7.tar.gz and did:
> > > gzip -dc openca-0.9.1-7.tar.gz | tar xf -
> > tar: directory checksum error
> > 
> > So I downloaded another file:
> > OpenCA-SNAP-20031219.tar.gz
> > > gzip -dc OpenCA-SNAP-20031219.tar.gz | tar xf -
> > it did not give me any problem. Is this the right
> > tar
> > file to use?
> > 
> > After that, I read openca-0.9/INSTALL and the
> > configuration examples in openca-0.9/configs. Then
> I
> > made modifications to configuration.default and
> was
> > able to run openca-0.9/configure with my options.
> > 
> > Then I did
> > > make install-ca
> > it complained about "openssl.cnf does not exist.",
> > but
> > I noticed that the following two files exist:
> > ./openca-0.9/src/common/etc/openssl/openssl.cnf
> > ./openca-0.9/contrib/openssl/openssl.cnf
> > 
> > I also have openssl.cnf under my previously
> > installed
> > openssl directory, which is pointed by
> > "--with-openssl-prefix" option.
> > 
> > Thank you for your help.
> > Joe Lee
> > 
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! Mail SpamGuard - Read only the mail you
> want.
> > http://antispam.yahoo.com/tools
> > 
> > 
> >
>
-------------------------------------------------------
> > SF.Net is sponsored by: Speed Start Your Linux
> Apps
> > Now.
> > Build and deploy apps & Web services for Linux
> with
> > a free DVD software kit from IBM. Click Now!
> >
>
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> > _______________________________________________
> > Openca-Users mailing list
> > [EMAIL PROTECTED]
> >
>
https://lists.sourceforge.net/lists/listinfo/openca-users
> 
> 
> ___________________________________________________
> Yahoo! Messenger - Nueva versi�n GRATIS
> Super Webcam, voz, caritas animadas, y m�s...
> http://messenger.yahoo.es
> 
> 
>
-------------------------------------------------------
> SF.Net is sponsored by: Speed Start Your Linux Apps
> Now.
> Build and deploy apps & Web services for Linux with
> a free DVD software kit from IBM. Click Now!
>
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
> _______________________________________________
> Openca-Users mailing list
> [EMAIL PROTECTED]
>
https://lists.sourceforge.net/lists/listinfo/openca-users


__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to