Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46913 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48656 invoked from network); 31 Jan 2010 06:57:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2010 06:57:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=jess@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jess@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.185 as permitted sender) X-PHP-List-Original-Sender: jess@zend.com X-Host-Fingerprint: 212.25.124.185 il-mr1.zend.com Received: from [212.25.124.185] ([212.25.124.185:57340] helo=il-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/C3-12356-BD9256B4 for ; Sun, 31 Jan 2010 01:57:33 -0500 Received: from il-gw1.zend.com (unknown [10.1.1.21]) by il-mr1.zend.com (Postfix) with ESMTP id EED07504EC; Sun, 31 Jan 2010 08:40:36 +0200 (IST) Received: from [10.1.2.102] ([10.1.2.102]) by il-gw1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 31 Jan 2010 08:57:28 +0200 Message-ID: <4B6529D8.4020902@zend.com> Date: Sun, 31 Jan 2010 08:57:28 +0200 User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090706) MIME-Version: 1.0 To: Sanjeev Kumar CC: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 31 Jan 2010 06:57:28.0884 (UTC) FILETIME=[A71EDF40:01CAA242] Subject: Re: [PHP-DEV] newbie: my extension not getting compiled/included in Php-5.3.1 (RH linux) From: jess@zend.com (Jess Portnoy) Hello, Please attach your config.m4 file which will help understand what's wrong. You should also try to compare yours with an existing one, maybe the problem will become apparent simply by comparison. May the source be with you, Best regards, Jess Portnoy Sanjeev Kumar wrote: > I am new to Php-dev and trying to add an extension to Php > > I downloaded php-5.3.1 src on RedHatLinux4 . After adding my extension, the > configure/make doesn't build my extension and include in Php. > > commands that I ran after unzipping the php5.3.1 src: > > cd ext > ./ext_skel --extname=pdo-mydbext > > > cd .. > ./buildconf --force > ./configure --enable-pdo-mydbext > make > > My issue: > No objects are compiled for my pdo-mydbext. > In fact, seeing the output of ./configure on screen, I can see that my ext > didn't called in extensions list. > < .". whether to enable pdo-myext ..."> didn't get displayed by > ./configure & make didn't build myext. > > What do I need to add my extension(to be compiled, and so on..) > > > thanks, > -sanjeev > >