From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 23 05:30:20 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 669BA16A4CF for ; Fri, 23 Jul 2004 05:30:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57F1F43D45 for ; Fri, 23 Jul 2004 05:30:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i6N5UKk7046474 for ; Fri, 23 Jul 2004 05:30:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6N5UKRP046473; Fri, 23 Jul 2004 05:30:20 GMT (envelope-from gnats) Resent-Date: Fri, 23 Jul 2004 05:30:20 GMT Resent-Message-Id: <200407230530.i6N5UKRP046473@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vadim Mikhailov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4F3C16A4CE for ; Fri, 23 Jul 2004 05:20:15 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD4E943D49 for ; Fri, 23 Jul 2004 05:20:15 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i6N5KDx2051536 for ; Fri, 23 Jul 2004 05:20:13 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i6N5KDXe051535; Fri, 23 Jul 2004 05:20:13 GMT (envelope-from nobody) Message-Id: <200407230520.i6N5KDXe051535@www.freebsd.org> Date: Fri, 23 Jul 2004 05:20:13 GMT From: Vadim Mikhailov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/69464: php4-wddx broken - php4 cannot load wddx.so X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2004 05:30:20 -0000 >Number: 69464 >Category: ports >Synopsis: php4-wddx broken - php4 cannot load wddx.so >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 23 05:30:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Vadim Mikhailov >Release: 5.2.1-RELEASE-p9 >Organization: >Environment: FreeBSD vortex.xxx.com 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Tue Jul 6 14:50:30 PDT 2004 mvp@vortex.xxx.com:/usr/obj/usr/src/sys/VORTEX i386 >Description: After complete reinstall of apache2, php4 and php4-extensions as of July 22, 2004, PHP does not seem to be able to use new wddx.so. I moved all extension=xxx.so lines from the bottom of php.ini where they were errorneously put by php4-extensions installer to the correct section. Now my /usr/local/etc/php.ini looks like this: extension=ctype.so extension=imap.so extension=openssl.so extension=pgsql.so extension=pcre.so extension=posix.so extension=session.so extension=tokenizer.so extension=zlib.so extension=bcmath.so extension=calendar.so extension=exif.so extension=ftp.so extension=gd.so extension=gettext.so extension=imagick.so extension=ldap.so extension=mcrypt.so extension=mhash.so extension=mysql.so extension=overload.so extension=readline.so extension=shmop.so extension=xmlrpc.so extension=xml.so extension=wddx.so Now after I restart apache all modules work fine except wddx.so. PHP spits this in apache httpd-error.log: PHP Warning: Unknown(): Invalid library (maybe not a PHP library) 'wddx.so' in Unknown on line 0 [Thu Jul 22 19:33:23 2004] [notice] Apache/2.0.50 (FreeBSD) PHP/4.3.8 mod_ssl/2.0.50 OpenSSL/0.9.7d configured -- resuming normal operations WDDX also does not show up in phpinfo output. If I comment out wddx.so in php.ini, I don't see this warning, and phpinfo() confirms that all other PHP modules are loaded ok. >How-To-Repeat: cvsup ports as of July 22, 2004 on FreeBSD system, install apache2, php4 and php4-wddx ports. Start apache and see httpd-error.log that wddx.so cannot be properly loaded. Any other PHP module works. >Fix: I think compiling in WDDX statically should work, at least it used to work for me just week ago. >Release-Note: >Audit-Trail: >Unformatted: