search for: http11

Displaying 20 results from an estimated 61 matches for "http11".

2010 Dec 03
1
ERROR: Failed to build gem native extension.
...cc -I. -I/usr/local/include/ruby-1.9.1/i686-linux -I/usr/local/include/ruby-1.9.1/ruby/backward -I/usr/local/include/ruby-1.9.1 -I. -D_FILE_OFFSET_BITS=64 -fPIC -O3 -ggdb -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -o http11.o -c http11.c http11.c: In function ?http_field?: http11.c:70: warning: format not a string literal and no format arguments http11.c:71: warning: format not a string literal and no format arguments http11.c:77: error: ?struct RString? has no member named ?ptr? http11.c:77: error: ?struct RString? h...
2006 Jul 20
6
A few minor warnings from Sun Studio 11
These come courtesy of Sun Studio 11 on Solaris 10 in case you care: "http11.c", line 54: warning: syntax error: empty declaration "http11.c", line 55: warning: syntax error: empty declaration "http11.c", line 56: warning: syntax error: empty declaration "http11.c", line 57: warning: syntax error: empty declaration "http11.c"...
2006 Apr 28
4
mongrel error on debian sarge
...bygems/custom_require.rb:21:in `require'' from /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.12.4/bin/mongrel_rails:5 Here are the compilation log while updating gem to mongrel 0.3.12.4 (ruby): Building native extensions. This could take a while... Dans le fichier inclus ? partir de http11.c:1: /usr/lib/ruby/1.8/i486-linux/ruby.h:28:21: stdlib.h : Aucun fichier ou r?pertoire de ce type /usr/lib/ruby/1.8/i486-linux/ruby.h:32:21: string.h : Aucun fichier ou r?pertoire de ce type /usr/lib/ruby/1.8/i486-linux/ruby.h:42:19: stdio.h : Aucun fichier ou r?pertoire de ce type /usr/lib/ruby...
2006 May 24
3
Mongrel install/compile problems on Ubuntu dapper
....4 (ruby) 27. mongrel 0.3.3 (ruby) 28. mongrel 0.3.2 (ruby) 29. mongrel 0.3.1 (ruby) 30. mongrel 0.3 (ruby) 31. mongrel 0.2.2 (ruby) 32. mongrel 0.2.1 (ruby) 33. mongrel 0.2.0 (ruby) 34. Cancel installation > 1 Building native extensions. This could take a while... In file included from http11.c:1: /usr/lib/ruby/1.8/i486-linux/ruby.h:28:21: error: stdlib.h: No such file or directory /usr/lib/ruby/1.8/i486-linux/ruby.h:32:21: error: string.h: No such file or directory /usr/lib/ruby/1.8/i486-linux/ruby.h:42:19: error: stdio.h: No such file or directory /usr/lib/ruby/1.8/i486-linux/ruby.h:6...
2006 May 24
8
Rails, Ubuntu dapper & Mongrel > uninitialized constant Mongrel::HttpHandler error
This on Ubuntu testing with the default ruby1.8 package, RubyForge current gems, mongrel...this look familiar to anyone?? andre@andre:~/rails_apps/depot$ mongrel_rails /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13/lib/mongrel/rails.rb:44: uninitialized constant Mongrel::HttpHandler (NameError) from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' from
2006 May 09
1
Warnings during compilation
Hello everyone ! Just wondering if it''s only me or if everyone gets these: Building native extensions. This could take a while...http11.c: In function `header_done'':http11.c:125: warning: unused variable `host''http11.c:126: warning: unused variable `port''http11.c: At top level:http11.c:26: warning: `global_interface_value'' defined but not used This is installing 0.3.12.4. Bye !--Fran?ois Beausole...
2007 Nov 18
18
mongrel and fastthread on ruby 1.9?
Is anybody testing mongrel on ruby 1.9. I just tried installing mongrel on trunk 1.9 and trunk rubygems and got this error compiling fastthread: /Users/stephen/dev/ruby/1.9_trunk/bin/ruby extconf.rb install mongrel --no-rdoc creating Makefile make gcc -I. -I/Users/stephen/dev/ruby/1.9_trunk/include/ruby-1.9/i686-darwin8.10.1 -I/Users/stephen/dev/ruby/1.9_trunk/include/ruby-1.9 -I.
2006 May 07
1
Installing on OS X
...12.4 on OS X, and had one little difficulty: I kept getting an error message saying that HTTPHandler didn''t exist, maybe it was Mongrel, I don''t remember. Turns out that there was a lot more missing than that, so it doesn''t really matter. What was happening is that http11 was not installing and the "require ''http11''" failed silently, and so the loading of mongrel.rb didn''t load completely (it stopped at that require). Http11 was not loading because there is no ''ginstall'' on my machine, it is called '&...
2006 Mar 30
25
Mongrel Web Server 0.3.12 -- Finally Out
Hello Folks, This is the long awaited (like 2 weeks) 0.3.12 release of Mongrel. This release has received heavier testing than previous releases and supports a whole raft of improvements to existing functionality plus some new stuff. For those not clued in, Mongrel is a web server written in (mostly) Ruby. Check the funny dogs and read the docs about it at http://mongrel.rubyforge.org/. The
2012 Nov 02
6
cannot load such file -- 1.9/http11
Hello, I have installed the mongrel 1.2.0-pre2 gem into my project. But when I do rake db:test:prepare I see this output : cannot load such file -- 1.9/http11 Anyone a idea how to solve this ? Roelof -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/mongrel-users/attachments/20121102/2c908445/attachment.html>
2006 Oct 13
4
Broken installation of mongrel 0.3.13.4 on Sun OS 5.9
Hi, Anyone succeeded in installing Mongrel on Sun Solaris? It looks like the installation is broken. I have started using Mongrel recently and not sure where to look when something is missing. First the file http11.so was not installed in /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib I''ve resolved that and when tried to start mongrel from the command line I received the following exception: ** Loading settings from config/mongrel_opts.conf (they override command line). ** Starting Mongr...
2006 Jun 14
0
uninitialized constant Mongrel::HttpHandler (NameError)
...d constant Mongrel::HttpHandler (NameError) from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' from /usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.12.4/bin/mongrel_rails:5 from /usr/local/bin/mongrel_rails:18 It looks like the http11.so is not getting compiled correctly, but I really have no idea what to do about it. here is the output from the gem install: Building native extensions. This could take a while... make: ./install-sh: Command not found make: *** [/usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.12.4/lib/http11...
2007 Oct 11
9
mongrel_rails not starting
os x 10.4.10 used gem to install mongrel 1.0.1. seemed to go w/o errors. "mongrel_rails start -d" spits out this error /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/http11.bundle: Failed to load /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/http11.bundle (LoadError) from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in `require'' from /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:11 from /usr/lo...
2007 Apr 20
1
Windows Server 2003 - Cygwin - Apache 2.0 - Rails 1.2.3 -- httpd.so "permission denied"
...s running as the "Local System" user and I''m starting Mongrel as "ISUser" which is an Active Directory user. When I invoke the following command: mongrel_rails start -h It returns the following error message: /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1-mswin32/lib/http11.so: Permission denied - /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1-mswin32/ lib/http11.so (LoadError) Can anyone give me any hints as to what I''m doing wrong and/or how to correct the problem? Many thanks in advance!
2006 Apr 19
8
Win32 Gem Dependencies
Yeah I just noticed that the latest mongrel gem for win32 doesn''t have the proper dependency for ''daemons''. This of course causes the require to fail. Any chance at getting this fixed for future gems? :) Thanks Josh Ferguson
2006 Jul 03
13
problem starting mongrel
Apologies for the formatting, but this is the error I get when I try to start up mongrel. The app does work under webrick, so I''m not real sure what''s going on here. Thanks for any insight into what''s going on. -j ** Starting Mongrel listening at 0.0.0.0:3000 /usr/lib/ruby/gems/1.8/gems/mongrel-0.3.13.3/lib/mongrel.rb:666:in `register'': undefined method
2007 Dec 31
7
"mongrel_rails --version" reporting 1.1.2 instead of 1.1.3
FYI. -- - Brian Gupta http://opensolaris.org/os/project/nycosug/
2009 Sep 10
2
cannot start mongrel after Snow Leopard upgrade : Wrong Architecture !!!
...to SL) Rails 2.3.4 / Ruby 1.8.7 fine with Webrick Booting WEBrick => Rails 2.3.4 application starting on http://0.0.0.0:3000 but trying to start Mongrel ( btw should be the default in dev mode when installed ?) mongrel_rails start -d /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/ http11.bundle: dlopen(/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/ bin/../lib/http11.bundle, 9): no suitable image found. Did find: (LoadError) /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/ http11.bundle: mach-o, but wrong architecture - /usr/local/lib/ruby/ gems/1.8/gems/mongrel-1.1.5...
2007 May 24
2
Mongrel problem
Hello mongrel list Does somebody know the answer to this problem when using mongrel_rails: /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require__'': no such file to load -- http11 (LoadError) from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:in `require'' from /usr/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:11 from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require__'' from /usr/lib/ruby...
2008 Apr 24
4
Pure Ruby HTTP parser
...e for trying this out. Anyway, here''s my initial hack. It''s nasty, and presently jams the entire FSM into instance-specific data. Aieee! But it more or less seems to generate similar (albeit not identical) output to the C one: http://git.rubini.us/?p=code;a=blob;f=lib/mongrel/http11_parser.rb.rl;h=508f9bd42b4aad322f357637d52576f780707a2f;hb=868732662abbf4aa571bf2f3d598152467f6f4da I''ve thought about having a Mongrel::HttpParser::FSM module to store the actual Ragel-generated state machine, and pass all ivars from the Mongrel::HttpParser to an execute method then reca...