PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : MyODBC 2.50.33



docdooley
20-12-2000, 13:32
Hi,

also ich kaempfe gerade mit MyODBC herum. Ich habe gerade die neueste Version von MySQL installiert und dann MyODBC 2.50.33 und sobald ich eine ODBC-Connection aufbauen möchte erhalte ich aus libmyodbc.so folgende Meldung:
/usr/local/lib/libmyodbc.so: undefined symbol: default_charset_info

Also ich weiss da nicht mehr weiter. Ich habe da schon rumprobiert, aber irgendwo hängt es.

Danke,

docdooley

20-12-2000, 15:02
ich hab da nen tip von tim smith gefunden :

It looks like an old version of libmysqlclient is being picked up
somehow. Do you have an old version of MySQL installed? Make sure
that it is not listed in /etc/ld.so.conf. Try this:

# LD_LIBRARY_PATH=/path/to/new/mysql/lib/mysql ./odbctest

If that works, then your problem is with an old mysql library.

You can check your libmysqlclient to make sure that it defiens the
default_charset_info symbol with the 'nm' program.