Hello everybody (or rather hello Michael) I tried to install OpenCA from the SuSE rpms (from developers/bell/suse) and encountered a bunch of difficulties and wierdnesses: - Two of the 0.9.1 rpms (RA and LDAP) require OpenCA-online which I found only for 0.9.0 - The rpms contain a bunch of perl modules that are not OpenCA specific and all OpenCA perl modules that are installed through the perl-OpenCA modules (that probably concerns anything in openca.x.x.x/modules/perl) - Some files can be found in up to 5 rpms. Check out the following command in the directory containing the rpms:
rpm -qlp *.rpm |sort|uniq -c |sort -k1r,1|less The likely culprits are OpenCA-CA, OpenCA-LDAP, OpenCA-Public, OpenCA-RA, and OpenCA-common, which each contain more than 900 files (in 0.9.1) Check that out with (bash): (for p in *.rpm; do echo -n $p ": "; rpm -qlp $p |wc -l;done)|sort -k3r now my questions are there better rpms around? can I help? how? (I don't have any .spec knowledge) Regards Alex ------------------------------------------------------- This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size! http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
