search for: equired

Displaying 7 results from an estimated 7 matches for "equired".

Did you mean: required
2005 Mar 22
9
am i the only one with this problem?
(clean install) >gem install rails Attempting local installation of ''rails'' Local gem file not found: rails*.gem Attempting remote installation of ''rails'' Install required dependency activesupport? [Yn] y Install required dependency activerecord? [Yn] y Install required dependency actionpack? [Yn] y Install required dependency actionmailer? [Yn] y Install required dependency actionwebservice? [Yn] y e:/Ruby/lib/ruby/site_ruby/1.8/rubygems/loadpath_manager.rb:5:i...
2008 Nov 03
2
Unable to install sqlite3
I am new to Ruby. Try out a web application, but when I tried to access the page, it has the following error (see ERROR 1 below). So I thought I may have not installed "sqlite3" and tried downloading "sqlite_3-6-4.zip" and "sqlitedll_3-6-4.zip", unzipped it and place it in ruby''s bin directory. Then I run the command: gem install sqlite3-ruby But found
2010 Dec 15
3
ORA-12514: TNS:listener d oes not currently know of service requested in connect descriptor (OCIEr
...ger) rake aborted! OCI Library Initialization Error oci8lib.c:98:in oci8lib_191.so C:/Ruby192/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `r equire'' . . . C:/Ruby192/lib/ruby/gems/1.9.1/gems/ruby-oci8-2.0.4-x86-mingw32/lib/oci8.rb:23:in `<top (required)>'' . . C:/Ruby192/lib/ruby/gems/1.9.1/gems/activerecord-oracle_enhanced-adapter-1.3.1/lib/active_record/con nection_adapters/oracle_enhanced_oci_connection.rb:4:in `<top (required)>'' C:/Ruby192/lib/ruby/gems/1.9.1/gems/activesupport-3.0.3/lib/active_support/dependencies.r...
2002 Sep 18
6
Dependecies problem
...bug-2.2.90-26.i386.rpm glibc-debug-static-2.2.90-26.i386.rpm glibc-devel-2.2.90-26.i386.rpm glibc-utils-2.2.90-26.i386.rpm Then I need this one libpng12.so.0 is needed by glibc-utils-2.2.90-26 But when I add these two libpng-1.2.2-6.i386.rpm libpng-devel-1.2.2-6.i386.rpm I get a huge list of required dependencies A little help would be very much appreciated. Thanks in advance --- Aaron Axelsen AIM: AAAK2 Email: axelseaa@amadmax.com URL: www.amadmax.com "It said, ""Insert disk #3,"" but only two will fit!" "One picture is worth 128K words."
2004 Dec 24
1
Tutorial Steps Two & Three
Hey- I ran into to some problems when trying to follow "A tutorial by Rails'' users." When I reached Step Three and executed the controller script as follows: ruby script/generate controller Friends list display new edit I got this error message: C:\Inetpub\wwwroot\rails>ruby script/generate controller Friends list display ne w edit
2004 Nov 04
4
Attempt to build a gemspec
Hi all, I''m trying to build a gemspec for win32-ipc, using a precompiled binary. Here''s my gemspec file: #win32-ipc.gemspec require "rubygems" spec = Gem::Specification.new do |s| s.name = "win32-ipc" s.version = "0.3.1" s.platform = Gem::Platform::WIN32 s.summary = "A base class for Win32 synchronization objects."
2010 Mar 06
1
[LLVMdev] region pass - new pass for llvm
...ssManager Why do you remove the "<"? Does not seem to be related to the Region stuff, so please submit this as a separate patch. - virtual void *getAdjustedAnalysisPointer(const PassInfo *) { + virtual void *getAdjustedAnalysisPointer(const PassInfo *PI) { The same here. If not required for the region stuff please submit it as a separate patch. * include/llvm/PassManagers.h - // pass. If a pass requires an analysis which is not available then - // the required analysis pass is scheduled to run before the pass itself is + // pass. If a pass requires an analysis which is not...