LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > LiteSpeed Web Server > Install/Configuration > PHP Build Problem

Reply
 
Thread Tools Display Modes
  #1  
Old 11-18-2008, 03:51 AM
webdevguy webdevguy is offline
New Member
 
Join Date: Jun 2008
Posts: 1
Default PHP Build Problem

I am attempting to build PHP with Litespeed and Suhosin on Ubuntu Server 8.04. Here are my configure options:

Code:
./configure --prefix=/lsphp5 --with-litespeed --enable-gd-native-ttf --enable-mbstring --enable-suhosin --with-curl --with-openssl-dir=/usr/bin --with-gd --with-png-dir=/usr/bin/libpng12-config --enable-zip --with-ttf=/usr/lib --with-mcrypt --with-mhash --with-libxml-dir=/usr/include
Here is what I get when I check the PHP version:

PHP 5.2.6 with Suhosin-Patch 0.9.6.2 (cli) (built: Nov 15 2008 09:42:54)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1997-2008 Zend Technologies
with Suhosin v0.9.27, Copyright (c) 2007, by SektionEins GmbH

Note: No mention of (litespeed).

When I
Code:
make test
I get the following summary:

================================================== ===================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #36568 (memory_limit has no effect) [Zend/tests/bug36568.phpt]
Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapper) [Zend/tests/bug38779.phpt]
Bug #16069 (ICONV transliteration failure) [ext/iconv/tests/bug16069.phpt]
iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt]
session_set_save_handler test [ext/session/tests/004.phpt]
custom save handler, multiple session_start()s, complex data structure test. [ext/session/tests/005.phpt]
session_set_save_handler test [ext/session/tests/024.phpt]
custom save handler, multiple session_start()s, complex data structure test. [ext/session/tests/025.phpt]
Test session_set_save_handler() function : basic functionality [ext/session/tests/session_set_save_handler_basic.phpt]
Test session_set_save_handler() function : variation [ext/session/tests/session_set_save_handler_variation4.phpt]
Test array_diff_assoc() function : usage variations - strict string comparison check [ext/standard/tests/array/array_diff_assoc_variation6.phpt]
Test array_pad() function : usage variations - unexpected values for 'pad_size' argument(Bug#43482) [ext/standard/tests/array/array_pad_variation2.phpt]
Bug #30074 (EG(uninitialized_zval_ptr) gets set to reference using EXTR_REFS, affecting later values) [ext/standard/tests/array/bug30074.phpt]
Bug #42233 (extract(): scandic characters not allowed as variable name) [ext/standard/tests/array/bug42233.phpt]
Test closedir() function : usage variations - close a file pointer [ext/standard/tests/dir/closedir_variation3.phpt]
Test readdir() function : usage variations - use file pointers [ext/standard/tests/dir/readdir_variation7.phpt]
Test rewinddir() function : usage variations - file pointers [ext/standard/tests/dir/rewinddir_variation3.phpt]
fopencookie detected and working (or cast mechanism works) [ext/standard/tests/file/fopencookie.phpt]
User streams and include() [ext/standard/tests/file/include_userstream_001.phpt]
local user streams must not be able to open() url's [ext/standard/tests/file/include_userstream_002.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_chdir.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_chmod.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_copy.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_disk_free_space.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_file.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_file_exists.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_file_get_contents.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_fileatime.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_filectime.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_filegroup.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_fileinode.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_filemtime.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_fileowner.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_fileperms.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_filesize.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_filetype.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_fopen.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_is_dir.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_is_executable.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_is_file.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_is_link.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_is_readable.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_is_writable.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_linkinfo.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_lstat.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_parse_ini_file.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_readlink.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_stat.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_symlink.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_tempnam.phpt]
Test open_basedir configuration [ext/standard/tests/file/open_basedir_touch.phpt]
phpinfo() [ext/standard/tests/general_functions/phpinfo.phpt]
proc_open [ext/standard/tests/general_functions/proc_open02.phpt]
rand() and mt_rand() tests [ext/standard/tests/general_functions/rand.phpt]
Test bindec() - basic function test bindec() [ext/standard/tests/math/bindec_basic.phpt]
Test mt_srand() - basic function (return values) mt_srand() [ext/standard/tests/math/mt_srand_basic.phpt]
Test mt_srand() - wrong params test mt_srand() [ext/standard/tests/math/mt_srand_error.phpt]
Maths test for xapic versions of srand() [ext/standard/tests/math/srand_basic.phpt]
Test srand() - wrong params test srand() [ext/standard/tests/math/srand_error.phpt]
Test gethostbynamel() function : error conditions [ext/standard/tests/network/gethostbynamel_error.phpt]
money_format test [ext/standard/tests/strings/moneyformat.phpt]
CRYPT_BLOWFISH support [ext/suhosin/tests/funcs/crypt_blowfish.phpt] (warn: ing: include(../skipif.inc): failed to open stream: No such file or directory in /home/user/sources/php-5.2.6/ext/suhosin/tests/funcs/crypt_blowfish.skip.php on line 1)
version string [sapi/cli/tests/001.phpt]
================================================== ===================

Does anyone spot the problem(s)?
Reply With Quote
  #2  
Old 11-18-2008, 10:02 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
check the "Server API" output from phpinfo().
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 07:19 AM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.