On Wed, September 21, 2011 7:45 am, Martin Simmons wrote:
>>>>>> On Tue, 20 Sep 2011 15:49:32 -0400, Kim Culhan said:
>>
>> On Sunday, September 4, 2011 11:31 am, Ren Sato wrote:
>>
>> > I am receiving the following ld warnings on make:
>>
>> > ld: warning: symbol `plugin_list' has differing sizes:
>> >        (file /export/home/philip/bacula-5.0.3/src/lib/.libs/libbac.so
value=0x8
>> >  file /opt/local/mysql/lib/libmysqlclient_r.so value=0x18);
>> >        /export/home/philip/bacula-5.0.3/src/lib/.libs/libbac.so
definition taken
>> [similar warnings omitted]
>>
>> > uname -a
>> > SunOS godzilla 5.10 Generic_142910-17 i86pc i386 i86pc
>>
>> Not seeing those warnings here
>
> Which version of mysql are you using?  I think the symbol plugin_list is
new
> in 5.5 (and not present in 5.1).

This was mysql-5.5.15, updated here to mysql-5.5.16

mysql> show plugins;
+-----------------------+--------+--------------------+---------+---------+
| Name                  | Status | Type               | Library | License |
+-----------------------+--------+--------------------+---------+---------+
| binlog                | ACTIVE | STORAGE ENGINE     | NULL    | GPL     |
| mysql_native_password | ACTIVE | AUTHENTICATION     | NULL    | GPL     |
| mysql_old_password    | ACTIVE | AUTHENTICATION     | NULL    | GPL     |
| MyISAM                | ACTIVE | STORAGE ENGINE     | NULL    | GPL     |
| CSV                   | ACTIVE | STORAGE ENGINE     | NULL    | GPL     |
| MRG_MYISAM            | ACTIVE | STORAGE ENGINE     | NULL    | GPL     |
| MEMORY                | ACTIVE | STORAGE ENGINE     | NULL    | GPL     |
| PERFORMANCE_SCHEMA    | ACTIVE | STORAGE ENGINE     | NULL    | GPL     |
| InnoDB                | ACTIVE | STORAGE ENGINE     | NULL    | GPL     |
| INNODB_TRX            | ACTIVE | INFORMATION SCHEMA | NULL    | GPL     |
| INNODB_LOCKS          | ACTIVE | INFORMATION SCHEMA | NULL    | GPL     |
| INNODB_LOCK_WAITS     | ACTIVE | INFORMATION SCHEMA | NULL    | GPL     |
| INNODB_CMP            | ACTIVE | INFORMATION SCHEMA | NULL    | GPL     |
| INNODB_CMP_RESET      | ACTIVE | INFORMATION SCHEMA | NULL    | GPL     |
| INNODB_CMPMEM         | ACTIVE | INFORMATION SCHEMA | NULL    | GPL     |
| INNODB_CMPMEM_RESET   | ACTIVE | INFORMATION SCHEMA | NULL    | GPL     |
| partition             | ACTIVE | STORAGE ENGINE     | NULL    | GPL     |
+-----------------------+--------+--------------------+---------+---------+
17 rows in set (0.00 sec)


BTW compiling mysql-5.5.16 with the Oracle Solaris Studio 12.2 compiler.

-kim
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to