We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm getting strange error:
gems/apnmachine-0.1.1/lib/apnmachine/server/server.rb:56:in `rescue in block (2 levels) in start!': uninitialized constant ApnMachine::Server::Server::OpenSSL (NameError)
when I manually patch server.rb with "require 'openssl'" in the very top it goes away
I'm using ruby-1.9.3-p125 (w/ rvm). apnmachine is running with 'bundle exec' in daemon mode.
Please, give me a hint
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm getting strange error:
gems/apnmachine-0.1.1/lib/apnmachine/server/server.rb:56:in `rescue in block (2 levels) in start!': uninitialized constant ApnMachine::Server::Server::OpenSSL (NameError)
when I manually patch server.rb with "require 'openssl'" in the very top it goes away
I'm using ruby-1.9.3-p125 (w/ rvm). apnmachine is running with 'bundle exec' in daemon mode.
Please, give me a hint
The text was updated successfully, but these errors were encountered: