Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21844 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78882 invoked by uid 1010); 11 Feb 2006 13:11:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 78867 invoked from network); 11 Feb 2006 13:11:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Feb 2006 13:11:40 -0000 X-Host-Fingerprint: 194.73.73.209 c2bthomr01.btconnect.com FreeBSD 4.7-5.2 (or MacOS X 10.2-10.3) (2) Received: from ([194.73.73.209:1802] helo=c2bthomr01.btconnect.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id DD/EB-35443-B82EDE34 for ; Sat, 11 Feb 2006 08:11:40 -0500 Received: from VaioCen (host81-138-95-202.in-addr.btopenworld.com [81.138.95.202]) by c2bthomr01.btconnect.com (MOS 3.5.9-GR) with ESMTP id EHY09948; Sat, 11 Feb 2006 13:11:08 GMT Message-ID: <008601c62f0c$abf8f350$ca5f8a51@VaioCen> To: Date: Sat, 11 Feb 2006 13:11:26 -0000 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0083_01C62F0C.A9D5C530" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: RESOLVED: Dead C Scrolls - Standalone Extensions - FLAW IN SUSE RPM From: an.dromeda@btconnect.com ("Andrew Mather") ------=_NextPart_000_0083_01C62F0C.A9D5C530 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Please see George Schlossnagle's response above. ... for want of a nail... Essence of George's reply:=20 ----- the SuSE rpm may install it's header files in $foo/php5, but PHP=20 always expects them to be in $foo/php.=20 You can manually fix this by editing the executable 'php-config' (use=20 locate to find it, it's just a shell script) and change the line: includedir=3D"${prefix}/include/php" to includedir=3D"${prefix}/include/php5" ------ ------=_NextPart_000_0083_01C62F0C.A9D5C530--