During use of ./install, Ruby fails to compile on my RHEL 6.3 server, with a 
checkout from git.gitorious.org/gitorious/ce-installer.git.

I don't have time to troubleshoot and will give up on trying our gitorious, but 
I thought I let you guys know so you can consider hardening the install process 
in the future.

(FYI, Another requirement in my case would have been to share the web server 
with other sites and apps [WSGI in this case], and of course to share the mysql 
server.)



---
installing default objspace libraries
make[2]: Leaving directory `/usr/local/src/ruby-1.9.3-p448/ext/objspace'
make[2]: Entering directory `/usr/local/src/ruby-1.9.3-p448/ext/openssl'
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_method'
ossl_pkey_ec.c:761: warning: assignment makes pointer from integer without a 
cast
ossl_pkey_ec.c:816: error: 'EC_GROUP_new_curve_GF2m' undeclared (first use in 
this 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/local/$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 (/sbin:/bin:/usr/sbin:/usr/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.

Reply via email to