Hi

Q1:
I've upgraded our mysql db from 3.23.43-1 to
3.23.46-1 on our Red Hat Linux 7.2
I used the binary rpm distribution.
I had to keep our database up and running while
I upgrading so I used the --force switch to upgrade
the server (the old client always complained for
dependecies problem).
The database has been working well since then,
but I can't complie the PHP because it sends a
lot of error messages complaining to the
libmysqlclient.a:

/usr/lib/mysql/libmysqlclient.a(dbug.o): In function `_db_unlock_file':
dbug.o(.text+0xaf4): multiple definition of `_db_unlock_file'

/usr/lib/mysql/libmysqlclient.a(ctype-tis620.o)(.data+0x1701): first defined
here
/usr/lib/mysql/libmysqlclient.a(ctype-tis620.o): In function
`my_strnncoll_tis620':
ctype-tis620.o(.text+0x244): multiple definition of `my_strnncoll_tis620'

and so on.

How can I query the version number of the libmysqlclient.a?
I think something went wrong under the upgrading process.

Q2:
Because I used rpm to install the server I don't have
mysql log.
I found some great examples in the /usr/share/mysql/
but as I see it doesn't contain entries for logging.
What should I write into the my.cnf to be able to
see what's happen in our db?

Thanks in advance!

Regards

                  Istvan


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to