自己编译ubuntu 7.04下使用mysql-gui


在Ubuntu 7.04版本中,下面这个版本的mysql-gui使用时将出现如下错误,这是我在mysql官方提供的参考,具地址如下http://bugs.mysql.com/bug.php?id=28959,这里提供了解决办法,也就是你需要自己编译才能使用这个工具。错误报告:

tar zxvf mysql-gui-tools-5.0r12-linux-i386.tar.gz
cd mysql-gui-tools-5.0r11b-linux-i386
./mysql-administrator --update-paths
# You get prompted to do this if you run ./mysql-administrator directly
./mysql-administrator
# Supply "Server Hostname", "Username", and "Password" then click "Connect" button.
# Observe the follow messages in the console:
(mysql-administrator-bin:17941): Gtk-WARNING **: Unable to locate theme engine in
module_path: "ubuntulooks",
Fontconfig warning: line 32: unknown element "cachedir"
Fontconfig warning: line 33: unknown element "cachedir"
Fontconfig warning: "/etc/fonts/conf.d/80-delicious.conf", line 18: invalid match target
"scan"
./mysql-administrator-bin: symbol lookup error: /usr/lib/libbonoboui-2.so.0: undefined
symbol: g_type_register_static_simpl

编译:
  • 1
  • 2
  • 下一页
【内容导航】
第1页:自己编译解决ubuntu 7.04下mysql-gui的错误问题 第2页:自己编译ubuntu 7.04下使用mysql-gui

相关内容