From owner-freebsd-questions@FreeBSD.ORG Wed Mar 16 16:40:28 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3662416A4CE for ; Wed, 16 Mar 2005 16:40:28 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA05443D31 for ; Wed, 16 Mar 2005 16:40:27 +0000 (GMT) (envelope-from freebsdnews@gmail.com) Received: by wproxy.gmail.com with SMTP id 70so2494820wra for ; Wed, 16 Mar 2005 08:40:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=I0dJ5J6DpZORFV+oPdNUpKWJ9S0I9Zh70EgaRLwh0aqb7N86gcyiaRswjpStXXJQa7Aucf8Z34+TyM4grrDXK04kSz62Yio5PbvgeWTAVmeqloqZtXI4p+izcFW61JOIaA7eBYb4Tf7arRmsIYWxBBDail5HNFW4yXXiU1rlu90= Received: by 10.54.36.39 with SMTP id j39mr2148387wrj; Wed, 16 Mar 2005 08:40:26 -0800 (PST) Received: by 10.54.50.43 with HTTP; Wed, 16 Mar 2005 08:40:26 -0800 (PST) Message-ID: <8292450b05031608406a9cace8@mail.gmail.com> Date: Wed, 16 Mar 2005 10:40:26 -0600 From: CHris Rich To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Where does FreeBSD install the Qt directory? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: CHris Rich List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 16:40:28 -0000 Trying to compile mysqlcc from source (ports didn't work) and it says install a version of Qt root@arwen [/usr/X11R6/include] > pkg_info | grep qt qt-3.3.3_2 Multiplatform C++ application framework root@arwen [/usr/X11R6/include] > So that should mean I have qt installed right? When I run ./configure script it errors with this: checking "if MySQL Version /usr/local/include/mysql is >= 4.0.0"... yes Qt is not installed. Please install QT 3.0.5 or later After googling and searching I find there is a configure option --with-qt=/path/to/qt but I can't find the path to qt, tried the /usr/X11R6/ include and bin paths still no luck. After yet more googling I can't seem to find the exact place qt is installed Any help greatly appreciated -- Regards