On Thu, 11 Mar 2004, chris Guenther wrote: > after compiling and installing Openca 0.9.2 with > make install-ext I discovered that there is no > such file like config.xml nor the configure_etc > shellscript. Can I just copy over the ones from my > CA? Or did I do something wrong?
I suppose you issued 'make -n install-ext' beforehand. That unfortunately creates the directory tree, which then prevents 'make install-ext' to install the files there. If that's the case then remove the installed directory tree and issue 'make install' again. Best regards, Jozsef -- E-mail : [EMAIL PROTECTED], [EMAIL PROTECTED] PGP key: http://www.kfki.hu/~kadlec/pgp_public_key.txt Address: KFKI Research Institute for Particle and Nuclear Physics H-1525 Budapest 114, POB. 49, Hungary ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
