Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46912 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47161 invoked from network); 31 Jan 2010 06:50:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2010 06:50:27 -0000 Authentication-Results: pb1.pair.com smtp.mail=replyskumar@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=replyskumar@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.92.27 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: replyskumar@gmail.com X-Host-Fingerprint: 74.125.92.27 qw-out-2122.google.com Received: from [74.125.92.27] ([74.125.92.27:35731] helo=qw-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D0/83-12356-338256B4 for ; Sun, 31 Jan 2010 01:50:27 -0500 Received: by qw-out-2122.google.com with SMTP id 5so559809qwi.59 for ; Sat, 30 Jan 2010 22:50:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Pwj8cOubytaDETXhfqYd9pJ1CwPeyNr9jyL2uPPdwYc=; b=c+fXdwAPW0cLEWmnL5NsPW+K0l9MwdyH/zLy0gLL9NlAvqi6JicbSZVnUmX7aXt5rU dpO1MtGXsmQNlXYJqB28dSnCjR6A0jluu/zk/U+9txb+nXV2RXJ8FkkkQcWvf/9o1MmH J3aGQ2JOEYHTn27zyn/wc/jvmjzibdT0JncZ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=efBvJuhZraU+BQDyHFlM1OH21zIlrECVBgtyJDQNZXeKortePy+UQXbr06WmZTc21S 4zePjyjkxihpx+BgEnU7FnHat20Ltvvsux7xlXRQNwe5hSnYIl3kLwtGw8GsglEMsuY2 +pmgB2SGBcoHkJaeAhVd7OJocBrVrEgdT8Qgc= MIME-Version: 1.0 Received: by 10.229.62.84 with SMTP id w20mr1021210qch.96.1264920624040; Sat, 30 Jan 2010 22:50:24 -0800 (PST) Date: Sun, 31 Jan 2010 12:20:24 +0530 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=00235479075c770b6e047e704810 Subject: newbie: my extension not getting compiled/included in Php-5.3.1 (RH linux) From: replyskumar@gmail.com (Sanjeev Kumar) --00235479075c770b6e047e704810 Content-Type: text/plain; charset=ISO-8859-1 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 --00235479075c770b6e047e704810--