
05-24-2006, 05:56 PM
|
|
Member
|
|
Join Date: May 2006
Posts: 27
|
|
It's been a couple of days, but I finally got around to it again.
I repeated the steps with the correction and got the following during the make process:
...
sapi/apache2handler/php_functions.o(.text+0x11ba):/php-4.4.2/sapi/apache2handler/php_functions.c:445: undefined reference to `apr_table_elts'
sapi/apache2handler/php_functions.o(.text+0x123f):/php-4.4.2/sapi/apache2handler/php_functions.c:454: undefined reference to `apr_table_elts'
sapi/apache2handler/php_functions.o(.text+0xc79): In function `php_apache_get_version':
/php-4.4.2/sapi/apache2handler/php_functions.c:327: undefined reference to `ap_get_server_version'
collect2: ld returned 1 exit status
make: *** [sapi/litespeed/php] Error 1
Here were my steps exactly:
# rm -rf php-4.4.2
# tar -xzvf php-4.4.2.tar.gz
# cd php-4.4.2/sapi
# wget http://www.litespeedtech.com/package...espeed-2.1.tgz
# tar -xzvf php-litespeed-2.1.tgz
# cd ..
# touch ac*
# ./buildconf --force
# ./configure --with-litespeed --with-config-file-path=../conf --with-apxs2=/usr/sbin/apxs --with-mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-mysql-sock=/tmp/mysql.sock --with-sqlite --enable-sqlite-utf8 --with-zlib --with-zlib-dir --with-bz2 --with-gd --enable-gd --enable-gd-native-ttf --with-jpeg-dir=/usr/local --with-png-dir=/usr/local --with-ttf --with-freetype-dir=/usr/local/include --with-iconv=/usr/local --with-curl=/usr/local --enable-track-vars --with-gettext --enable-trans-id --enable-ftp --enable-mbstring --with-openssl=/usr/local --with-dom
# make
At this point I get the error. And when I try 'make install' I get the exact same set of error messages. Just to be prudent, I performed these exact steps twice with the same outcome.
I really like what I see so far with this webserver. I am very interested in getting the standard version installed and later upgrade as my businesses grow.
Thank you for helping me so far, you have excellent customer service!
David
|