Hi,
I'm trying to compile the latest development version of PHP (as of writing it is 200807292030). I've tried to compile PHP with the options
--with-litespeed --with-icu-dir=XXX
When compiling, the last few lines give the following errors:
...
sapi/litespeed/lsapi_main.o: In function `cli_usage':
lsapi_main.c.text+0x6a5): undefined reference to `php_end_ob_buffers'
sapi/litespeed/lsapi_main.o: In function `cli_main':
lsapi_main.c.text+0x82c): undefined reference to `php_end_ob_buffers'
collect2: ld returned 1 exit status
make: *** [sapi/litespeed/php] Error 1
I'm using SuSE 10.3.
Is this a problem that has been caused by the updating process of PHP functions (to use the ICU package) perhaps, and I should just ignore it for now?
Thanks.
I'm trying to compile the latest development version of PHP (as of writing it is 200807292030). I've tried to compile PHP with the options
--with-litespeed --with-icu-dir=XXX
When compiling, the last few lines give the following errors:
...
sapi/litespeed/lsapi_main.o: In function `cli_usage':
lsapi_main.c.text+0x6a5): undefined reference to `php_end_ob_buffers'
sapi/litespeed/lsapi_main.o: In function `cli_main':
lsapi_main.c.text+0x82c): undefined reference to `php_end_ob_buffers'
collect2: ld returned 1 exit status
make: *** [sapi/litespeed/php] Error 1
I'm using SuSE 10.3.
Is this a problem that has been caused by the updating process of PHP functions (to use the ICU package) perhaps, and I should just ignore it for now?
Thanks.