Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17557 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61125 invoked by uid 1010); 6 Aug 2005 07:50:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61109 invoked from network); 6 Aug 2005 07:50:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2005 07:50:02 -0000 X-Host-Fingerprint: 66.111.4.29 out5.smtp.messagingengine.com Received: from ([66.111.4.29:57932] helo=out5.smtp.messagingengine.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 44/7B-04646-AAB64F24 for ; Sat, 06 Aug 2005 03:50:02 -0400 Received: from web1.messagingengine.com (web1.internal [10.202.2.210]) by frontend1.messagingengine.com (Postfix) with ESMTP id 70C7BCC7E84; Sat, 6 Aug 2005 03:49:58 -0400 (EDT) Received: by web1.messagingengine.com (Postfix, from userid 99) id A5336360; Sat, 6 Aug 2005 03:49:58 -0400 (EDT) Message-ID: <1123314598.30365.240102878@webmail.messagingengine.com> X-Sasl-Enc: Ju+9YwOAODkpq/SSE+i89LlpQ2cmnX+b8LX4opJnLUo4 1123314598 To: "Jani Taskinen" Cc: internals@lists.php.net Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.5 (F2.73; T1.001; A1.64; B3.05; Q3.03) References: <1123251558.7568.240056376@webmail.messagingengine.com> In-Reply-To: Date: Sat, 06 Aug 2005 13:19:58 +0530 Subject: Re: [PHP-DEV] Any reasons for not making exif and sockets extensions dynamically loadable. From: kameshj@fastmail.fm ("Kamesh Jayachandran") 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 > -- http://www.fastmail.fm - IMAP accessible web-mail