ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Serge <serg-e@ukr.net>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] Ruby: install mod-passenger
Date: Wed, 25 Mar 2009 11:12:24 +0200
Message-ID: <49C9F578.3080209@ukr.net> (raw)
In-Reply-To: <d77783290903240621n6bc4cfe5wf21995a3a17debf6@mail.gmail.com>

Денис Черносов пишет:
> 23 марта 2009 г. 19:11 пользователь Serge <serg-e@ukr.net> написал:
>   
>> Доброго дня.
>>
>> Устанавливал ли кто пассажира под ALD4.0 ?
>> Gem ругается что хедеры для руби не установлены, хотя пакет libruby-devel
>> стоит...
>>     
>
>
> http://lists.altlinux.org/pipermail/community/2008-August/639839.html
>
>   
Та ну... Какое то криминальное чтиво :) Все намного проще. Пассажирский 
инсталлятор ищет хедеры не там где они лежат.

В файле  
/usr/lib/ruby/gems/1.8/gems/passenger-2.1.2/lib/phusion_passenger/dependencies.rb

правим строку 130
header_dir = Config::CONFIG['rubyhdrdir'] || Config::CONFIG['archdir']
на
header_dir = Config::CONFIG['rubyhdrdir'] || 
Config::CONFIG['rubyincludedir'] || Config::CONFIG['archdir']

И ваши зубы мягкие и шелковистые.


С виртуальными хостами тоже как то сложно намутили (Все в том же 
мылоархиве, по вышеприведенной ссылке)

К примеру у меня редмайновский апп описан так:
<VirtualHost *:80>
  ServerName tracker
  DocumentRoot /var/www/vhosts/ror/redmine_tracker/current/public
  RailsEnv production
  RailsAllowModRewrite off
  <directory "/var/www/vhosts/ror/redmine_tracker/current/public">
    Order allow,deny
    Allow from all
  </directory>
</VirtualHost>

Всё.

Всем спасибо.

  reply	other threads:[~2009-03-25  9:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-23 15:11 Serge
2009-03-24 13:21 ` Денис Черносов
2009-03-25  9:12   ` Serge [this message]
2009-03-26  9:49     ` Денис Черносов

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49C9F578.3080209@ukr.net \
    --to=serg-e@ukr.net \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git