Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21181 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83922 invoked by uid 1010); 12 Dec 2005 03:53:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83907 invoked from network); 12 Dec 2005 03:53:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Dec 2005 03:53:51 -0000 X-Host-Fingerprint: 84.56.23.29 dslb-084-056-023-029.pools.arcor-ip.net Received: from ([84.56.23.29:23312] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 28/A2-49905-F44FC934 for ; Sun, 11 Dec 2005 22:53:51 -0500 To: internals@lists.php.net,invisible@hidden-city.net (Dragan Stanojevic - Nevidljivi) Date: Mon, 12 Dec 2005 04:53:14 +0100 Message-ID: <20051212045314.0730ab1d@localhost.localdomain> In-Reply-To: <439CDD9B.7060204@hidden-city.net> References: <439CDD9B.7060204@hidden-city.net> Reply-To: pierre.php@gmail.com X-Newsreader: Sylpheed-Claws 1.9.14 (GTK+ 2.8.6; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Posted-By: 84.56.23.29 Subject: Re: Compiling php (installed build directory) From: pierre.php@gmail.com (Pierre) On Mon, 12 Dec 2005 03:16:59 +0100 invisible@hidden-city.net (Dragan Stanojevic - Nevidljivi) wrote: > since bogus-dir doesn't exists, those files are not created... > Shouldn't "make install" make a /usr/local/bogus-dir? If you do not have special folders for your libs (like lib64), you do not have to use this option. For example, on my amd64 box I have to use --with-libdir=/lib64 --Pierre