5 messages in com.mysql.lists.plusplusmissing SONAME?
FromSent OnAttachments
Andres Salomon11 May 2006 23:59 
Andres Salomon12 May 2006 00:05 
Warren Young12 May 2006 04:54 
Andres Salomon12 May 2006 10:07 
Warren Young05 Jul 2006 14:00 
Subject:missing SONAME?
From:Andres Salomon (dili@debian.org)
Date:05/11/2006 11:59:23 PM
List:com.mysql.lists.plusplus

Hi,

With mysql++ 2.1.x, it looks like the Bakefile changes have dropped the SONAME. I'm not sure how (or even if) Bakefile actually supports SONAMEs, but it would be really nice to actually have them embedded in the shared library itself (lots of tools use SONAME in the private header; objdump -p libfoo.so |grep SONAME).

This could be as simple as adding -Wl,-soname,libmysql++.so.2 to LDFLAGS, or whatever Bakefile's recommended method is (I'm not at all familiar w/ the tool).