|
From: Tomas G. <to...@pr...> - 2004-05-25 09:33:18
|
Oh, we haven't tried on FreeBSD. If you can't run ca.sh manually it's probably due to some differences in the shell-handling. On Linux with bash the line 'IFS=' on the top makes arguments such as "C=SE, O=Foo, CN=Foo" be counted as ONE argument instead of beeing split by the shell at the spaces. My best guess is that there is some shell issue like this on FreeBSD. Cheers, Tomas Ken Gunderson wrote: >Hello: > >Ejbca looks very cool, but getting it installed is driving me nuts... >Using latest beta3, but install.sh still hangs. Looks liks ca.sh is >not doing it's bit and then install.sh rolls to setadmin w/o requisite >work having been done. > >Platform is FreeBSD5.2.1, JBoss3.2, MySQL4.0. No compile errors or >errors in the logs. Just some verbiage to stdout when I try to run >install.sh: > >The installation will now start, please wait ..... > > >Usage: CA info | init | listcas | makeroot | getrootcert | makereq | >recrep | processreq | createcr crl | rolloverroot | rolloversub | >listexpired | exportprofiles | importprofiles > > >Setup of Administration Web Interface have started, this will take a >minute to complete .... > >If I try to just run the ca.sh script manually, I get same Usage >advisory. > > > |