Hello, I try to install OpenCA 1.2 on a Gentoo-Linux box. After some creating/editing with ebuilds is got it finally installed.
In the file /usr/bin/openca-configure (generated from src/scripts/openca-configure.in) my perl interpreter (version 5.12.2) emits a syntax error at line 8. There it reads: my $year = localtime()[5] + 1900; I fixed that to: my $year = (localtime())[5] + 1900; Using this fix i got the script configure_etc.sh running. I don't know whether this is a problem with OpenCA or with my installation. Any clue ? Regards Petric ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Openca-Users mailing list Openca-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openca-users