I just installed RC6 on openbsd again, being very careful about
configure commands, using egcc (gcc 3.3.2), Makefile.global-vars, and
using gmake vice make.

This time, after the install-online and install-offline commands, I see
the following in the etc files:

/usr/local/openra/OpenCA/etc # ls -al /usr/local/openra/OpenCA/etc
total 84
drwxr-xr-x  21 www      www      512 Sep 16 20:10 .
drwxr-xr-x   5 root     wheel    512 Sep 16 20:11 ..
drwxr-xr-x   7 www      www      512 Sep 16 20:13 access_control
drw-r--r--   2 _openca  _openca  512 Sep 16 20:10 backup.xml.template
drwxr-xr-x   6 www      www      512 Sep 16 20:10 bp
drw-r--r--   2 _openca  _openca  512 Sep 16 20:10 config.xml
drwxr-xr-x   2 _openca  _openca  512 Sep 16 20:10 configure_etc.sh
drwxr-xr-x   4 www      www      512 Sep 16 20:10 database
drwxr-xr-x   2 www      www      512 Sep 16 20:10 init.d
drw-r--r--   2 _openca  _openca  512 Sep 16 20:10 ldap.xml.template
drw-r--r--   2 _openca  _openca  512 Sep 16 20:10 loa.xml
drw-r--r--   2 _openca  _openca  512 Sep 16 20:10 log.xml
drw-r--r--   2 _openca  _openca  512 Sep 16 20:10 menu.xml.template
drwxr-xr-x   2 _openca  _openca  512 Sep 16 20:10 openca_rc
drwxr-xr-x   2 _openca  _openca  512 Sep 16 20:10 openca_start.template
drwxr-xr-x   2 _openca  _openca  512 Sep 16 20:10 openca_stop.template
drwxr-xr-x   7 www      www      512 Sep 16 20:10 openssl
drwxr-xr-x   6 www      www      512 Sep 16 20:10 rbac
drwxr-xr-x   2 www      www      512 Sep 16 20:10 scep
drwxr-xr-x   7 www      www      512 Sep 16 20:13 servers
drw-r--r--   2 _openca  _openca  512 Sep 16 20:10 token.xml
/usr/local/openra/OpenCA/etc # ls -al /usr/local/openca/OpenCA/etc
total 84
drwxr-xr-x  21 www      www      512 Sep 16 20:41 .
drwxr-xr-x   5 root     wheel    512 Sep 16 20:42 ..
drwxr-xr-x   5 www      www      512 Sep 16 20:43 access_control
drw-r--r--   2 _openca  _openca  512 Sep 16 20:41 backup.xml.template
drwxr-xr-x   6 www      www      512 Sep 16 20:41 bp
drw-r--r--   2 _openca  _openca  512 Sep 16 20:41 config.xml
drwxr-xr-x   2 _openca  _openca  512 Sep 16 20:41 configure_etc.sh
drwxr-xr-x   4 www      www      512 Sep 16 20:41 database
drwxr-xr-x   2 www      www      512 Sep 16 20:41 init.d
drw-r--r--   2 _openca  _openca  512 Sep 16 20:41 ldap.xml.template
drw-r--r--   2 _openca  _openca  512 Sep 16 20:41 loa.xml
drw-r--r--   2 _openca  _openca  512 Sep 16 20:41 log.xml
drw-r--r--   2 _openca  _openca  512 Sep 16 20:41 menu.xml.template
drwxr-xr-x   2 _openca  _openca  512 Sep 16 20:41 openca_rc
drwxr-xr-x   2 _openca  _openca  512 Sep 16 20:41 openca_start.template
drwxr-xr-x   2 _openca  _openca  512 Sep 16 20:41 openca_stop.template
drwxr-xr-x   7 www      www      512 Sep 16 20:41 openssl
drwxr-xr-x   6 www      www      512 Sep 16 20:41 rbac
drwxr-xr-x   2 www      www      512 Sep 16 20:41 scep
drwxr-xr-x   5 www      www      512 Sep 16 20:43 servers
drw-r--r--   2 _openca  _openca  512 Sep 16 20:41 token.xml

Notice that config.xml and configure_etc.sh are directories!  Not
regular files!

In fact, every file in each of those directories is a subdirectory, not
a regular file.

I guess this must have happened because I replaced the "-D" option to
install in the Makefile.global-vars file with "-d".  I did this because
OpenBSD /usr/bin/install has no "-D" option.  And there is apparently no
analogue of that option at all in OpenBSD install.

Michael, you said that you got OpenCA to install on OpenBSD (apparently
using OpenBSD gcc (2.95) vice egcc (3.3?), but did you manage to create
the node directory structures from scratch with these installs or did
the install steps just copy files into a directory structure that was
pre-existing?  If the former, how did you do it?  When I try it (without
the -d option to install), I get make install-online and make
install-offline failing with many errors about not being able to copy
files into non-existing directories (this is what -D does for you on
Linux, but as I said, there is no such option for OpenBSD install and -d
apparently just causes all files to be made into directories---also not
what I want).

I'm at a loss here on how to proceed.  Reinstalling with the "-d" option
removed from the INSTALL options in Makefile.global-vars doesn't help
either.

Anyone?

-Kevin




-------------------------------------------------------
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. 24. 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