From owner-freebsd-questions Mon Jul 2 8:44:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233]) by hub.freebsd.org (Postfix) with ESMTP id 002E637B405 for ; Mon, 2 Jul 2001 08:44:41 -0700 (PDT) (envelope-from lplist@closedsrc.org) Received: by q.closedsrc.org (Postfix, from userid 1003) id 3FF7155407; Mon, 2 Jul 2001 08:29:50 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by q.closedsrc.org (Postfix) with ESMTP id 3031951610; Mon, 2 Jul 2001 08:29:50 -0700 (PDT) Date: Mon, 2 Jul 2001 08:29:50 -0700 (PDT) From: Linh Pham To: Jim Freeze Cc: Subject: Re: php install and ./configure -with-mysql In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2001-07-02, Jim Freeze scribbled: # Hi: # # I am following the article "Installing Apache and PHP" found in the # May/June issue of Daemon News - issue 4. In the article it says to # configure apache like so: # # ./configure -with-mysql -with-apache=../apache_1.3.20 # [snip] # If I choose to use the --with-mysql=/path/to/mysql, what do I use as my # path? I installed mysql via pkg_add. Is the path the path to the # executable or header files or what? According to the PHP Documentation: --- start doc snippet --- PHP 3: Include MySQL support. DIR is the MySQL base install directory, defaults to searching through a number of common places for the MySQL files. PHP 4: Include MySQL support. DIR is the MySQL base directory. If unspecified, the bundled MySQL library will be used. This option is turned on by default. --- end doc snippet --- Hope this helps a little :) -- Linh Pham [lplist@closedsrc.org] // 404b - Brain not found To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message