search for: lruby

Displaying 20 results from an estimated 131 matches for "lruby".

Did you mean: ruby
2006 Jul 27
2
more on file upload
...d module ? I''d like > to > > start > > > > off by trying to use those. > > > > > > > > thanks > > > > > > > > -- > > > > gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o > > > > -lruby-static -ldl -lcrypt -lm -o ruby > > > > Everyone is trying their hardest to do their job but management has > set > > it > > > > up so that it''s impossible. > > > > Take the control over your money, track your expenses > > http://justbud...
2012 Jun 29
4
[PATCH libguestfs 0/3] Fix configure script detection of Ruby.
These three patches ought to fix configure script detection of Ruby, especially on Debian where the Ruby C extensions library can be something like '-lruby1.8'. Rich.
2006 Jul 24
18
difference between running unabridged
...`run'' [Mon Jul 24 15:50:18 2006] [error] [client 192.168.11.100] \tfrom /home/mathieu/mv/rf/public/diary.cgi:341 [Mon Jul 24 15:50:18 2006] [error] [client 192.168.11.100] Premature end of script headers: diary.cgi -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- next part -------------- An HTML attachment was scrub...
2006 Jul 25
4
about PATH_INFO and FastCGI
...nt in Apache, or Camping needs to cut PATH_INFO from SCRIPT_FILENAME. also, I quickly saw a reference about FILEPATH_INFO, I''m not sure what is the difference. or if we can use it. /me back to work..... tanoshimi ne -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- next part -------------- An HTML attachment was scrub...
2006 Jul 26
10
get/post bug
I''m not sure if its a bug in the blog example or in the framework but each time I hit edit, both get and post get called, no matter of the actual http method. anyone encounter that bug? -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- next part -------------- An HTML attachment was scrub...
2006 Aug 01
6
warning and errors
...uperclass mismatch for class NotFound Exception `TypeError'' at /usr/rubyonrails//lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:143 - (eval):542: superclass mismatch for class NotFound -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- next part -------------- An HTML attachment was scrub...
2006 Jan 14
6
Error installing Rails/FastCGI/Apache2
...cgi... -------------------- no "i386-redhat-linux-gcc -o conftest -I. -I/usr/lib/ruby/1.8/i386-linux -I/usr/local/fcgi/include -O0 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables -Wall -fPIC conftest.c -L"/usr/lib" -lruby-static -lfcgi -ldl -lcrypt -lm -lc" conftest.c: In function ''t'': conftest.c:4: warning: implicit declaration of function ''FCGX_Accept'' /usr/bin/ld: cannot find -lfcgi collect2: ld returned 1 exit status checked program was: /* begin */ /*top*/ int main()...
2006 Jul 18
3
+ camping 1.4.138
Just up: gem install camping --source code.whytheluckystiff.net The changes: * Both bin/camping and Camping::FastCGI.serve now act according to the Camping Server specification.[1] * Docs are complete. _why [1] https://code.whytheluckystiff.net/camping/wiki/TheCampingServer
2006 Jul 26
9
file upload
I''m looking for file upload documentation on the wiki, cant find anything. I only found the changeset that supports file upload. should the file be part of ''input'' ? please help. thanks -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- next part -------------- An HTML attachment was scrub...
2007 Jan 06
4
? camping apps in gems
So would you like this: $ wget http://rubyforge.org/gems/junebug-0.0.18.gem $ camping junebug-0.0.18.gem Or should it be: $ gem install junebug $ touch junebug.gemcamp $ camping junebug.gemcamp _why
2006 Aug 01
3
starting fresh
...''fcgi'', ''>=0.8'' require ''camping/fastcgi'' Dir.chdir(File.dirname(__FILE__)) Camping::FastCGI.serve(__FILE__) # tried File.dirname(__FILE__) and (`pwd`.chomp) end -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- next part -------------- An HTML attachment was scrub...
2004 Aug 26
18
wxRuby 0.5.0 has been released!
wxRuby 0.5.0 has been released and is now available for download from RubyForge at http://wxruby.rubyforge.org/ This release includes binary builds for Max OS X and MS Windows. Please report any bugs or feature requests here: http://rubyforge.org/tracker/?group_id=35 Changes in this release include: * Added XRC (Xml Resource File) support. * Added totally awesome HTML widget from Tobi
2005 Mar 21
3
Oracle Adapter on Mac OS X?
I had previously gotten Maik Schmidt''s patch for Oracle working, but now am trying the official Oracle adapter with the latest Rails. I''ve been trying to get the OCI8 connector to install under OS X, but get the following error. Has anyone gotten it working? ---- [waterdog:~/Desktop/ruby-oci8-0.1.9] stmpjmpr% ruby setup.rb config ---> lib ---> lib/DBD ---> lib/DBD/OCI8
2012 Feb 08
3
An error occured while installing mysql2 (0.3.11), and Bundler cannot continue.
...mmon -pipe -fno-common -Wall -funroll-loops - arch i386 -c result.c /usr/bin/gcc-4.0 -dynamic -bundle -undefined suppress -flat_namespace - o mysql2.bundle client.o mysql2_ext.o result.o -L. -L/opt/local/lib -L/ opt/local/lib -L. -L/opt/local/lib -arch i386 -Wl,-rpath,/opt/local/ lib -arch i386 -lruby -L/opt/local/lib -L/opt/local/lib/mysql5/ mysql -lmysqlclient_r -L/opt/local/lib -lz -lm -L/opt/local/lib/ - lssl -lcrypto -lpthread -ldl -lobjc /usr/bin/ld: unknown flag: -rpath collect2: ld returned 1 exit status make: *** [mysql2.bundle] Error 1 Gem files will remain installed in /opt/loc...
2007 Jun 03
1
postgres gem -- LoadError
...uby/1.8/i386-linux -I. -DHAVE_SYS_UN_H - DHAVE_SOCKET -DHAVE_GETHOSTNAME -DHAVE_PQSETCLIENTENCODING - DHAVE_PG_ENCODING_TO_CHAR -DHAVE_PQESCAPESTRING -I/usr/local/pgsql/ include -fPIC -c postgres.c gcc -shared -L"/usr/local/pgsql/lib" -L"/usr/lib" -o postgres.so postgres.o -lruby -lpq -lnsl -lpthread -ldl -lcrypt -lm -lc # make install /usr/bin/install -c -m 0755 postgres.so /usr/lib/ruby/site_ruby/1.8/ i386-linux # ldd ./postgres.so linux-gate.so.1 => (0x0091b000) libruby.so.1.8 => /usr/lib/libruby.so.1.8 (0x00ef8000) libpq.so.5 => /u...
2006 Aug 02
0
mongrel experience....
...tamble, while it works well, it does not reread the code like the other methods and CTRL-C takes either a while to stop the server or just does not work. I have to kill the process every time I edit the code. not fun. thanks -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- next part -------------- An HTML attachment was scrub...
2006 Jul 24
0
problem running Blog using CSS
...rror executing Blog.run (eval):14:in `initialize'': private method `sub'' called for nil:NilClass (NoMethodError) from (eval):44:in `run'' from /home/mathieu/mv/rf/public/blog.rb:303 -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- next part -------------- An HTML attachment was scrub...
2006 Jul 25
0
ran into a weird bug....
...nt) also, I realized, that access /add would automatically create an empty Blog row. and accessing /edit would execute the ''def post'' code. would not post and get being inverted somewhere????????? regards -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- next part -------------- An HTML attachment was scrub...
2006 Jul 26
1
Seek Error ?
...meting=true Diary::Controllers::Edit.POSTErrno::ESPIPE Illegal seek: - (eval):21:in `seek'' - (eval):21:in `initialize'' - (eval):43:in `run'' - /home/mathieu/mv/rf/public/diary.cgi:463 -- gcc -O0 -DRUBY_EXPORT -rdynamic -Wl,-export-dynamic -L. main.o -lruby-static -ldl -lcrypt -lm -o ruby Everyone is trying their hardest to do their job but management has set it up so that it''s impossible. Take the control over your money, track your expenses http://justbudget.com Mathieu -------------- next part -------------- An HTML attachment was scrub...
2006 Apr 20
1
Unable to connect to postgres on Fedora Core 5
...IC -I. -I/usr/lib/ruby/1.8/i386-linux -I/usr/lib/ruby/1.8/i386-linux -I. -DHAVE_SYS_UN_H -DHAVE_SOCKET -DHAVE_GETHOSTNAME -DHAVE_PQSETCLIENTENCODING -DHAVE_PG_ENCODING_TO_CHAR -DHAVE_PQESCAPESTRING -c postgres.c i386-redhat-linux-gcc -shared -L"/usr/lib" -o postgres.so postgres.o -lruby -lpq -lnsl -ldl -lcrypt -lm -lc make install make: Nothing to be done for `install''. Successfully installed postgres-0.7.1 If I require ''postgres'' in irb it fails to load, I have also set up this in database.yml: development: adapter: postgres database: rails...