LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-07-2006, 07:03 PM   #1
ckoniecny
Member
 
Registered: Oct 2005
Posts: 162

Rep: Reputation: 30
mysql-query-browser wont launch


I'm trying to execute /usr/bin/mysql-query-browser, which contains the following:

Code:
#!/bin/sh

PRG="$0"

# need this for relative symlinks
while [ -h "$PRG" ] ; do
    ls=`ls -ld "$PRG"`
    link=`expr "$ls" : '.*-> \(.*\)$'`
    if expr "$link" : '/.*' > /dev/null; then
        PRG="$link"
    else
        PRG=`dirname "$PRG"`"/$link"
    fi
done

DIRNAME=`dirname $PRG`
DIRNAME=`cd $DIRNAME/..; pwd`

export MQB_DIR="$DIRNAME"
$PRG-bin
And I get the following error:

Code:
$ /usr/bin/mysql-query-browser
Fontconfig error: "conf.d", line 1: no element found
/usr/bin/mysql-query-browser: line 20:  2959 Segmentation fault      $PRG-bin
Any ideas?
 
Old 03-09-2006, 04:10 AM   #2
zeitounator
Member
 
Registered: Aug 2003
Location: Montpellier, France, Europe, World, Solar System
Distribution: Debian Sarge, Fedora core 5 (i386 and x86_64)
Posts: 262

Rep: Reputation: 30
Quote:
Code:
Fontconfig error: "conf.d", line 1: no element found
This one comes from Fontconfig, not from mysql-query-browser. Try to fix this first (Commenting out the line referencing conf.d in /etc/fonts.conf should do the trick...) and the see if solves the entire issue.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mysql-query-browser thoyyib Linux - Software 1 03-01-2006 12:46 PM
MySQL Query Browser 1kyle SUSE / openSUSE 0 10-21-2005 07:40 AM
Help Error Compiling MySQL Query Browser MarcusG Linux - Software 3 02-06-2005 10:02 AM
Mysql Error: Lost Connection to Mysql during query ramnath Programming 5 11-18-2003 12:27 PM
Kvirc wont launch gazza Linux - Newbie 0 09-09-2003 12:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 10:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration