David Banning wrote:
>
> I get this error on compiling apache:
>
> /usr/libexec/elf/ld: warning: libmysqlclient.so.9, needed by
>/usr/local/lib/libmidgard.so, not found (try using --rpath)
> /usr/local/lib/libmidgard.so: undefined reference to `mysql_insert_id'
> /usr/local/lib/libmidgard.so: undefined reference to `mysql_fetch_field_direct'
> /usr/local/lib/libmidgard.so: undefined reference to `mysql_num_rows'
> /usr/local/lib/libmidgard.so: undefined reference to `mysql_errno'
> /usr/local/lib/libmidgard.so: undefined reference to `mysql_error'
> /usr/local/lib/libmidgard.so: undefined reference to `mysql_num_fields'
> *** Error code 1
>
> I don't have a libmysqlclient.so.9 - all I have is a
> libmysqlclient.so.6 - can I just make a symlink for
> libmysqlclient.so.9 ? (to libmysqlclient.so.6)
You could try that, but I can't figure out why libmidgard would refer to
a missing
library. Have you reinstalled mysql since compiling libmidgard?
Emile
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]