package issue with ubuntu 10.10 and passenger requirements

Posted by user368937 on Server Fault See other posts from Server Fault or by user368937
Published on 2010-12-30T04:48:04Z Indexed on 2010/12/30 9:56 UTC
Read the original article Hit count: 457

Filed under:
|
|
|
|

I'm trying to get Passenger working with Ubuntu 10.10 and I'm running into a problem. It seems that the passenger installer is not recognizing the virtual package. I'm getting this error: Code:

passenger-install-apache2-module
...
* OpenSSL support for Ruby... not found
...

And then it says, run this:

* To install OpenSSL support for Ruby:
   Please run apt-get install libopenssl-ruby as root.

When I run the above command, it refers to the libruby package:

sudo apt-get install libopenssl-ruby
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'libruby' instead of 'libopenssl-ruby'
libruby is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 43 not upgraded.

When I look at the details for libruby, it says it provides libopenssl-ruby: Code:

Provides: libbigdecimal-ruby, libcurses-ruby, libdbm-ruby, libdl-ruby, libdrb-ruby, liberb-ruby, libgdbm-ruby, libiconv-ruby, libopenssl-ruby, libpty-ruby, libracc-runtime-ruby, libreadline-ruby, librexml-ruby, libsdbm-ruby, libstrscan-ruby, libsyslog-ruby, libtest-unit-ruby, libwebrick-ruby, libxmlrpc-ruby, libyaml-ruby, libzlib-ruby

And when I rerun the passenger installer, it gives the same error: Code:

passenger-install-apache2-module
...
* OpenSSL support for Ruby... not found
...

Let me know if you need more info. How do I fix this?

© Server Fault or respective owner

package issue with ubuntu 10.10 and passenger requirements

Posted by user368937 on Stack Overflow See other posts from Stack Overflow or by user368937
Published on 2010-12-30T04:48:04Z Indexed on 2010/12/30 4:54 UTC
Read the original article Hit count: 458

Filed under:
|
|
|
|

I'm trying to get Passenger working with Ubuntu 10.10 and I'm running into a problem. It seems that the passenger installer is not recognizing the virtual package. I'm getting this error: Code:

passenger-install-apache2-module
...
* OpenSSL support for Ruby... not found
...

And then it says, run this:

* To install OpenSSL support for Ruby:
   Please run apt-get install libopenssl-ruby as root.

When I run the above command, it refers to the libruby package:

sudo apt-get install libopenssl-ruby
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'libruby' instead of 'libopenssl-ruby'
libruby is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 43 not upgraded.

When I look at the details for libruby, it says it provides libopenssl-ruby: Code:

Provides: libbigdecimal-ruby, libcurses-ruby, libdbm-ruby, libdl-ruby, libdrb-ruby, liberb-ruby, libgdbm-ruby, libiconv-ruby, libopenssl-ruby, libpty-ruby, libracc-runtime-ruby, libreadline-ruby, librexml-ruby, libsdbm-ruby, libstrscan-ruby, libsyslog-ruby, libtest-unit-ruby, libwebrick-ruby, libxmlrpc-ruby, libyaml-ruby, libzlib-ruby

And when I rerun the passenger installer, it gives the same error: Code:

passenger-install-apache2-module
...
* OpenSSL support for Ruby... not found
...

Let me know if you need more info. How do I fix this?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ubuntu