Error: Trying to install passenger-install-apache2-module

i am trying to install

passenger-install-apache2-module

but it is giving me the error.

E: could'nt find the package passenger-install-apache2-module

Please help me over this.

problem solved:

http://www.postal-code.com/binarycode/2008/05/21/installing-passenger-mod_rails-command-not-found/

Ali,

in order for us to help, you should provide us as much information as you can about the issues you’re having.

In this case:

  • Which OS are you using?

  • Which Rails version?

  • Which Ruby version?

  • Are you trying to install a development, testing or production environment?

  • Describe the process you did to get to this point.

Also, did you google the error description?

Did you read the passenger documentation and installation guide?

Imagine yourself trying to solve a problem with nothing more than

“E: could’nt find the package passenger-install-apache2-module”

It’s kind of difficult, isn’t it?

I am working on windows xp

I install Virtual machine

How...

http://www.pendrivelinux.com/running-linux-from-within-windows-virtually/

ISO...(i install Ubuntu)

Virtualbox...

http://www.virtualbox.org/wiki/Downloads

Than I install ruby, gem, rails

- $ ruby -v - sudo apt-get install ruby (ruby -v)

- $ gem -v - sudo apt-get install rubygems(any version number)

- $ rails -v (first) - sudo apt-get install rails (put suggested version)

- gem install rails --include-dependencies

- gem install mysql

Install PHP5, Apache2, phpmyadmin,

http://alilknowhow.com/2010/05/11/the-easiest-way-to-install-a-lamp-server-in-ubuntu/

Install netbeans

sudo apt-get update sudo apt-get install sun-java6-jdk sun-java6-plugin sudo apt-get install netbeans

Install Phusion Passenger

- modrails.com - sudo apt-get install ruby-dev - sudo apt-get install passenger

- Install Phusion Pasenger Apache 2 Module

sudo passenger-install-apache2-module ( command not found )

sudo /var/lib/gems/1.8/bin/passenger-install-apache2-module (Works)

I am still at this point....

i try to Install and configure PHP apt-get install php5-fpm php-pear php5-common php5-mysql php-apc php5-gd it says php5 is not installed

i try to Install and configure PHP apt-get install php5-fpm php-pear php5-common php5-mysql php-apc php5-gd it says coudn't find the package php5

Which OS and version are you using? Show us the exact message you get. Copy/Paste the complete command line you typed and the result here.

Colin

Colin Law wrote in post #1115107:

/tmp$ apt-key add /tmp/nginx_signing.key OK tbi@tbi-desktop:/tmp$ echo "deb Index of /packages/ubuntu/ lucid nginx" >> /etc/apt/sources.list bash: /etc/apt/sources.list: Permission denied tbi@tbi-desktop:/tmp$ echo "deb-src Index of /packages/ubuntu/ lucid nginx" >> /etc/apt/sources.list bash: /etc/apt/sources.list: Permission denied tbi@tbi-desktop:/tmp$ apt-get update E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied) E: Unable to lock the list directory tbi@tbi-desktop:/tmp$ cd.. cd..: command not found

tmp$ apt-get install nginx E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?

I guess you likely mean Ubuntu 10.04. When asking technical questions it is important to be accurate in any information you provide. The details are often the important factors.

Colin

What has that got to do with your original problem? You must use sudo with apt-get sudo apt-get install nginx

What has all of this got to do with rails? You would probably be better on the ubuntu-users list with such problems (assuming you are using Ubuntu).

Colin