Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uninitialized constant AuthlogicConnect (NameError) -- weird issue on Ubuntu #26

Open
ciparis opened this issue Jul 23, 2010 · 2 comments

Comments

@ciparis
Copy link

ciparis commented Jul 23, 2010

I'm trying to get a copy of an app that works fine in OSX up and running on Ubuntu, but it looks like AuthlogicConnect isn't loading properly. When it hits the line:
AuthlogicConnect.config = YAML.load_file("config/acc.yml")
it throws an error: uninitialized constant AuthlogicConnect (NameError)

Bundle install says that everything is installed fine, and the config is identical to two other machines which have no issues.
ruby --version
ruby 1.9.2dev (2010-07-11 revision 28618) [i686-linux]

rails --version
Rails 3.0.0.beta4

I'm not sure where to troubleshoot this....

@ciparis
Copy link
Author

ciparis commented Jul 26, 2010

Is there a list of requirements somewhere? I'm thinking that the VM I'm installing this on is missing some basic library, causing the gem not to function, but there is no useful error message being generated.

@ciparis
Copy link
Author

ciparis commented Jul 26, 2010

figured it out by going into irb and typing:
require 'authogic'

-- turns out openssl wasn't being seen by ruby. I went back into the ruby source/ext/openssl directory, did ruby extconf.rb then make and make install -- this fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant