Thanks for your help! I don't have a libmysqlclient.so file in my MySQL installation, just libmysqlclient.a and libmysqlclient_r.a files. I installed MySQL from a package file - maybe it didn't include this file? Is there a way to build it from the files I have, or do I need to build MySQL from source?
This all seems very complex to me - I would think jabberd would just require some options in config.xml to use a database. Will I have to rebuild jabberd each time I switch databases?
Thanks, doug http://syntropo.com/
Building from source is easy - I avoided it, but all I did was to install gcc,gc++,,gcc source,GNU make etc and found it very easy. All you do is (to compile jabberd for example):
$ ./configure --options $ make
Wait for a while (or some more while on my slow PC) and it is done. Some apps need a 'make test', 'make install', 'make menuconfig' etc.
In this way, I have set up jabberd-1.4.3 under cygwin.
Regards,
Rene
-- From Ren� S. C. Bartosh <[EMAIL PROTECTED]>
About me, contact details, blog etc: http://hblug.debian.co.nz/kirjava/
_______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
