Hi, I'm trying to install the latest snapshot on a CentOS 5.0 x86_64 with the latest updates. I installed the perl bundle onto the default 5.8.8 perl install along with the following required modules:
perl -MCPAN -e 'install Bundle::OpenXPKI' perl -MCPAN -e 'install DateTime' perl -MCPAN -e 'install Workflow' perl -MCPAN -e 'install DateTime::Format::DateParse' perl -MCPAN -e 'install Locale::TextDomain' ---- Force install of Locale::TextDomain since failing on 02macintosh.t test bash# cpan cpan> force install Locale::TextDomain cpan> exit ---- YAML -- perl -MCPAN -e 'install Test::Base' perl -MCPAN -e 'install Devel::Trace' perl -MCPAN -e 'install YAML::Perl' But I am lost to solve this problem during make (I tried with perl 5.10.0 as well): [r...@pki OpenXPKI-0.9.1386]# make gcc -c -I. -I/usr/include -O2 -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -DVERSION=\"0.9.1386\" -DXS_VERSION=\"0.9.1386\" -fPIC "-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE" OpenXPKI.c OpenXPKI.xs:14:24: error: openssl/ec.h: No such file or directory OpenXPKI/Crypto/Backend/OpenSSL/XS/PKCS10.xs: In function ?XS_OpenXPKI__Crypto__Backend__OpenSSL__PKCS10_pubkey?: OpenXPKI/Crypto/Backend/OpenSSL/XS/PKCS10.xs:201: warning: implicit declaration of function ?EC_KEY_print? OpenXPKI/Crypto/Backend/OpenSSL/XS/PKCS10.xs:201: error: ?union <anonymous>? has no member named ?ec? OpenXPKI/Crypto/Backend/OpenSSL/XS/X509.xs: In function ?XS_OpenXPKI__Crypto__Backend__OpenSSL__X509_pubkey?: OpenXPKI/Crypto/Backend/OpenSSL/XS/X509.xs:282: error: ?union <anonymous>? has no member named ?ec? make: *** [OpenXPKI.o] Error 1 perl -MCPAN -e 'install YAML::Perl' Anyhelp is greatly appreciated! Ben ------------------------------------------------------------------------------ Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB _______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
