The K Desktop Environment

Next Previous Table of Contents

2. Installation

2.1 How to obtain kmysqladmin

You can download the latest version of kmysqladmin all the times from the homepage

http://www.webeifer.de/alwin/Programs/KMySqlAdmin or from

ftp://ftp.kde.org:/pub/kde/unstable/apps/database.

2.2 Requirements

For compiling the software, you need the mysql-developer-kit installed. For compiling you should run egcs-1.0.x or above (I build with egcs-1.1.2). The development libraries of KDE and QT (1.1 / 1.4.2) are - of course - required, too.

If you try to install a binarie package, only the runtime environment of KDE / Qt is required. The MySql-Api is static compiled in.

2.3 Compilation and installation

In order to compile and install kmysqladmin on your system, type the following in the base directory of the kmysqladmin distribution:

% ./configure
% make
% make install

If your mysql.h and your libmysqlclient.a is not installed in /usr/include/mysql respective /usr/lib/mysql, you should call

% ./configure --with-mysql-include=<where-your-mysql.h-is-located> --with-mysql-lib=<place-of-libmysqlclient.a>

Since kmysqladmin uses

autoconf
you should have not trouble compiling it. Should you run into problems please report them to the the author at Rajko Albrecht

Next Previous Table of Contents