similar to: Gem 0.9.2: undefined symbol: mtde_create

Displaying 20 results from an estimated 200 matches similar to: "Gem 0.9.2: undefined symbol: mtde_create"

2006 Apr 26
1
Building native extensions fail on Macbook Pro
I noticed that indexing seemed a little slow, so I tried reinstalling the 0.9.1 gem and noticed some errors while it was building the native extensions. Ferret still works with the pure ruby versions, but I''d love to take advantage of the c speed. I''m not real familiar with C, so I was wondering if anyone know what the errors are and if they can be fixed. Thanks -Lee ******
2008 Apr 04
1
Bug Report: Segmentation Fault when indexing with a specific set of FieldInfos.
I''m submitting this through the mailing list because Trac won''t let me use its bug report form... Is there some more appropriate way of submitting bugs if Trac doesn''t work? This is the Trac error message: 500 Internal Server Error (Submission rejected as potential spam (IP 127.0.0.1 blacklisted by bsb.empty.us, sc.surbl.org, Maximum number of posts per hour for this
2008 Feb 26
3
Failed to load ferret_ext.bundle on mac os x
I have found very little information about this problem on the net, so i thought someone here might be able to help me. I am running mac os x 10.4 on a powerbook and have installed ruby 1.8.6 and was trying to get ferret to work, without any success. Here is exactly what i did and what happened: $ sudo gem install ferret Updating metadata for 125 gems from http://gems.rubyforge.org
2006 Dec 30
2
error of "no such file to load -- ferret_ext"
I''ve installed the latest version of Ferret (0.10.13) on Mac OS X 10.4.8 (Tiger) and I''m developing using Locomotive2. I installed with: $ gem install ferret I have a ferret_test.rb file: ----begin--------- require ''rubygems'' require ''ferret'' include Ferret index = Index::Index.new(:path => ''/opt/search-index'')
2007 Oct 04
1
Help Installing Ferret Gem on Media Temple Grid Server
It seems that I''ve successfully installed the ferret gem on my Media Temple Grid Server [ ferret 0.11.4 (ruby) ] but now my application won''t start and gives me this error in my mongrel.log /home/25280/data/rubygems/gems/gems/ferret- 0.11.4/lib/ferret_ext.so: libruby1.8.so.1.8: cannot open shared object file: No such file or directory - /home/25280/data/rubygems/gems
2006 Oct 03
8
Ferret install, rake failing on make
I''m currently trying to install the latest version of Ferret (0.10.9) on my Ubuntu Dapper (6.06) system. I have tried the gem, but it does not generate the ferret_ext.so file. Ideally I would prefer to install from the gem, but if source works, I''m fine with that too. I am now trying an install from source, but when I run the command ''$ rake ext'' I get the
2007 Jun 22
2
clean uninstall for ferret
I installed ferret and it cleaned me out!!! I do the following: __________________________ # gem install ferret Need to update 4 gems from http://gems.rubyforge.org .... complete Select which gem to install for your platform (i386-linux) 1. ferret 0.11.4 (ruby) 2. ferret 0.11.4 (mswin32) 3. ferret 0.11.3 (ruby) 4. ferret 0.11.2 (ruby) 5. Skip this gem 6. Cancel installation > 3 Building
2007 Apr 10
8
ferret-0.11.4-mswin32 not compatible with Ruby1.8.4
Just a quick note for future reference - at least for me, ferret won''t work on Ruby 1.8.4. gem install ferret Successfully installed ferret-0.11.4-mswin32 ruby -v ruby 1.8.4 (2005-12-24) [i386-mswin32] irb irb(main):001:0> require ''ferret'' A windows error message box appears - ruby.exe - Entry Point Not Found The procedure entry point rb_w32_write could not be
2005 Dec 02
8
Ferret 0.3.0 released
Hi folks, This latest release of Ferret has a lot of improvements. There have been substantial improvements to performance. Try it for yourself to see. I won''t be publishing any numbers just yet. I will say though that it''s still about 2-4 times slower than Lucene with the extension installed. There is also some performance improvements in the pure Ruby version if you
2006 Jun 15
10
Finding out all terms from search results. How?
Hi everybody, I need to find out all terms (field values) from one of the fields from a set of documents returned by search. In other words, I have indexed documents with two fields. I do search on one field and then want to know all other field''s values from fount documents. How? -- Sergei Serdyuk Red Leaf Software LLC web: http://redleafsoft.com -- Posted via
2006 Nov 30
2
Fatal error when require ferret
Hello list, I just started using ferret and it really doesn''t go my way. Doing gem install ferret outputs -> make install /usr/bin/install -c -m 0755 ferret_ext.so /var/lib/gems/1.8/gems/ ferret-0.10.13/lib make clean Successfully installed ferret-0.10.13 Installing ri documentation for ferret-0.10.13... Installing RDoc documentation for ferret-0.10.13... In ferret.rb ->
2006 Jun 15
1
Ferret::Analysis::PerFieldAnalyzerWrapper is not exported
Hi, I am on Ferret 0.9.3 and it seems to me that Ferret::Analysis::PerFieldAnalyzerWrapper is not available in ferret_ext. -- Sergei Serdyuk Red Leaf Software LLC web: http://redleafsoft.com -- Posted via http://www.ruby-forum.com/.
2006 Oct 18
2
install ferret on windows
Hi! I''m trying to install ferret on windows, so I chose ferret-0.10.9-mswin32.gem from the download page, as it includes a already pre-compiled ferret_ext.so (is that correct?) and I don''t have any C compiler here. The gem installed it correctly, but the test didn''t work. So I called these commands: rake ext ruby setup.rb config ruby setup.rb setup ruby setup.rb
2007 Jul 11
3
Install errors
I''ve been trying to install Ferret on RedHat 7.3, Ruby 1.8 (let me know if more details would be helpful) using the gem install. I''ve tried every version >10 and it installs, but I get errors: Building native extensions. This could take a while... In file included from q_filtered_query.c:1: search.h:683: array size missing in ''comparables'' make: ***
2006 Aug 23
8
acts_as_ferret with Mongrel and Edge Rails
Hi there, Has anyone tried acts_as_ferret with Edge Rails and Mongrel? When I install the plugin to a project that has Edge Rails frozen, and the Mongrel gem installed, I can''t start the server. There''s no error, it just doesn''t start. I''ve used acts_as_ferret in the past with WEBrick, and stable Rails releases without a hitch. If I remove the
2007 Jun 04
1
Ferret install on WinXP fails - procedure entry point rb_w32
Hello. I''m trying to use the ''acts_as_ferret'' gem with Rails. Rails: 1.1.4 and 1.2.3 OS: WinXP I''ve installed both Ferret and the plugin using Ruby Gems: C:\>gem install ferret Successfully installed ferret-0.11.4-mswin32 Installing ri documentation for ferret-0.11.4-mswin32... Installing RDoc documentation for ferret-0.11.4-mswin32... C:\>gem install
2007 Mar 27
4
Error in installling gem install acts_as_ferret
Hello everybody! I try to install ferret gem in my local machine . It goes like this : [root at dhcppc2 ~]# gem install ferret Need to update 1 gems from http://gems.rubyforge.org . complete Select which gem to install for your platform (i686-linux) 1. ferret 0.11.3 (ruby) 2. ferret 0.11.2 (ruby) 3. ferret 0.11.1 (ruby) >>1 Building native extensions. This could take a while...
2007 Nov 17
1
crash while building index
Hi, I''m trying to reindex a model (I''m using acts_as_ferret) after having added (via metaprogramming) a large number of fields (several hundred) to the index. It keeps crashing when trying to rebuild the index (the crash log is below, from ferret_server.out) but it only seems to crash on Linux (Ubuntu server 7.04, x86-64) whereas it''s fine on my OS X laptop
2015 Nov 26
4
Cannot access Patriot Pro II from new system
Hi Charles, thank you VERY MUCH for all your hints. > If you have a jumper wire handy, you can connect the PC's TxD to RxD I should have tried to connect from another computer in the first place. Or access another device known to work from this computer. It turned out that the shield I used to connect the mainboard connector to the PC case expected another mainboard pin layout. So all I
2006 Aug 17
3
Ferret locks up when adding items to an index
I''m running Ferret 0.9.5 on a MacBook Pro (OS X 10.4.7) under Locomotive 2.0.7. I have a problem where Ferret is hanging when I try to add items to the index. It doesn''t happen with every object that''s being indexed, and I''m not sure what the objects in question have in common (they are not all instances of the same ActiveRecord object). The process