ID: 22394 User updated by: apiotr at itm dot pcz dot czest dot pl Reported By: apiotr at itm dot pcz dot czest dot pl -Status: Feedback +Status: Open Bug Type: Apache2 related Operating System: UnixWare 7.1.1 PHP Version: 4.3.1 New Comment:
OK. This compile problem is fixed now. But I have the same problem - no libphp4.so module. After make install I have this error messages: Warning! dlname not found in /usr/local/apache2/modules/libphp4.la. Assuming instaling a .so rather than a libtool archive. WARNING: Cannot access /usr/local/apache2/modules/libphp4.so : No such file or directory. apxs:Error: Command failed with rc=65536 Now I have Apache 2.0.44, but the same problem is in 2.0.43 version. Previous Comments: ------------------------------------------------------------------------ [2003-03-05 10:15: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 That compile problem should be fixed now. So please try the latest snapshot and don't modify any files.. :) ------------------------------------------------------------------------ [2003-03-05 08:13:09] apiotr at itm dot pcz dot czest dot pl This is the error message: In function 'php_apache_server_shutdown':507 structure has no member named '_shutdown' Error 1 ------------------------------------------------------------------------ [2003-03-05 06:47:43] [EMAIL PROTECTED] And Update your Apache to 2.0.44 first. ------------------------------------------------------------------------ [2003-03-05 06:47:05] [EMAIL PROTECTED] 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) ------------------------------------------------------------------------ [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' ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/22394 -- Edit this bug report at http://bugs.php.net/?id=22394&edit=1