pre-compiled libmysqlclient.a for MinGW?

2003-06-05 Thread Markus Gerwinski
Hello, I'm currently trying to install the MySQL++ API on a MinGW system. Unfortunately, I'm lacking of a libmysqlclient.a for that sake. In the web, I found some (broken) links to a site named http://www.johnydog.cz/projects.php, where there ought to be a MinGW port of libmysqlclient for mysql-3

Build problem in mysql++-1.7.9

2003-03-13 Thread Markus Gerwinski
Hello, when building mysql++-1.7.9 from the source distribution, I get an error message: const_string1.hh:50: `out_of_range' undeclared (first use this function) I checked the source at that line, and indeed the exception `out_of_range' seems to be incorrectly used: The `std' namespace isn't def

Changing the library path in libsqlplus.la

2003-03-13 Thread Markus Gerwinski
Hello, when linking to libsqlplus from an own project, I found that it was looking for libmysqlclient.la in /usr/lib (instead of /usr/local/lib, where it is really installed). As it seems, this path to libmysqlclient is taken from the libsqlplus.la, where it is put down hard-coded. Is there a way

Re: Starting mysqld within SuSE 8.0

2003-02-25 Thread Markus Gerwinski
Thomas Spahni wrote: > > Starting it manually with safe_mysqld runs fine. But I didn't find a way > > in YaST to start the daemon on boot, and manually adding it to the > > /etc/init.d/boot.d/ lead me into a crash. > You may enable the start of mysql with the yast2 runlevel editor. Works > fine for

Re: Starting mysqld within SuSE 8.0

2003-02-25 Thread Markus Gerwinski
kers, at > which runlevels mysql should start. That did it. :-) Thank you very much! Greetings from Rheinland-Pfalz/Germany Markus -- Markus Gerwinski, IT-Berater An der Brunnenstube 15/3, 55120 Mainz Tel.: 06131-945852, mobil: 0177-3552099

Starting mysqld within SuSE 8.0

2003-02-25 Thread Markus Gerwinski
Hello, can someone tell me how to start mysqld at boot on a SuSE 8.0 system? Starting it manually with safe_mysqld runs fine. But I didn't find a way in YaST to start the daemon on boot, and manually adding it to the /etc/init.d/boot.d/ lead me into a crash. Thanks in advance, Markus ---