Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Mar 2005 12:18:12 -0500
From:      Randy Pratt <rpratt1950@earthlink.net>
To:        CHris Rich <freebsdnews@gmail.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Where does FreeBSD install the Qt directory?
Message-ID:  <20050316121812.32ba0949.rpratt1950@earthlink.net>
In-Reply-To: <8292450b05031608406a9cace8@mail.gmail.com>
References:  <8292450b05031608406a9cace8@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 16 Mar 2005 10:40:26 -0600
CHris Rich <freebsdnews@gmail.com> wrote:

> 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

Since Qt seems to be installed, you can find all the files that it
installed and where with:

	pkg_info -L qt-\*|less

HTH,

Randy

-- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050316121812.32ba0949.rpratt1950>