From: Bob D. <bd...@si...> - 2003-09-15 15:04:46
|
Hey Justin, Thanks for the patch.. but that was not the problem... The hardcoded user names and passwords were not being used in any alive code.. Also, you need to mysql_init(*mysql) before you mysql_real_connect I applied your patch, but also removed the dead code and changed it to mysql_real_connect On Mon, 2003-09-15 at 10:09, Justin Hammond wrote: > hey, > I wanted to give your rlib a whirl, but alas, couldn't get it working. > firstly, it wouldn't link correctly. I use mysql 4.1 and u have to use > mysql_real_connect instead of mysql_connect > second, you should specify that you need to have the shared version of > cpdflib installed, the static version wont link with rlib either. > > finally, its still not working. I think its partly due to the hardcoded > usernames/db etc etc etc > > attached is a small patch that I tried to use to get it working. > > any hints I can use to try and get it running? |