Hi,

when I try to install OpenCA from source under Ubuntu 9.10, make and all
works fine but when I try to run the config-script or openca itself I always
get a Perl error.


> sudo /opt/openca/etc/openca/configure_etc.sh
> /usr/bin/perl: symbol lookup error:
> /opt/openca/lib/openca/perl_modules/perl5/i486-linux-gnu-thread-multi/auto/Digest/SHA1/SHA1.so:
> undefined symbol: Perl_Tstack_sp_ptr


After some googleling I found that it is apparently a problem with Perl
versions 5.08 vs 5.10 -- Perl_T### was renamed to Perl_I### between 5.08 and
5.10, so the correct 5.10 call would be Perl_Istack_sp_Ptr...

Is there maybe an updated version of OpenCA planed? Else I would either try
to install a downgraded perl as well and change the shebangs accordingly or
try to replace all Perl_T### by Perl_I###, but I am not sure which is
easier/better... ;)

Cheers & Thanks for any ideas,
  Chuck
-- 
View this message in context: 
http://old.nabble.com/OpenCA-with-Ubuntu-9.10%3A-Perl_Tstack_sp_ptr-error-tp26928223p26928223.html
Sent from the openca-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Openca-Users mailing list
Openca-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to