From owner-freebsd-questions@FreeBSD.ORG Wed Feb 9 17:59:52 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 CADAD16A4CE for ; Wed, 9 Feb 2005 17:59:52 +0000 (GMT) Received: from web50406.mail.yahoo.com (web50406.mail.yahoo.com [206.190.38.71]) by mx1.FreeBSD.org (Postfix) with SMTP id 4F35243D1D for ; Wed, 9 Feb 2005 17:59:52 +0000 (GMT) (envelope-from dsobiera@yahoo.com) Received: (qmail 98048 invoked by uid 60001); 9 Feb 2005 17:59:51 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; b=K60bHvwhwOnD+WOcIjHDI+iWlj3SlB2GwXN0B7HuRYjapSl54X3LMahLYt3GMYrrI3bH7DzHIIPG+rOotMMbjAEWfrLWdUtkn5enDYhgJg2y353YTlKGHPdfOTRXWBql++Wb1FrvVdPOraBpVbdKS5dP3vaVqmfjygcw/Lp+seQ= ; Message-ID: <20050209175951.98046.qmail@web50406.mail.yahoo.com> Received: from [149.169.117.119] by web50406.mail.yahoo.com via HTTP; Wed, 09 Feb 2005 09:59:51 PST Date: Wed, 9 Feb 2005 09:59:51 -0800 (PST) From: Damian Sobieralski To: freebsd-questions@freebsd.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: RE: MySQL query tool and Administrator X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Feb 2005 17:59:52 -0000 I downloaded the source from: http://dev.mysql.com/downloads/query-browser/1.1.html I extracted and it created three directories: mysql-query-browser-1.1.5/ mysql-gui-common/ mysql-query-browser/ I cd into mysql-query-broswer-1.1.5/mysql-query-browser and ran ./configure. It fails at the following: checking for mysql_config... -I/usr/local/include/mysql -O -pipe checking for mysql_config... -L/usr/local/lib/mysql -lmysqlclient -lz -lcrypt -lm checking for pkg-config... /usr/local/bin/pkg-config checking for glib-2.0 libxml-2.0 >= 2.6.2... yes checking GLIB_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include checking GLIB_LIBS... -L/usr/local/lib -lglib-2.0 -lxml2 -lz -liconv -lm checking for libglade-2.0 gthread-2.0 libxml-2.0 >= 2.6.2 libgtkhtml-3.0 gtkmm-2.0... gnome-config: not found gnome-config: not found Package libgtkhtml-3.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `libgtkhtml-3.0.pc' to the PKG_CONFIG_PATH environment variable No package 'libgtkhtml-3.0' found configure: error: Library requirements (libglade-2.0 gthread-2.0 libxml-2.0 >= 2.6.2 libgtkhtml-3.0 gtkmm-2.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. Installed gnome via packages: pkg_info | grep gnome: gnome-icon-theme-1.2.3 A collection of icons for the GNOME 2 desktop gnome-themes-2.6.3 A collection of themes and icons for GNOME 2 designed for a gnomeapplets2-2.6.2.1_4 Applets components for the Gnome 2 Desktop Environment gnomeaudio2-2.0.0 Sound files for use with GNOME 2 gnomecontrolcenter2-2.6.1_3 Control center for GNOME 2 project gnomedesktop-2.6.2 Additional UI API for GNOME 2 gnomegames2-2.6.2_2 The game applications package for the Gnome 2 Desktop Envir gnomehier-1.0_19 A utility port that creates the GNOME directory tree gnomekeyring-0.2.1_1 A program that keeps passwords and other secrets gnomemag-0.10.11 GNOME screen magnifier gnomemedia2-2.6.2_6 Multimedia applications for the GNOME 2 desktop gnomemimedata-2.4.1_2 A MIME and Application database for GNOME gnomenetstatus-2.6.2.1 A GNOME applet that shows network status gnomepanel-2.6.2_1 Panel component for the GNOME 2 Desktop gnomesession-2.6.2 Session component for the GNOME 2 desktop gnomespeech-0.3.5 GNOME text-to-speech API gnomesystemmonitor-2.6.0_2 GNOME 2 system monitor program gnometerminal-2.6.1_2 Terminal component for the GNOME 2 Desktop gnomeuserdocs2-2.6.0.1 GNOME 2 users guide gnomeutils2-2.6.2_1,1 GNOME 2 support utilities gnomevfs2-2.6.2_1 GNOME Virtual File System gucharmap-gnome-1.4.1 A Unicode/ISO10646 character map and font viewer libgail-gnome-1.0.6 An implementation of the ATK interfaces for GNOME widgets libgnome-2.6.1.2 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.6.1.1 A graphics library for GNOME libgnomeprint-2.6.2 Gnome print support library libgnomeprintui-2.6.2 Gnome print support library libgnomeui-2.6.1.1 Libraries for the GNOME GUI, a GNU desktop environment This might be a simpleton-ish question but any advice where I can go from here? --- Ted Mittelstaedt wrote: > > > > -----Original Message----- > > From: owner-freebsd-questions@freebsd.org > > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Paul > Schmehl > > Sent: Thursday, February 03, 2005 2:19 PM > > To: Damian Sobieralski; freebsd-questions@freebsd.org > > Subject: Re: MySQL query tool and Administrator > > > > > > Go to /usr/ports/emulators/linux_base/ and install the linux > > emulator port. > > Then you can install the query browser. I've played with it a > > little. It > > works OK but tends to core occasionally. > > > > My God Paul, this is FreeBSD we are talking about, not Windows!!! > > Granted he will need the Gnome desktop installed since it calls for > glib-2.0 and libxml-2.0 but the source is at the URL he gave, > download > it, unzip it, untar it, cd to ~mysql-query-browser and run configure > then make and make install. > > No wonder you found it unstable. Since when does anyone run a Linux > binary of a program that has source available?!?!? > > > > Ted > > >