[Info-vax] MySql for OpenVMS
tadamsmar
tadamsmar at yahoo.com
Wed Jan 13 11:54:06 EST 2010
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.
More information about the Info-vax
mailing list