Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2069 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20532 invoked from network); 28 May 2003 15:57:45 -0000 Received: from unknown (HELO milton.schell.de) (217.160.72.35) by pb1.pair.com with SMTP; 28 May 2003 15:57:45 -0000 Received: (qmail 21467 invoked by uid 501); 28 May 2003 15:57:43 -0000 Received: from unknown (HELO eco.foo) (80.143.45.129) by kdserv.de with SMTP; 28 May 2003 15:57:43 -0000 Received: from localhost (localhost [127.0.0.1]) by eco.foo (Postfix) with ESMTP id 5AC814A857; Wed, 28 May 2003 17:57:43 +0200 (CEST) Date: Wed, 28 May 2003 17:57:42 +0200 (CEST) X-X-Sender: sas@eco.foo To: Uwe Schindler Cc: internals@lists.php.net In-Reply-To: <5.2.0.9.0.20030528174429.02a67ae0@pop3.web.de> Message-ID: References: <5.2.0.9.0.20030528174429.02a67ae0@pop3.web.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] configure error under solaris in PHP 4.3.2 From: sascha@schumann.cx (Sascha Schumann) On Wed, 28 May 2003, Uwe Schindler wrote: > during configure of PHP 4.3.2-RC3 under solaris 9 the following occurs: > checking for dlfcn.h... no > > this leads to the fact that no dynamic things never work and compiler > warning that "dlsym" is undefined occurs. This header file is available > under /usr/include so it should normally work... Is this fixed in RC4 (I > cannot use RC4 under solaris because of the missing fd-patch). Works here with php4-STABLE-200305280330 and GCC. $ grep DLFCN main/php_config.h #define HAVE_DLFCN_H 1 $ uname -a SunOS foo 5.9 Generic_112233-05 sun4u sparc SUNW,Ultra-5_10 - Sascha