MySQL Workbench - libmdcanvasgtk.so.0: undefined symbol: pixman_image_unref

2010-07-11 Thread James Corteciano
mysql-workbench/libmdcanvasgtk.so.0: undefined symbol: pixman_image_unref Any have idea how to fix this? Thanks. Regards, James

Re: mysql++ problem(undefined symbol to)

2006-08-13 Thread Chris
ali asghar torabi parizy wrote: hello. i want to connect to mysql from c++ . i examine any version or platform. i use mysql5 and 4 in suse10 with gcc.then examine mingw and mysql5 and 4 and 3 for severeal times but i can't solve this problem.when i want to compile examples of mysql++

mysql++ problem(undefined symbol to)

2006-08-13 Thread ali asghar torabi parizy
hello. i want to connect to mysql from c++ . i examine any version or platform. i use mysql5 and 4 in suse10 with gcc.then examine mingw and mysql5 and 4 and 3 for severeal times but i can't solve this problem.when i want to compile examples of mysql++ following error appeared: *

Re: ldd "undefined symbol" error

2006-05-04 Thread sheeri kritzer
s using the following command i get "undefined symbol" Any Clues? Thanks, ldd -r /usr/share/Fazzt/lib/libScriptMySQL.so.0.0.15 libKCScriptData.so.0 => /usr/share/Fazzt/lib/libKCScriptData.so.0 (0x00b14000) libKCFC.so.0 => /usr/share/Fazzt/lib/libKCFC.so.0 (0x005

ldd "undefined symbol" error

2006-04-18 Thread tuxlinsecure
Hi, I uninstalled Mysql 3.23 (tar.gz )and installed Mysql 5.0 (rpm) on my server. When I check shared lib dependencies using the following command i get "undefined symbol" Any Clues? Thanks, ldd -r /usr/share/Fazzt/lib/libScriptMySQL.so.0.0.15 libKCScrip

mysql-query-browser-bin: undefined symbol: gdk_threads_lock

2005-05-13 Thread Xiang-Jun Lu
Hi, I have just installed mysql-query-browser-1.1.7 on my SuSE v9.1 box. While trying to run mysql-query-browser, I got the following error message: ./mysql-query-browser-bin: error while loading shared libraries: ./mysql-query-browser-bin: undefined symbol: gdk_threads_lock I have /opt/gnome

undefined symbol

2004-12-17 Thread Konrad Kieling
hi, i want to use an udf function that lives in a library A that is dynamically linked against another library B. when running `create function...' i get error 1126, an undefined symbol in lib A that lives in lib B. when checking A with ldd, all seems ok (lib B is shown and no unresolved sy

Re: Error: undefined symbol "strtoll"

2002-07-12 Thread Dan Nelson
nd other scripts seem to work fine. > > The error log entry reads: > Start log excerpt--- > /usr/libexec/ld-elf.so.1: >/usr/home/mysqladm/mysql-3.23.51-unknown-freebsdelf4.6-i386/bin/mysqld: Undefined >symbol "strtoll" > 020712 14:12:05 m

Error: undefined symbol "strtoll"

2002-07-12 Thread Robert Boyd Skipper
-elf.so.1: /usr/home/mysqladm/mysql-3.23.51-unknown- freebsdelf4.6-i386/bin/mysqld: Undefined symbol "strtoll" 020712 14:12:05 mysqld restarted /usr/home/mysqladm/mysql-3.23.51-unknown-freebsdelf4.6-i386/bin/mysqld: ready for connections End log excerpt

Re: undefined symbol: _dig_vec

2002-06-14 Thread Bhavin Vyas
use .bash_profile. - Original Message - From: "Hoa Doan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, June 14, 2002 10:13 AM Subject: Re: undefined symbol: _dig_vec > I'm sorry for bugging you, but I don't have

Re: undefined symbol: _dig_vec

2002-06-14 Thread Hoa Doan
I'm sorry for bugging you, but I don't have the .profile file. I have the .bashrc, .bash_profile, .bash_logout files. My shell is bash. What do I do now? Hoa >From: Bhavin Vyas <[EMAIL PROTECTED]> >To: Hoa Doan <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >Subject:

Re: undefined symbol: _dig_vec

2002-06-13 Thread Bhavin Vyas
nt: Thursday, June 13, 2002 11:34 AM Subject: Re: undefined symbol: _dig_vec > Thanks for you help so far. > > I do have the libodbcinst.so.1. It's located in the directory > /usr/local/lib, but the program doesn't know that. How do I make it see > that libodbcinst.

Re: undefined symbol: _dig_vec

2002-06-13 Thread Hoa Doan
Doan <[EMAIL PROTECTED]>, [EMAIL PROTECTED] >Subject: Re: undefined symbol: _dig_vec >Date: Wed, 12 Jun 2002 21:54:08 -0700 > >You will have to get libodbcinst.so.1. This library file is needed by >libmyodbc.so. You should be able to download it from the net. Here is one >link that m

Re: undefined symbol: _dig_vec

2002-06-12 Thread Sammy Lau
=> not found > libz.so.1 => /usr/lib > etc... > > I did a find on libodbcinst.so.1 and found it in /usr/local/lib. > > What do I do from here? > > Hoa > > >From: Bhavin Vyas <[EMAIL PROTECTED]> > >To: Hoa Doan <[EMAIL PROTECTED]>, [EMAIL P

Re: undefined symbol: _dig_vec

2002-06-12 Thread Bhavin Vyas
Doan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 12, 2002 6:38 PM Subject: Re: undefined symbol: _dig_vec > So I ldd /usr/local/MyODBC/lib/libmyodbc.so and this is the result: > > libodbcinst.so.1 => not found > libz

Re: undefined symbol: _dig_vec

2002-06-12 Thread Hoa Doan
<[EMAIL PROTECTED]>, [EMAIL PROTECTED] >Subject: Re: undefined symbol: _dig_vec >Date: Wed, 12 Jun 2002 18:15:53 -0700 > >if you have the file /usr/local/MyODBC/lib/libmyodbc.so, then do >ldd /usr/local/MyODBC/lib/libmyodbc.so >and see if all the dependencies are satis

Re: undefined symbol: _dig_vec

2002-06-12 Thread Bhavin Vyas
y, June 12, 2002 11:52 AM Subject: undefined symbol: _dig_vec > Hi, > > I'm using the unixODBC driver manager and MyODBC driver and trying to > connect to my clients database on the MySQL server. But it can't connect. > This is the message I get: > > "Can't

undefined symbol: _dig_vec

2002-06-12 Thread Hoa Doan
Hi, I'm using the unixODBC driver manager and MyODBC driver and trying to connect to my clients database on the MySQL server. But it can't connect. This is the message I get: "Can't open lib /usr/local/MyODBC/lib/libmyodbc.so" : undefined symbol: _dig_vec

mysql: relocation error: mysql: undefined symbol: ctype_latin1

2002-03-05 Thread Vasarhelyi Daniel
Hi! I played with the locales, and mysql console "# mysql" returns with: mysql: relocation error: mysql: undefined symbol: ctype_latin1 What did I miss? I'm in need of resolving this problem fast, a whole site depe

undefined symbol: mysql_num_fields

2001-09-27 Thread gaurang khatri
correct result. But when I am writing SELECT query and execute the file I get no result and get the following error message in Apache's error_log file: error in loading shared libraries: undefined symbol: mysql_num_fields I dont know why this error is coming. My libmysqlclient.so.* are in /us

RE: undefined symbol: mysql_num_fields

2001-09-20 Thread Don Read
On 20-Sep-2001 gaurang khatri wrote: > Hello Friends, > > I am getting an error when using MySql with CGI. I am > using Linux 6.2 with Apache 1.13.12 and MySql 3.22.32. > I am getting following error: > > error in loading shared libraries: undefined > symbol:mysql_num_fields > > Can anybody g

undefined symbol: mysql_num_fields

2001-09-20 Thread gaurang khatri
Hello Friends, I am getting an error when using MySql with CGI. I am using Linux 6.2 with Apache 1.13.12 and MySql 3.22.32. I am getting following error: error in loading shared libraries: undefined symbol:mysql_num_fields Can anybody guide me why I am getting the error andthe solution? Thank

RE: Undefined symbol "strtoll"

2001-09-12 Thread Amber
e importing data, and has been fried since. This is the exact error i am getting: # cd /usr/local/mysql # bin/mysqld /usr/libexec/ld-elf.so.1: bin/mysqld: Undefined symbol "strtoll" I would GREATLY appreciate any help on this...i have looked through the email archives, as well as the manu

Undefined symbol "strtoll"

2001-09-12 Thread [EMAIL PROTECTED]
I am getting some pretty odd errors from Mysqlit was running, hung up while importing data, and has been fried since. This is the exact error i am getting: # cd /usr/local/mysql # bin/mysqld /usr/libexec/ld-elf.so.1: bin/mysqld: Undefined symbol "strtoll" I would GREATLY appr

Undefined symbol "_uncompress" libmysqlclient.so.10.0

2001-06-27 Thread Alexandr Grinko
When i install php3 module in apache server i see this: /usr/www/bin > ./apachectl configtest Syntax error on line 22 of /usr/www/conf/httpd.conf: Cannot load /usr/www/libexec/libphp3.so into server: Undefined symbol "_uncompress" in httpd:/usr/local/mysql/lib/mysql/libmysqlclien

Undefined symbol

2001-06-27 Thread Alexandr Grinko
When i install php3 module in apache server i see this: /usr/www/bin > ./apachectl configtest Syntax error on line 22 of /usr/www/conf/httpd.conf: Cannot load /usr/www/libexec/libphp3.so into server: Undefined symbol "_uncompress" in httpd:/usr/local/mysql/lib/mysql/libmysqlclien