Slim CHTOUROU schrieb: > > Yes I did'nt understand the former email because the subdirectory > src/modules/openssl-openca is under the /downloaded/openssl-snap-......then I > did'nt understand where is the directory scr/modules/openssl-openca??
My mistake, the directory is src/modules/openca-openssl/. 1. If you put the unzipped module in this directory (from your old installation) then you must simply use "make; make install". Don't use "perl Makefile.PL" because we set several variables when we create the Makefile. 2. If you know where the module OpenSSL.pm is installed in your system (e.g. find some_path -name "OpenSSL.pm" -print) then you should put it directly on this position. (make; make install do nothing else) Now you must only change issueCertificate (set the DEBUG-switch). Michael -- ------------------------------------------------------------------- Michael Bell Email (private): [EMAIL PROTECTED] Rechenzentrum - Datacenter Email: [EMAIL PROTECTED] Humboldt-University of Berlin Tel.: +49 (0)30-2093 2482 Unter den Linden 6 Fax: +49 (0)30-2093 2959 10099 Berlin Germany http://www.openca.org _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
