On Mon, Feb 05, 2007, Aaron Barnes wrote: > > Let me preface first by saying I did see some previous users had this > problem also. I've even gone so far as to completely wipe the system > and start fresh only to have the same issue. > > Running a FreeBSD 6.2 server with OpenSSL 0.9.8d. After I do the > installation, I execute the CA.pl -newca option. After I enter the > information, it gives me the "unknown option -create_serial" error. > > I'm using the root account on this machine to keep it simple, which > defaults to csh. By default the openssl installation has placed it in > the /usr/local/ssl directory, so I added /usr/local/ssl/misc to the PATH > in .cshrc and still receive the same error. > > Any suggestions?
I'd say that the version of CA.pl you are using is newer than the version of OpenSSL it calls. The -create_serial option was first added to OpenSSL 0.9.8 so if OpenSSL 0.9.7 or earlier precedes it on your PATH that will cause that error. Do a: openssl version and fix the PATH so you get 0.9.8d. Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Funding needed! Details on homepage. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]