Hello @admin , nice to meet you and your services!!, thas nice and friendly, server host!
From a week a tried to install an ruby app follow the ruby on rails docs page with a new rails proyect, configuring rvm and ruby gems, today i am able to acces the rails log console and make some interactions with sqlite3 database.
the problem come in when i tried to start phusion passenger
i get the pcr error not installed and can't run public_ruby app
`---------------------------------------
No precompiled Nginx engine could be downloaded. Compiling it from source instead.
Checking for required software...
- Checking for C compiler...
Found: yes
Location: /usr/bin/cc
- Checking for C++ compiler...
Found: yes
Location: /usr/bin/c++
- Checking for GNU make...
Found: yes
Location: /usr/local/bin/gmake
- Checking for Rake (associated with /usr/local/bin/ruby32)...
Found: yes
Location: /usr/local/bin/ruby32 /usr/local/bin/rake
- Checking for OpenSSL development headers...
Found: yes
Location: /usr/include/openssl/ssl.h
- Checking for Zlib development headers...
Found: yes
Location: /usr/include/zlib.h
- Checking for PCRE development headers...
Found: no
Some required software is not installed.
But don't worry, this installer will tell you how to install them.
[asland@s0]:<~>$ passenger -h
Phusion Passenger(R) Standalone, the easiest way to run web apps.
Available commands:
passenger start Start Phusion Passenger(R) Standalone.
passenger stop Stop a Phusion Passenger(R) instance.
passenger status Show the status of a running Phusion Passenger(R) instance.
`
this is my rvm env and
additionaly can't read the log file of nginx tail /var/log/nginx/error.log
rvm env
cat: /home/asland/.rvm/environments/system: No such file or directory
[asland@s0]:<~>$ env
SHELL=/usr/local/bin/bash
rvm_prefix=/home/asland
md_enc=UTF-8
HISTSIZE=100000000
LC_MONETARY=en_US.UTF-8
EDITOR=nano
ENV=/home/asland/.shrc
PWD=/home/asland
LOGNAME=asland
rvm_version=1.29.12 (latest)
HOME=/home/asland
CLICOLOR=YES
SSH_CONNECTION=200.120.1.92 35122 91.185.187.49 22
MACHINE=amd64
rvm_bin_path=/home/asland/.rvm/bin
TERM=xterm-256color
USER=asland
SHLVL=1
PAGER=more
LC_MESSAGES=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
MACHINE_ARCH=amd64
PS1=[\u\[\033[1;35m\]@\[\033[0m\]\h]\[\033[1;35m\]:\[\033[0m\]<\w>\[\033[1;35m\]\$ \[\033[0m\]
SSH_CLIENT=200.120.1.92 35122 22
LC_TIME=en_US.UTF-8
LC_COLLATE=en_US.UTF-8
PATH=/usr/local/devil/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/asland/bin:/home/asland/.rvm/bin
MAIL=/var/mail/asland
SSH_TTY=/dev/pts/490
rvm_path=/home/asland/.rvm
LC_NUMERIC=en_US.UTF-8
_=/usr/bin/env
[asland@s0]:<~>$ tail /var/log/nginx/error.log
tail: /var/log/nginx/error.log: Permission denied
if you can help me to resolve this am i much appreciated!!