Displaying 12 results from an estimated 12 matches for "nslinkmodule".
Did you mean:
linkmodule
2007 Jul 15
0
dyld: NSLinkModule() error
...installed the following:
I am running on OSX 10.4. 10
I followed Hivelogic versions and installed
ruby 1.8.6 (2007-03-13 patchlevel 0) [powerpc-darwin8.10.0]
rails 1.2.3
mysql Server version: 5.0.41 MySQL Community Server (GPL)
I am getting this error when trying to run a very simple app.
dyld: NSLinkModule() error
dyld: Symbol not found: _rl_filename_completion_function
Referenced from:
/usr/local/lib/ruby/1.8/powerpc-darwin8.10.0/readline.bundle
Expected in: flat namespace
Trace/BPT trap
I think this is a OSX/Ruby bug.
Because I am a newbie, I need explicit help with the fix.
--
Posted via h...
2008 Oct 27
2
IRB error message (dyld: NSLinkModule() error)
...enz a few weeks
ago and I finally sat down to get stuck into it. I have Rails installed
on my iMac (OS X Leopard) and I can load up the Rails Welcome screen at
localhost:3000 without any issues.
My problem is with running IRB within Terminal.
If I try to run:
irb> 1
I receive the error:
dyld: NSLinkModule() error
dyld: Symbol not found: _rl_filename_completion_function
Referenced from:
/usr/local/lib/ruby/site_ruby/1.8/i686-darwin9.5.0/readline.bundle
Expected in: flat namespace
Trace/BPT trap
I have no idea why this is appearing or how to fix it.
My setup is:
Ruby version 1.8.6 (i686-darwin...
2006 Mar 11
5
500 Internal Server error
...on Rails on my Mac according to the instructions on
HiveLogic''s blog. I can run the server and even create my database
schema automatically. But when I try to open up my results, I end up
getting a 500 Internal Server error on my browser. My Unix terminal
reads the following:
dyld: NSLinkModule() error
dyld: Symbol not found: _rl_filename_completion_function
Referenced from:
/usr/local/lib/ruby/1.8/powerpc-darwin8.5.0/readline.bundle
Expected in: flat namespace
I get the same 500 Internal Server error when I try to get information
about my application''s environment upon cl...
2005 Nov 02
3
problems running rails on mac osx tiger (10.4.3)
...october 2005).
I installed rails using RubyGems
and also the installer for mac osx found
here
http://www.tonyarnold.com/articles/2005/08/10/rolling-with-ruby-on-rails-on-mac-os-x-tiger-for-beginners
everything seems to update and install fine.
But when I type rails at the bash shell I get
dyld: NSLinkModule() error
dyld: Library not loaded: /usr/lib/libcrypto.0.9.7.dylib
Referenced from: /usr/lib/ruby/1.8/powerpc-darwin8.0/digest/md5.bundle
Reason: Incompatible library version: md5.bundle requires version
0.9.7 or later, but
libcrypto.0.9.7.dylib provides version 0.9.0 Trace/BPT trap
th...
2006 Sep 27
11
Installation success, execution failed
...didn''t work so I tried to do it in irb but the same error occured:
irb(main):001:0> require ''rubygems''
=> true
irb(main):002:0> load ''/usr/local/lib/ruby/gems/1.8/gems/wxruby2-
preview-0.0.35-i686-darwin8.4.1/samples/minimal/minimal.rb''
dyld: NSLinkModule() error
dyld: Library not loaded: /usr/local/lib/libpng.3.dylib
Referenced from: /usr/local/lib/ruby/gems/1.8/gems/wxruby2-
preview-0.0.35-i686-darwin8.4.1/lib/wxruby2.bundle
Reason: image not found
Trace/BPT trap
Regards
Florian
2006 Jun 18
2
Installation on Mac Problem
...Rails on Mac OS X:
http://www.hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger
Everything is working fine but when I navigate to :
http://localhost:3000/ or go to any other pages that I''m attempting to
serve with RoR I get the following errors in my tail:
Code:
dyld: NSLinkModule() error
dyld: Symbol not found: _rl_completion_matches
Referenced from:
/usr/local/lib/ruby/1.8/powerpc-darwin8.4.0/readline.bundle
Expected in: flat namespace
Trace/BPT trap
I''m at wits end ... any help would be greatly appreciated!
--
Posted via http://www.ruby-forum.com/.
2007 Apr 01
1
Error with Ruby 1.8.6
...because this same combo works fine on our Linux server.
Here''s the error, have you guys seen anything like this?:
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment...
uuid: Found an existing UUID state file: /nextweb/code/trunk/uuid.state
dyld: NSLinkModule() error
dyld: Symbol not found: _rl_filename_completion_function
Referenced from: /usr/local/lib/ruby/1.8/i686-darwin8.9.1/
readline.bundle
Expected in: flat namespace
script/mdev: line 1: 16097 Trace/BPT trap mongrel_rails
start -p 3000 -t 1
Thanks,
Pete
2008 Jan 15
7
1.9.3
Just to say that I''ve tagged 1.9.3 in the repository, but havent'' yet
had time to create the release. Please do upload the binary builds as
they become available. I''ll do the source package and linux-intel build
tomorrow once I''be got some sleep!
a
2006 Oct 24
8
tagged 0.0.37; release plans
Hi
I just tagged 0.0.37 in Subversion. I also added a note on the Wiki on
how to do this, and how to checkout a clean version:
http://wxruby.rubyforge.org/wiki/wiki.pl?Release_HowTo
For the build, I''m just about to upload a tarball, and will add a
powerpc gem once the compiler''s chugged away. Please upload for your
platform as you''re ready.
I suggest we announce
2006 Jun 10
2
readline problems
...create implicit index
"users_pkey" for table "users"
** Execute test:units
/usr/local/bin/ruby -Ilib:test
"/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake/rake_test_loader.rb"
"test/unit/localization_test.rb" "test/unit/user_test.rb"
dyld: NSLinkModule() error
dyld: Symbol not found: _rl_filename_completion_function
Referenced from:
/usr/local/lib/ruby/1.8/powerpc-darwin8.6.0/readline.bundle
Expected in: flat namespace
rake aborted!
Command failed with status (): [/usr/local/bin/ruby -Ilib:test
"/usr/local...]
/usr/local/lib/ruby/ge...
2007 Jul 01
0
image not found -- rake db:migrate
...#39;m learning from the book ''beginning ruby on rails e-commerce'', and i
just got to the point of running my first migration.
When I run rake db:migrate (as it says in the book), I see this:
-------------------------------------
(in /Users/me/dev/myapps/emporium/emporium)
dyld: NSLinkModule() error
dyld: Library not loaded: /usr/local/mysql/lib/mysql/libmysqlclient.
15.dylib
Referenced from: /usr/local/lib/ruby/gems/1.8/gems/mysql-2.7/lib/
mysql.bundle
Reason: image not found
Trace/BPT trap
---------------------------------------
PS: emporium is the name of the example app.
What c...
2007 Jun 18
2
mysql-5.0.41 and mysql native gem
Has anyone else had problems with the mysql native gem when using
MySQL 5.0.41. It appears that this version of MySQL has moved some
depended library files. I rolled back to MySQL 5.0.37 and all seems
to be working now. But, just wanted to know if anyone else has
experienced this issue.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed