Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2068 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16698 invoked from network); 28 May 2003 15:54:53 -0000 Received: from unknown (HELO mailout06.sul.t-online.com) (194.25.134.19) by pb1.pair.com with SMTP; 28 May 2003 15:54:53 -0000 Received: from fwd05.sul.t-online.de by mailout06.sul.t-online.com with smtp id 19L3GO-0000p6-03; Wed, 28 May 2003 17:54:52 +0200 Received: from vega.thetaphi.de (320003461825-0001@[217.229.57.79]) by fmrl05.sul.t-online.com with esmtp id 19L3GK-2GblVgC; Wed, 28 May 2003 17:54:48 +0200 Message-ID: <5.2.0.9.0.20030528174429.02a67ae0@pop3.web.de> X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Wed, 28 May 2003 17:54:47 +0200 To: internals@lists.php.net Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Sender: 320003461825-0001@t-dialin.net Subject: configure error under solaris in PHP 4.3.2 From: uwe@thetaphi.de (Uwe Schindler) 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). Uwe