Hi,
I'm facing troubles compiling php with lsapi support (Litespeed 2.1RC1) on FreeBSD 5.x. This is the error message from make:
In file included from /root/php-4.3.11/sapi/litespeed/lsapilib.c:50:
/usr/include/netinet/tcp.h:44: error: syntax error before "tcp_seq"
/usr/include/netinet/tcp.h:45: error: syntax error before "tcp_cc"
/usr/include/netinet/tcp.h:55: error: syntax error before "u_short"
*** Error code 1
Stop in /root/php-4.3.11.
The following configure statement was used: ./configure --with-config-file-path=../conf --with-openssl --with-zlib --enable-gd-native-ttf --with-gettext --with-litespeed
Any ideas?
Best Regards
Andy
I'm facing troubles compiling php with lsapi support (Litespeed 2.1RC1) on FreeBSD 5.x. This is the error message from make:
In file included from /root/php-4.3.11/sapi/litespeed/lsapilib.c:50:
/usr/include/netinet/tcp.h:44: error: syntax error before "tcp_seq"
/usr/include/netinet/tcp.h:45: error: syntax error before "tcp_cc"
/usr/include/netinet/tcp.h:55: error: syntax error before "u_short"
*** Error code 1
Stop in /root/php-4.3.11.
The following configure statement was used: ./configure --with-config-file-path=../conf --with-openssl --with-zlib --enable-gd-native-ttf --with-gettext --with-litespeed
Any ideas?
Best Regards
Andy