From: Jeff S. <why...@ya...> - 2004-06-20 04:48:53
|
Ran across this before on a machine that had no readline library installed. I had totally forgotten that it needed fixed. Either install libreadline or add these dummy functions in mdb_sql.c right after the add_history dummy function: void read_history (char *s) {} void write_history (char *s) {} Maybe I'll get a chance to do something about these this weekend. -- Jeff Smith --- Robyn Goldsmith <ro...@oz...> wrote: > Errors during make ../src/util/mdb.sql.c:364: undefined reference to > read-history and also c:438 undefined reference to write_history. > > Hope this helps __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail |