Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17566 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59719 invoked by uid 1010); 6 Aug 2005 22:47:34 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59704 invoked from network); 6 Aug 2005 22:47:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2005 22:47:34 -0000 X-Host-Fingerprint: 195.197.172.115 gw01.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.115:53614] helo=gw01.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 45/43-04646-40E35F24 for ; Sat, 06 Aug 2005 18:47:32 -0400 Received: from nest.netphobia.fi (YZCLXVIII.dsl.saunalahti.fi [85.76.34.69]) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id 4839EF03AE; Sun, 7 Aug 2005 01:47:27 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j76MlUKX002637; Sun, 7 Aug 2005 01:47:30 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j76MlTkk002634; Sun, 7 Aug 2005 01:47:30 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Sun, 7 Aug 2005 01:47:29 +0300 (EEST) Reply-To: Jani Taskinen To: Kamesh Jayachandran cc: internals@lists.php.net In-Reply-To: <1123314598.30365.240102878@webmail.messagingengine.com> Message-ID: References: <1123251558.7568.240056376@webmail.messagingengine.com> <1123314598.30365.240102878@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] Any reasons for not making exif and sockets extensions dynamically loadable. From: sniper@iki.fi (Jani Taskinen) Stupid system it is. :) You should handle this differenly but I don't care. Just add those lines if you can't come up with some better solution. --Jani On Sat, 6 Aug 2005, Kamesh Jayachandran wrote: > Hi Jani, > In NetWare all extensions/sapis need the php5lib(Core php shared > library) which won't be available for these binaries to be linked > without the following lines(in PHP_SHARED_MODULE of acinclude.m4 we set > MODULE_SHARED_LIBADD), > > PHP_SUBST(SOCKETS_SHARED_LIBADD) > PHP_SUBST(EXIF_SHARED_LIBADD) > > Can i checkin this? > > With regards > Kamesh Jayachandran > > On Fri, 5 Aug 2005 23:58:39 +0300 (EEST), "Jani Taskinen" > said: >> On Fri, 5 Aug 2005, Kamesh Jayachandran wrote: >> >>> Hi All, >>> I could not build exif and sockets extension as a shared extension(Our >>> php set up is like windows PHPTS). >>> >>> With the current config.m4 I get link failure stating that php5lib not >>> found. >>> >>> PHP_SUBST(SOCKETS_SHARED_LIBADD) >>> PHP_SUBST(EXIF_SHARED_LIBADD) in the corresponging config.m4 files would >>> do the needful. >> >> Neither of the extensions in questions use any external >> libraries so those lines are unnecessary. >> >> --Jani >> > > -- Donate @ http://pecl.php.net/wishlist.php/sniper