This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
passenger+nginx (SL6 + SCL) | |
set correct path for SCL ruby: | |
export PATH=/opt/rh/ruby193/root/usr/bin:$PATH | |
export LD_LIBRARY_PATH=/opt/rh/ruby193/root/usr/lib64:$LD_LIBRARY_PATH | |
download latest phusion passenger tarbal (I wrongly put it in /usr/local/src, so that is where the libs are now) | |
./bin/passenger-install-nginx-module | |
follow all default steps (have script download and compile nginx) |