Download mysqlBind

Browse Source

Or you can look around with your browser here: mysqlBind via apache svn webdav

And checkout (co is a shortcut) the source code from your *nix command line svn client like so:

# svn co http://venus.openisp.net:8000/public-svn/mysqlBind/trunk iDNS

Quick Install Notes

You must have gcc/cc compiler and the typical GNU make facilities.

You must have the mySQL client libs and include headers.

If your mySQL libs were compiled with SSL support. You can simply:

# export SSL=1
# make
# make install

(Or you can edit the makefile for a similar final linking inclusion of -lssl.)

If your mySQL libs and headers are in non standard places you must edit the makefile accordingly.

Open Tickets - Call us - Mail Us

Please contact us (open a ticket above) if you experience any problems or wish to contribute your own fixes for special environments.