gruntwerk - 2006-10-11

make it work
.configure
libmysqlclient=no
its in /usr/lib/mysql...

had to copy libmysqlclient.so to /usr/lib from /usr/lib/mysql/

see:
http://dev.mysql.com/doc/refman/5.1/en/link-errors.html
for more options .

probably the ld_path stuff in autoconfigure needs to be fixed
...or maybe a symlink to the one in /usr/lib/mysql
(*WILL PLAY WITH THIS LATER*).....

to setup database had to
mysql -u your_mysql_username -p < ./bookbase_tables.sql
(*update INSTALL TO INCLUDE USERNAME/PASSWORD OPTION*)

Using
Put in one book. tried autofill in isbn... no work (*of course*)
add book without isbn number, works
put in another book without isbn number...
error not unique isbn number

clear tables and try again  WITHOUT autofill
still error on second book without isbn number

callbacks.c changed check on unique isbn so blank isbn is okay

after search - modify book no work...
poke thru code...
fix modify_bookid took comma out of from book left join --
still error - loanee fields not in database
run upgrade-sql
works now...