[Info-vax] MySql for OpenVMS
Mike Rechtman
mike at rechtman.com
Wed Jan 13 12:32:59 EST 2010
tadamsmar wrote:
> On Jan 13, 8:40 am, koeh... at eisner.nospam.encompasserve.org (Bob
> Koehler) wrote:
>> In article <4717c8d9-4c28-4996-bf12-f7b998f9d... at a15g2000yqm.googlegroups.com>, tadamsmar <tadams... at yahoo.com> writes:
>>
>>> %LINK-W-MULPSC, conflicting attributes for psect mysql_port
>>> in module client file DSA0:[VMS$COMMON.MYSQL051.VMS.LIB]
>>> MYSQLCLIENT_MIXE
>>> D.OLB;1
>>> %LINK-W-MULPSC, conflicting attributes for psect mysql_unix_port
>>> in module client file DSA0:[VMS$COMMON.MYSQL051.VMS.LIB]
>>> MYSQLCLIENT_MIXE
>>> D.OLB;1
>>> %LINK-W-MULPSC, conflicting attributes for psect sql_protocol_typelib
>>> in module client file DSA0:[VMS$COMMON.MYSQL051.VMS.LIB]
>>> MYSQLCLIENT_MIXE
>>> D.OLB;1
>> You need to find where the attributes are set for mysql_port
>> mysql_unix_port, and sql_protocol_typelib, and make them match.
>> If they are set in code that you can't change, you can force them
>> to match via a LINK options file.
>>
>>> %LINK-W-NUDFSYMS, 2 undefined symbols:
>>> %LINK-I-UDFSYM, compress
>>> %LINK-I-UDFSYM, uncompress
>> These two symbols are not part of any library you used. They may
>> have been compiled to COMPRESS and UNCOMPRESS, or they may just be
>> missing.
>>
>> You can libr/list/names to see if they are in any of the libraries
>> you used, and whether they were built with or without case
>> preservation.
>
> uncompress is not in any of the libraries.
>
> from a google search of "mysql uncompress", it looks like I need the
> zlib library to resolve that symbol.
From the MySQL installation guide: (I think a rather old version... 2005)
Software Requirements
1. JFP OPENSSL 0.9.7E
2. JFP ZLIB 1.2.2
--
Mike R.
Home: http://alpha.mike-r.com/
QOTD: http://alpha.mike-r.com/php/qotd.php
No Micro$oft products were used in the URLs above, or in preparing this message.
Recommended reading: http://www.catb.org/~esr/faqs/smart-questions.html#before
More information about the Info-vax
mailing list