hello everyone, i have a proplem while creating new application . when i starting the WEBrick Built-in Server by writing the command ruby script/server in the directory of the project ,it''s appear to me a long Error Message it''s here : http://pastie.caboo.se/145093.txt i uses the rubygems version 1.0.1 and the rails 2.0.2 and openssl in the latest version . thnx --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
This error is stating that the openssl extension for your ruby is not present. More information is needed in order to fix this. Try remaking the openssl extension: 1. cd to the ruby distro 2. cd ext/openssl 3. ruby extconf.rb 4. make 5. [sudo] make install On Feb 4, 9:08 am, Mutati0N <mutati0n....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> hello everyone, > i have a proplem while creating new application . > when i starting the WEBrick Built-in Server by writing the command > ruby script/server in the directory of the project ,it''s appear to me > a long Error Message > it''s here :http://pastie.caboo.se/145093.txt > i uses the rubygems version 1.0.1 and the rails 2.0.2 and openssl in > the latest version . > thnx--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
thnx Reacher for solution ,but this proplem appear to me while executing ruby extconf.rb === OpenSSL for Ruby configurator ===== Checking for system dependent stuff... ==checking for t_open() in -lnsl... no checking for socket() in -lsocket... no checking for assert.h... yes === Checking for required stuff... ==checking for openssl/ssl.h... no === Checking for required stuff failed. ==Makefile wasn''t created. Fix the errors above. so how can i fix this new Proplem ???!!!! On Feb 4, 5:30 pm, Reacher <brandon.g.jo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> This error is stating that the openssl extension for your ruby is not > present. More information is needed in order to fix this. Try > remaking the openssl extension: > > 1. cd to the ruby distro > 2. cd ext/openssl > 3. ruby extconf.rb > 4. make > 5. [sudo] make install > > On Feb 4, 9:08 am, Mutati0N <mutati0n....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > hello everyone, > > i have a proplem while creating new application . > > when i starting the WEBrick Built-in Server by writing the command > > ruby script/server in the directory of the project ,it''s appear to me > > a long Error Message > > it''s here :http://pastie.caboo.se/145093.txt > > i uses the rubygems version 1.0.1 and the rails 2.0.2 and openssl in > > the latest version . > > thnx--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
It''s failing to find the openssl header file (that is, the openssl development directories are not in your path). Lets say your openssl was built into the folder /usr/local/openssl> ls /usr/local/opensslbin include lib Then you can pass this parameter to the config script:> ruby extconf.rb --with-openssl-dir=/usr/local/opensslThere are other params too like --with-openssl-include-dir, --with- openssl-lib-dir, etc On Feb 4, 11:54 am, Mutati0N <mutati0n....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> thnx Reacher for solution ,but this proplem appear to me while > executing ruby extconf.rb > === OpenSSL for Ruby configurator ==> === Checking for system dependent stuff... ==> checking for t_open() in -lnsl... no > checking for socket() in -lsocket... no > checking for assert.h... yes > === Checking for required stuff... ==> checking for openssl/ssl.h... no > === Checking for required stuff failed. ==> Makefile wasn''t created. Fix the errors above. > > so how can i fix this new Proplem ???!!!! > > On Feb 4, 5:30 pm, Reacher <brandon.g.jo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > This error is stating that the openssl extension for your ruby is not > > present. More information is needed in order to fix this. Try > > remaking the openssl extension: > > > 1. cd to the ruby distro > > 2. cd ext/openssl > > 3. ruby extconf.rb > > 4. make > > 5. [sudo] make install > > > On Feb 4, 9:08 am, Mutati0N <mutati0n....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > hello everyone, > > > i have a proplem while creating new application . > > > when i starting the WEBrick Built-in Server by writing the command > > > ruby script/server in the directory of the project ,it''s appear to me > > > a long Error Message > > > it''s here :http://pastie.caboo.se/145093.txt > > > i uses the rubygems version 1.0.1 and the rails 2.0.2 and openssl in > > > the latest version . > > > thnx- Hide quoted text - > > - Show quoted text ---~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
thnx alot aboy help me in this proplem ,i do what u said above but the problem still alive , i downloaded the last version of openssl in it''s official site in this link: http://www.openssl.org/source/openssl-0.9.8g.tar.gz ,and install the source of ruby again from the official site and install both the openssl and ruby , coz i think thats the lack of lib can be found in the source but after setup the problem still alive !!!! any other solution ?? On Feb 4, 8:09 pm, Reacher <brandon.g.jo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> It''s failing to find the openssl header file (that is, the openssl > development directories are not in your path). Lets say your openssl > was built into the folder /usr/local/openssl > > > ls /usr/local/openssl > > bin include lib > > Then you can pass this parameter to the config script: > > > ruby extconf.rb --with-openssl-dir=/usr/local/openssl > > There are other params too like --with-openssl-include-dir, --with- > openssl-lib-dir, etc > > On Feb 4, 11:54 am, Mutati0N <mutati0n....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > thnx Reacher for solution ,but this proplem appear to me while > > executing ruby extconf.rb > > === OpenSSL for Ruby configurator ==> > === Checking for system dependent stuff... ==> > checking for t_open() in -lnsl... no > > checking for socket() in -lsocket... no > > checking for assert.h... yes > > === Checking for required stuff... ==> > checking for openssl/ssl.h... no > > === Checking for required stuff failed. ==> > Makefile wasn''t created. Fix the errors above. > > > so how can i fix this new Proplem ???!!!! > > > On Feb 4, 5:30 pm, Reacher <brandon.g.jo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > This error is stating that the openssl extension for your ruby is not > > > present. More information is needed in order to fix this. Try > > > remaking the openssl extension: > > > > 1. cd to the ruby distro > > > 2. cd ext/openssl > > > 3. ruby extconf.rb > > > 4. make > > > 5. [sudo] make install > > > > On Feb 4, 9:08 am, Mutati0N <mutati0n....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > hello everyone, > > > > i have a proplem while creating new application . > > > > when i starting the WEBrick Built-in Server by writing the command > > > > ruby script/server in the directory of the project ,it''s appear to me > > > > a long Error Message > > > > it''s here :http://pastie.caboo.se/145093.txt > > > > i uses the rubygems version 1.0.1 and the rails 2.0.2 and openssl in > > > > the latest version . > > > > thnx- Hide quoted text - > > > - Show quoted text ---~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 2月5日, 上午2时09分, Reacher <brandon.g.jo...@gmail.com> wrote:> It''s failing to find the openssl header file (that is, the openssl > development directories are not in your path). Lets say your openssl > was built into the folder /usr/local/openssl > > > ls /usr/local/openssl > > bin include lib > > Then you can pass this parameter to the config script: > > > ruby extconf.rb --with-openssl-dir=/usr/local/openssl > > There are other params too like --with-openssl-include-dir, --with- > openssl-lib-dir, etc--with-openssl-include-dir does not work for me.> > On Feb 4, 11:54 am, Mutati0N <mutati0n....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > thnx Reacher for solution ,but this proplem appear to me while > > executing ruby extconf.rb > > === OpenSSL for Ruby configurator ==> > === Checking for system dependent stuff... ==> > checking for t_open() in -lnsl... no > > checking for socket() in -lsocket... no > > checking for assert.h... yes > > === Checking for required stuff... ==> > checking for openssl/ssl.h... no > > === Checking for required stuff failed. ==> > Makefile wasn''t created. Fix the errors above. > > > so how can i fix this new Proplem ???!!!! > > > On Feb 4, 5:30 pm, Reacher <brandon.g.jo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > This error is stating that the openssl extension for your ruby is not > > > present. More information is needed in order to fix this. Try > > > remaking the openssl extension: > > > > 1. cd to the ruby distro > > > 2. cd ext/openssl > > > 3. ruby extconf.rb > > > 4. make > > > 5. [sudo] make install > > > > On Feb 4, 9:08 am, Mutati0N <mutati0n....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > hello everyone, > > > > i have a proplem while creating new application . > > > > when i starting the WEBrick Built-in Server by writing the command > > > > ruby script/server in the directory of the project ,it''s appear to me > > > > a long Error Message > > > > it''s here :http://pastie.caboo.se/145093.txt > > > > i uses the rubygems version 1.0.1 and the rails 2.0.2 and openssl in > > > > the latest version . > > > > thnx- Hide quoted text - > > > - Show quoted text ---~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
I think --with* options need to get passed to the toplevel ruby ./ configure script. Then run the make and the openssl extension should build. Check the notes in this thread http://www.groupsrv.com/computers/about65075.html On Mar 12, 4:51 am, HoLin <holin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 2月5日, 上午2时09分, Reacher <brandon.g.jo...@gmail.com> wrote: > > > It''s failing to find the openssl header file (that is, the openssl > > development directories are not in your path). Lets say your openssl > > was built into the folder /usr/local/openssl > > > > ls /usr/local/openssl > > > bin include lib > > > Then you can pass this parameter to the config script: > > > > ruby extconf.rb --with-openssl-dir=/usr/local/openssl > > > There are other params too like --with-openssl-include-dir, --with- > > openssl-lib-dir, etc > > --with-openssl-include-dir does not work for me. > > > > > > > On Feb 4, 11:54 am, Mutati0N <mutati0n....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > thnx Reacher for solution ,but this proplem appear to me while > > > executing ruby extconf.rb > > > === OpenSSL for Ruby configurator ==> > > === Checking for system dependent stuff... ==> > > checking for t_open() in -lnsl... no > > > checking for socket() in -lsocket... no > > > checking for assert.h... yes > > > === Checking for required stuff... ==> > > checking for openssl/ssl.h... no > > > === Checking for required stuff failed. ==> > > Makefile wasn''t created. Fix the errors above. > > > > so how can i fix this new Proplem ???!!!! > > > > On Feb 4, 5:30 pm, Reacher <brandon.g.jo...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > This error is stating that the openssl extension for your ruby is not > > > > present. More information is needed in order to fix this. Try > > > > remaking the openssl extension: > > > > > 1. cd to the ruby distro > > > > 2. cd ext/openssl > > > > 3. ruby extconf.rb > > > > 4. make > > > > 5. [sudo] make install > > > > > On Feb 4, 9:08 am, Mutati0N <mutati0n....-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > hello everyone, > > > > > i have a proplem while creating new application . > > > > > when i starting the WEBrick Built-in Server by writing the command > > > > > ruby script/server in the directory of the project ,it''s appear to me > > > > > a long Error Message > > > > > it''s here :http://pastie.caboo.se/145093.txt > > > > > i uses the rubygems version 1.0.1 and the rails 2.0.2 and openssl in > > > > > the latest version . > > > > > thnx- Hide quoted text - > > > > - Show quoted text -- Hide quoted text - > > - Show quoted text ---~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---