Search results

  1. E

    lsphp(5) compilation error

    Forgot to mention it, but in the meantime I just edited the Makefil and added an extra -I in the INCLUDES. Its compiling now, but the correct way is to do this thru ./configure and not touching the Makefile after ./configure -- Eric.
  2. E

    lsphp(5) compilation error

    I've located the header files in /usr/local/include/libxml2. So, i'm passing --includedir=/usr/local/include/libxml2, but that doesn't change the result. Which flags should I pass to ./configure in order to force /usr/local/include/libxml2 to be included and passed to gcc as -I? Reading...
  3. E

    lsphp(5) compilation error

    I'm trying to compile lsphp (php 5.2.3) om WestHost's VPS. I'm following the instructions from http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi I downloaded the patched PHP package from http://download.medialayer.net/public/ after ./configure I run ./make...
Top