ID: 22394 Updated by: [EMAIL PROTECTED] Reported By: apiotr at itm dot pcz dot czest dot pl -Status: Open +Status: Feedback Bug Type: Apache2 related Operating System: UnixWare 7.1.1 PHP Version: 4.3.1 New Comment:
Have you done any OTHER changes perhaps? As changing that breaks it for sure. WHAT error do you get if you don't change it?? (and please DO NOT add any file contents here unless they're asked for) Previous Comments: ------------------------------------------------------------------------ [2003-03-05 04:06:37] apiotr at itm dot pcz dot czest dot pl Unfortunately in this snapshot version is the same problem. During compilation I have one error in file sapi_apache2.c. I must change line 506 from: apache2_sapi_module.shutdown(&apache2_sapi_module) to: apache2_sapi_module_shutdown(&apache2_sapi_module) After this modification I don’t have any errors. This is my libphp4.la file: # libphp4.la - a libtool library file # Generated by ltmain.sh - GNU libtool 1.4.3 (1.922.2.110 2002/10/23 01:39:54) # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='' # Names of this library. library_names='' # The name of the static archive. old_library='libphp4.a' # Libraries that this one depends upon. dependency_libs=' -R/usr/ucblib -L/usr/ucblib -lresolv -lm -lsocket' # Version information for libphp4. current=0 age=0 revision=0 # Is this an already installed library? installed=yes # Files to dlopen/dlpreopen dlopen='' dlpreopen='' # Directory that this library needs to be installed in: libdir='/6/libs' ------------------------------------------------------------------------ [2003-03-04 20:28:39] [EMAIL PROTECTED] Please get the latest snapshot from today, and try with this configure line: #./configure --with-apxs2=/usr/local/apache2/bin/apxs --disable-all && make && make install What errors do you get? ------------------------------------------------------------------------ [2003-02-26 08:35:32] apiotr at itm dot pcz dot czest dot pl In this CVS version is the same problem. ------------------------------------------------------------------------ [2003-02-24 09:47:55] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip ------------------------------------------------------------------------ [2003-02-24 09:23:59] apiotr at itm dot pcz dot czest dot pl I have big problem with PHP 4.3.1 on UnixWare 7.1.1. After compilation source version of PHP 4.3.1 I don't have the libphp4.so module for Apache 2.0.43. I have only library files libphp4.a and libphp4.la. During compilation I don't have any errors messages. My configuration options: ./configure \ --with-mysql=/usr/local/mysql --with-zlib --with-openssl \ --enable-sysvmsg --enable-sysvsem --enable-sysvshm \ --with-java=/opt/java2-1.2.2 --enable-ftp --enable-dba \ --with-dom=/usr/local/lib --with-gd --with-jpeg-dir --with-png-dir \ --enable-filepro --enable-safe-mode --with-exec-dir --with-bz2 \ --enable-track-vars --enable-force-cgi-redirect --with-gettext \ --with-gdbm --enable-cgi --enable-cli \ --with-apxs2=/usr/local/apache2/bin/apxs ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22394&edit=1