3 messages in com.mysql.lists.plusplusLinking C++ API
FromSent OnAttachments
Malkhaz Mangoshvili04 Jul 2001 18:10 
Andrius Armonas04 Jul 2001 22:20 
TdC05 Jul 2001 03:04 
Subject:Linking C++ API
From:Malkhaz Mangoshvili (Malk@msn.com)
Date:07/04/2001 06:10:32 PM
List:com.mysql.lists.plusplus

Hello. My name is Mike. I writing a C++ program to access a MySQL database. I
have MySQL server running on Linux Mandrake 8.0. I downloaded mysql++-1.7.9
version from the internet and installed it successfully. When I try to compile
my C++ program, using: g++ /usr/local/lib/libsqlplus.so - it compiles, but after
typing a.out in order to run my program, it gives me such an error message: a.out: error while loading shared libraries: libsqlplus.so.1: cannot load
shared object file: No such file or directory. I don't know how to fix this problem. I tried from mysql manual pages by
using my login and password, but I could not find anything like this. Please if anybody could help me, I would appreciate that. Thank you.