-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
HI,
I get some trouble on snow leopard if I only install the gem with the following command:
$ sudo env ARCHFLAGS="-arch x86_64" gem install yong-purple_ruby
I get errors like:
dyld: lazy symbol binding failed: Symbol not found: _purple_plugins_get_protocols
So I downloaded the sources then:
$ cd path/to/purple_ruby
$ cd ext
$ export ARCHFLAGS="-arch x86_64"
$ ruby extconf.rb
$ sudo cp -R purple_ruby.bundle /Library/Ruby/Gems/1.8/gems/yong-purple_ruby-0.6.0/ext/
Now it works correctly.
I think there is necessary a fix in extconf.rb
Metadata
Metadata
Assignees
Labels
No labels