Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3418 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7566 invoked from network); 15 Jul 2003 01:58:05 -0000 Received: from unknown (HELO presence-group.net) (67.161.74.180) by pb1.pair.com with SMTP; 15 Jul 2003 01:58:05 -0000 Received: by presence-group.net (CommuniGate Pro PIPE 4.1b9) with PIPE id 2550266; Mon, 14 Jul 2003 18:58:05 -0700 Received: from [172.30.11.6] (account blakers [172.30.11.6] verified) by presence-group.net (CommuniGate Pro SMTP 4.1b9) with ESMTP-TLS id 2550261 for internals@lists.php.net; Mon, 14 Jul 2003 18:58:00 -0700 Date: Mon, 14 Jul 2003 18:57:58 -0700 To: internals@lists.php.net Message-ID: <2147483647.1058209078@[172.30.11.6]> X-Mailer: Mulberry/3.1.0b4 (Mac OS X) X-Mailer: IMAP Client MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Checker-Version: SpamAssassin 2.60-cvs (1.195-2003-06-30-exp) on server.internal.presence-group.net X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.60-cvs X-Spam-Report: Subject: Re: UNDEFINED php_check_open_basedir_ex in php450head's ext/standard/filestat.c From: blakers@mac.com (R Blake) > hi all, > > i've built php-4.3.3RC1 successfully on OSX 10.2.6 (running with Apache2 > (Dev)) and it works just great! > > however, a build attempt of php450 head however dies in make with: > > > ld: Undefined symbols: > _php_check_open_basedir_ex > make: *** [libs/libphp4.bundle] Error 1 > > > a quick check shows that "_php_check_open_basedir_ex" appears in filestat.c > in 450head, but nowehre in 433RC1. > > i've found (so far) no reference to a solution, or even mention of a > problem ....., on the board > > am i missing something? > > > many thanks! > > richard