MySQL Forums
Forum List  »  Source, Builds, Binaries

Compilation Error undefined reference to `__pure_virtual
Posted by: Nilesh S
Date: March 11, 2007 07:29AM

Dear All,

I am compiling program on Linux, but getting errors

/usr/lib/mysql/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.d.__vt_Q28TaoCrypt9Mode_BASE+0xc): undefined reference to `__pure_virtual'
/usr/lib/mysql/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.d.__vt_Q25yaSSL4Auth+0x8): undefined reference to `__pure_virtual'
/usr/lib/mysql/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.d.__vt_Q25yaSSL4Auth+0xc): undefined reference to `__pure_virtual'
/usr/lib/mysql/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.d.__vt_Q25yaSSL4Auth+0x10): undefined reference to `__pure_virtual'
/usr/lib/mysql/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.d.__vt_Q25yaSSL10BulkCipher+0x8): undefined reference to `__pure_virtual'
/usr/lib/mysql/libmysqlclient.a(crypto_wrapper.o)(.gnu.linkonce.d.__vt_Q25yaSSL10BulkCipher+0xc): more undefined references to `__pure_virtual' follow


I have installed MySQL Stattically Linked with glib packages

MySQL-client-5.0.22-0
MySQL-shared-5.0.22-0
MySQL-devel-5.0.22-0
MySQL-bench-5.0.22-0
MySQL-server-5.0.22-0
MySQL-shared-compat-4.1.10-0

Could someone assist me to solve the probelm

Options: ReplyQuote


Subject
Views
Written By
Posted
Compilation Error undefined reference to `__pure_virtual
2976
March 11, 2007 07:29AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.