Date: Wed, 9 Feb 2005 09:59:51 -0800 (PST) From: Damian Sobieralski <dsobiera@yahoo.com> To: freebsd-questions@freebsd.org Subject: RE: MySQL query tool and Administrator Message-ID: <20050209175951.98046.qmail@web50406.mail.yahoo.com> In-Reply-To: <LOBBIFDAGNMAMLGJJCKNGEDMFAAA.tedm@toybox.placo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <tedm@toybox.placo.com> 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?!?!? > > <shaking head> > > Ted > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050209175951.98046.qmail>