Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
mysql openssl Question
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
Update one field with more fields from another table
Getting Identity after INSERT
ERROR 2002: Can 't connect to local MySQL server through socket
mysql test 4 1 fails with the gis test
MySQL Cluster Software
Downgrade Mysql from 4 to 3 23
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Can 't access mysql after kernel upgrade
Executing MySQL Commands From Within C Program
Comparing and writing out BLOBS
Preventing Duplicate Entries
FULLTEXT query format question
Strange behavior, Table Level Permission
Does the binary log enabling affect the MySQL performances?
mysql:it 's a db not a dbms how it 's possible?!
mysql have same function mthod as Oracle decode()
 
-none-

-none-

2007-09-23       - By Jerry Ro

 Back
Hi,

Thanks for the information. Verify seems to be working well. But when I
tried to see what exactly in installed there, I found something interesting:

$ rpm -qa | grep mysqlclient
mysqlclient14-4.1.14-4.2
mysqlclient10-devel-3 (See http://vel-3.ora-code.com).23.58-9.2
mysqlclient14-devel-4 (See http://vel-4.ora-code.com).1.14-4.2
mysqlclient10-3.23.58-9.2

This means that for some reason, I have two development packages for mysql
installed.
The error I get when compiling using -lmysqlpp -lmysqlclient is:

./main.o: /usr/lib64/mysql/libmysqlclient.so.15: no version information
available (required by /usr0/local/lib/libmysqlpp.so.2)

Could it be that I should use one package and not the other? I also have a
/usr/lib/mysql directory (as opposed to lib64). I couldn't get my executable
to use it, no matter what I tried.
I don't even know if lib64 is connected to one devel package and lib is
connected to the other. Could I have an unfixable installation of
mysqlclient and there is no way to work around this? I would install
libmysqlclient myself, but unfortunately I do not have access to that kind
of installation process (I cannot remove old installations from the
computer).

Any help is appreciated.

Thanks,


Jerr.


On 9/21/07, Warren Young <mysqlpp@(protected)> wrote:
>
> Jerry Ro wrote:
> > I am not sure - what do you refer to as "package manager verification"?
>
> $ man rpm
> $ man dpkg
> $ man emerge
> $ man pkgadd
> $ man whateverpackagemanageryouareusing
>
> Search for "verify".  It will tell you how to ask the package manager to
> verify that the contents of the installed package have not changed.  If
> your particular OS's package manager doesn't have such a feature, my
> advice is to get a real OS. :)
>
> --
> MySQL++ Mailing List
> For list archives: http://lists.mysql.com/plusplus
> To unsubscribe:    http://lists.mysql.com/plusplus?unsub=jerrro@(protected)
>
>