当前位置: 技术问答>linux和unix
一个初学者遇到的简单问题。一个周了,还没有解决,高手帮帮我吧
来源: 互联网 发布时间:2015-09-03
本文导语: 我在http://www.linuxeden.com/download/softdetail.php?softid=131 处下载了一个MYSQL数据库管理客户端kmysql-1.2.1.tar.gz 预备:在/etc/建立了一目录kmysql 首先进行gzip和tar都通过了 然后进入kmysql-1.2.1目录,在用./configure --prefix=/etc/kmysql...
我在http://www.linuxeden.com/download/softdetail.php?softid=131
处下载了一个MYSQL数据库管理客户端kmysql-1.2.1.tar.gz
预备:在/etc/建立了一目录kmysql
首先进行gzip和tar都通过了
然后进入kmysql-1.2.1目录,在用./configure --prefix=/etc/kmysql命令运行时就出了问题
下面是提示:
loading cache ./config.cache
checking how to run the C++ preprocessor... /lib/cpp
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
我不知道错在哪里,请高手指点呀
--------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
以下是readme.txt的内容:
PLEASE READ THIS
------------------
This is free software. It is provided without any garranty, under
the GPL licence (see COPYING).
Versions 1.x.x are so called because the original (not so ambitious) goal
was reached. It doesn't mean that these releases are final, stables and so on...
If you encounter some problems, please mail me.
WEB HOME
----------
http://www.xnot.com/kmysql
ftp://ftp.xnot.com/kmysql/pub/
INTRODUCTION
--------------
This is a MySql client wich can be used in replacement of
the text-mode one, provided by default with mysql. By submiting
SQL queries, you can do everithing you would using the standard client.
But you can also create forms to provide GUI-driven queries.
It also provides a table creating facility.
REQUIREMENTS
--------------
- Qt v1.42 or +
- KDE v1.1.1 or +
- At least one KMySql plugin (eg: kmp_mysql)
Here are links to these packages:
* Qt can be found at: http://www.troll.no
* KDE can be found at: http://www.kde.org
* KMySql plugins can be found at the same place than kmysql
INSTALL
----------
As usual:
./configure
make
make install
处下载了一个MYSQL数据库管理客户端kmysql-1.2.1.tar.gz
预备:在/etc/建立了一目录kmysql
首先进行gzip和tar都通过了
然后进入kmysql-1.2.1目录,在用./configure --prefix=/etc/kmysql命令运行时就出了问题
下面是提示:
loading cache ./config.cache
checking how to run the C++ preprocessor... /lib/cpp
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
我不知道错在哪里,请高手指点呀
--------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
以下是readme.txt的内容:
PLEASE READ THIS
------------------
This is free software. It is provided without any garranty, under
the GPL licence (see COPYING).
Versions 1.x.x are so called because the original (not so ambitious) goal
was reached. It doesn't mean that these releases are final, stables and so on...
If you encounter some problems, please mail me.
WEB HOME
----------
http://www.xnot.com/kmysql
ftp://ftp.xnot.com/kmysql/pub/
INTRODUCTION
--------------
This is a MySql client wich can be used in replacement of
the text-mode one, provided by default with mysql. By submiting
SQL queries, you can do everithing you would using the standard client.
But you can also create forms to provide GUI-driven queries.
It also provides a table creating facility.
REQUIREMENTS
--------------
- Qt v1.42 or +
- KDE v1.1.1 or +
- At least one KMySql plugin (eg: kmp_mysql)
Here are links to these packages:
* Qt can be found at: http://www.troll.no
* KDE can be found at: http://www.kde.org
* KMySql plugins can be found at the same place than kmysql
INSTALL
----------
As usual:
./configure
make
make install
|
- Qt v1.42 or +
- KDE v1.1.1 or +
- At least one KMySql plugin (eg: kmp_mysql)
请楼主确定是否已经安装以上三个东东.
- KDE v1.1.1 or +
- At least one KMySql plugin (eg: kmp_mysql)
请楼主确定是否已经安装以上三个东东.
|
pls install your X related rpms.
You can type in
#ls *Xfree*
under your RPMS directory in the installation CD.
then
#rpm -ivh *Xfree* --force --bid
I guess your problem is caused by missing X pakcages.
You can type in
#ls *Xfree*
under your RPMS directory in the installation CD.
then
#rpm -ivh *Xfree* --force --bid
I guess your problem is caused by missing X pakcages.
|
你的KDE没装全,Can't find X includes,或者两套软体的兼容有问题吧.
|
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
X 的头文件没有,也就是X的开发包没装上,装上就行了。
X 的头文件没有,也就是X的开发包没装上,装上就行了。