El domingo, 15 de abril de 2012 13:42:53 UTC+2, Ruby-Forum.com User
escribió:>
> I am using Fedora 16 fresh install, latest upgrades, I have gcc, gems,
> libv8, make, bundler etc installed.
> This error has me tossed.I''ve googled for hours and not found a
> resolution.
>
> firefox localhost:3000/blog displays: Unable to connect.
> Permissions on /ror_apps/blog are 777
>
> Please can someone point me to what is wrong?
> Thanks in advance.
>
> ERROR: Error installing therubyracer:
> ERROR: Failed to build gem native extension.
>
> /usr/bin/ruby extconf.rb
> creating Makefile
>
> make
> g++ -I.
>
>
-I/usr/lib/ruby/gems/1.8/gems/libv8-3.3.10.4-x86_64-linux/lib/libv8/v8/include
> -I/usr/lib64/ruby/1.8/x86_64-linux -I/usr/lib64/ruby/1.8/x86_64-linux
> -I. -Wall -g -rdynamic -fPIC -O2 -g -pipe -Wall
> -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
> --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing
> -fPIC -c v8_v8.cpp
> make: g++: Command not found
> make: *** [v8_v8.o] Error 127
>
> --
> Posted via http://www.ruby-forum.com/.
>
Looks like you need to install g++: ''sudo yum install gcc-c++''
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/rubyonrails-talk/-/hM3g6rP8g-sJ.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.