G�tz Waschk wrote:
Am Dienstag, 26. November 2002, 10:37:55 Uhr MET, schrieb Pascal Terjan:
I tryied to install kdevelop and was surprised it wanted to install me
postgre and mysql servers (cf http://pascal.terjan.free.fr/tmp/kdev.txt)
So I tryied to look into the dependencies, I found It came from
libqt3-devel depending on MySQL-devel and postgresql-devel
MySQL-devel then requires MySQL >= 3.23.52 and MySQL-client >= 3.23.52
Is this normal ?
Unfortunately yes. If you search the archive, this has already been
discussed on the Cooker list. A possible solution would be to split
libqt3-devel into a libqt3-devel and a libqt3-db-devel package. That
way you only would need to install MySQL and postgresql if you wanted
to develop a database application with QT.
CU
But why do we need to have a local server to develop mysql/postgresql
applications ? Isn't the client enough ?