I installed OLS beta from sources:
and then installed PHP with these commands:
Unfortunately the simple mysql_connect function doesn't work:
Code:
cd openlitespeed-1.x.x
./configure
make && make install
Code:
yum install lsphp54-* --skip-broken
ln -sf /usr/local/lsws/lsphp54/bin/lsphp /usr/local/lsws/fcgi-bin/lsphp5
Code:
Fatal error: Call to undefined function mysql_connect()