I'm trying to compile PHP with LiteSpeed for the first time on a new server, using the guideline at http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi and using PHP 5.4.0.
Here's the ./configure command:
Once './configure' completes, I run 'make' and get this error:
I have searched for a while and cannot find a solution for this problem. Has anyone run into this before?
Any ideas on a solution?
FYI: The web interface failed a number of times, so I opted for the command line install.
Here's the ./configure command:
./configure '--prefix=/lsphp5' '--with-mysqli' '--with-zlib' '--with-gd' '--enable-shmop' '--enable-track-vars' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-magic-quotes' '--enable-mbstring' '--with-iconv' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-gd-native-ttf' '--enable-libxml' '--enable-pdo' '--enable-zip' '--with-curl=/opt/curlssl/' '--with-freetype-dir' '--with-jpeg-dir' '--with-kerberos' '--with-libdir=lib64' '--with-libxml-dir' '--with-mcrypt=/opt/libmcrypt/' '--with-mysql=/usr' '--with-mysql-sock=/var/lib/mysql/mysql.sock' '--with-openssl' '--with-openssl-dir=/usr' '--with-pcre-regex' '--with-pdo-mysql' '--with-pdo-sqlite' '--with-pic' '--with-png-dir' '--with-sqlite' '--with-ttf' '--with-xsl' '--with-litespeed'
make: *** No rule to make target `litespeed', needed by `all'. Stop.
Any ideas on a solution?
FYI: The web interface failed a number of times, so I opted for the command line install.