[PHP-DEV] [PHP-QA] 4.0.5RC1 on Solaris x86 From: Kirill Maximov (kir <email protected>)
Date: 03/14/01

  hi,

  Compiles an works fine both as CGI and Apache module. But, there are
  some problems with test environment, almost all tests are failed :(.
  When I run script like 030.php from command line, it outputs 'success',
  from run_tests.php, it outputs nothing (empty file 030.out).

  Platform: Sun Solaris 7 x86, Apache/1.3.14 (Unix) rus/PL30.0
          Modules: Oracle 7.3.2, Mysql 3.23.27-beta, SysV semaphores & shared memory, GD 1.8.3 +
          Jpeg + Freetype 1.3.1, Zlib 1.1.3
  
  Configure 1 (CGI):

./configure \
--with-jpeg-dir=/usr/local \
--with-gd --with-oracle \
--with-mysql=/usr/local \
--disable-debug \
--enable-magic-quotes=yes \
--enable-memory-limit=yes \
--enable-url-fopen-wrapper=yes \
--enable-sysvsem=yes \
--enable-sysvshm=yes \
--enable-track-vars=yes \
--with-system-regex \
--enable-safe-mode \
--with-gdbm \
--with-java=/usr/local/j2sdk1_3_0 \
--with-zlib

  Configure 2 (Apache module):
./configure \
--with-jpeg-dir=/usr/local \
--with-gd --with-oracle \
--with-mysql=/usr/local \
--with-config-file-path=/h/home/kir/SOFT/conf \
--with-apxs=/h/home/kir/SOFT/bin/apxs \
--disable-debug \
--enable-magic-quotes=yes \
--enable-memory-limit=yes \
--enable-url-fopen-wrapper=yes \
--enable-sysvsem=yes \
--enable-sysvshm=yes \
--enable-track-vars=yes \
--with-system-regex \
--enable-safe-mode \
--with-gdbm \
--with-mod_charset \
--with-java=/usr/local/j2sdk1_3_0 \
--with-zlib

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>