[Info-vax] MySql for OpenVMS

Bob Koehler koehler at eisner.nospam.encompasserve.org
Wed Jan 13 08:40:05 EST 2010


In article <4717c8d9-4c28-4996-bf12-f7b998f9dbd0 at a15g2000yqm.googlegroups.com>, tadamsmar <tadamsmar 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.




More information about the Info-vax mailing list