On Tuesday, December 3, 2013 4:22:27 PM UTC-5, [email protected] wrote: > On Monday, December 2, 2013 5:11:47 AM UTC+1, George Slavov wrote: > > I had a look at this project a few weeks ago and then decided to wait for > > v3.0 of the community installer. > > > > Now after attempting to install it on both CentOS 6.4 and 6.5 it fails with > > the same error while compiling SSL support for ruby. > > Can you provide the actual error? Maybe you're missing ssl-devel package (I > assume it should've been installed via installer already but maybe for some > reason it wasn't?). > > Cheers > > # Piotr
compiling ossl_pkey_ec.c ossl_pkey_ec.c: In function âossl_ec_group_initializeâ: ossl_pkey_ec.c:761: warning: implicit declaration of function âEC_GF2m_simple_me thodâ ossl_pkey_ec.c:761: warning: assignment makes pointer from integer without a cas t ossl_pkey_ec.c:816: error: âEC_GROUP_new_curve_GF2mâ undeclared (first use in th is function) ossl_pkey_ec.c:816: error: (Each undeclared identifier is reported only once ossl_pkey_ec.c:816: error: for each function it appears in.) make[2]: *** [ossl_pkey_ec.o] Error 1 make[2]: Leaving directory `/usr/local/src/ruby-1.9.3-p448/ext/openssl' make[1]: *** [ext/openssl/all] Error 2 make[1]: Leaving directory `/usr/local/src/ruby-1.9.3-p448' make: *** [build-ext] Error 2 !!! Compiling ruby 1.9.3-p448 failed! Setting up chruby... for dir in `find etc lib bin sbin share -type d 2>/dev/null`; do mkdir -p /usr/l ocal/$dir; done for file in `find etc lib bin sbin share -type f 2>/dev/null`; do cp $file /usr/ local/$file; done mkdir -p /usr/local/share/doc/chruby-0.3.6 cp -r *.md *.txt /usr/local/share/doc/chruby-0.3.6/ Ruby 1.9.3 installed, ready on next login/new shell. Make sure we are using the proper Ruby version... chruby: unknown Ruby: 1.9.3-p448 Installing Puppet... which: no puppet in (/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin: /bin:/usr/sbin:/usr/bin:/root/bin) install-puppet.sh: line 16: gem: command not found Running rest of installation (with correct, newly installed Ruby)... Applying Puppet recipe (will take a while, please be patient)... ./apply_and_finalize.sh: line 12: ruby: command not found Installation failed. -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] --- You received this message because you are subscribed to the Google Groups "Gitorious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
