X-Spam-Check-By: sourceware.org Message-ID: <462F830B.E051F299@dessent.net> Date: Wed, 25 Apr 2007 09:34:19 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: perl DBD::mysql under cygwin question References: <403265 DOT 29218 DOT qm AT web52004 DOT mail DOT re2 DOT yahoo DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com [ There is no need to email me directly. I set the reply-to to the list. ] fungazid fungazid wrote: > 1) cygwin is installed under C:\cygwin folde. > 2) I unpacked mysql linux source to C:\cygwin\home. > 3) I CD to the new folder > (C:\cygwin\home\mysql-5.0.37). > 4) run the command: > ./configure --prefix=/home/mysql-5.0.37 > --without-server You're configuring with a prefix that is the same as srcdir. That's completely nonsensical. --prefix is the root of where the files should be installed, typically /usr/local. Don't set it to the directory where you unpacked the sources. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/