<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Mysql link error in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163044#M43721</link>
    <description>Joerg,&lt;BR /&gt;&lt;BR /&gt;I will take a look and rebuild a new version.&lt;BR /&gt;&lt;BR /&gt;JF</description>
    <pubDate>Mon, 14 Apr 2008 20:41:54 GMT</pubDate>
    <dc:creator>Jean-François Piéronne</dc:creator>
    <dc:date>2008-04-14T20:41:54Z</dc:date>
    <item>
      <title>Mysql link error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163028#M43705</link>
      <description>I've installed JPFs MySQL server 5.1 on a I64 VMS V8.3. The Server is running well, but when I try to compile and link a C program some errors occur.&lt;BR /&gt;I ve got an option file sql.opt:&lt;BR /&gt;MYSQL051_ROOT:[000000.VMS.LIB]MYSQLCLIENT_MIXED.OLB/lib&lt;BR /&gt;MYSQL051_ROOT:[000000.VMS.LIB]LIBZ_SHR32.exe/share&lt;BR /&gt;DKA0:[VMS$COMMON.SYSLIB]SSL$LIBSSL_SHR32/share&lt;BR /&gt;DKA0:[VMS$COMMON.SYSLIB]SSL$LIBCRYPTO_SHR32/share&lt;BR /&gt;&lt;BR /&gt;and a compile/link program:&lt;BR /&gt;$ cc/float=ieee/iee=denorm/name=(as_is, trunc) -&lt;BR /&gt;/INCLUDE=SYS$COMMON:[000000.MYSQL051.INCLUDE]mysql testmysql &lt;BR /&gt;$ link testmysql, -&lt;BR /&gt;INA_DISK:[INA.PROGS.DK]sql/opt, -&lt;BR /&gt;MYSQL051_ROOT:[000000.VMS.LIB]MYSQLCLIENT_MIXED/lib&lt;BR /&gt;&lt;BR /&gt;but when I try to run the compile/link program, some undefined symbols are detected:&lt;BR /&gt;ina &amp;gt; @linkmysql&lt;BR /&gt;%ILINK-W-NUDFSYMS, 2 undefined symbols:&lt;BR /&gt;%ILINK-I-UDFSYM, my_time &lt;BR /&gt;%ILINK-I-UDFSYM, thd_lib_detected &lt;BR /&gt;%ILINK-W-USEUNDEF, undefined symbol my_time referenced&lt;BR /&gt;section: $CODE$&lt;BR /&gt;offset: %X0000000000000270 slot: 2&lt;BR /&gt;module: client &lt;BR /&gt;file: MYSQL051_ROOT:[000000.VMS.LIB]MYSQLCLIENT_MIXED.OLB;1 &lt;BR /&gt;%ILINK-W-USEUNDEF, undefined symbol my_time referenced&lt;BR /&gt;section: $CODE$&lt;BR /&gt;offset: %X00000000000002F0 slot: 2&lt;BR /&gt;module: client &lt;BR /&gt;file: MYSQL051_ROOT:[000000.VMS.LIB]MYSQLCLIENT_MIXED.OLB;1 &lt;BR /&gt;%ILINK-W-USEUNDEF, undefined symbol thd_lib_detected referenced&lt;BR /&gt;section: $CODE$&lt;BR /&gt;offset: %X0000000000000000 slot: 1&lt;BR /&gt;module: my_thr_init &lt;BR /&gt;file: MYSQL051_ROOT:[000000.VMS.LIB]MYSQLCLIENT_MIXED.OLB;1 &lt;BR /&gt;%ILINK-W-USEUNDEF, undefined symbol thd_lib_detected referenced&lt;BR /&gt;section: $CODE$&lt;BR /&gt;offset: %X0000000000000010 slot: 1&lt;BR /&gt;module: my_thr_init &lt;BR /&gt;file: MYSQL051_ROOT:[000000.VMS.LIB]MYSQLCLIENT_MIXED.OLB;1 &lt;BR /&gt;&lt;BR /&gt;but my_time should be included in the mysqlclient_mixed.olb. &lt;BR /&gt;Any ideas how I can solve this problem?&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Mon, 17 Mar 2008 15:34:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163028#M43705</guid>
      <dc:creator>Dario Karlen</dc:creator>
      <dc:date>2008-03-17T15:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql link error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163029#M43706</link>
      <description>Check with JFP.  There's a potential for an error or for a improvement in the kit or in the kit documentation.&lt;BR /&gt;&lt;BR /&gt;I'd guess that the dependency isn't found until after the OLB has been processed.&lt;BR /&gt;&lt;BR /&gt;And an OLB?  I'll assume there's a reason JFP used that approach and not a shareable image version of that code.&lt;BR /&gt;&lt;BR /&gt;As for options (and off the top), I might well try the following:&lt;BR /&gt;&lt;BR /&gt;$ link testmysql, -&lt;BR /&gt;  MYSQLCLIENT_MIXED/lib, -&lt;BR /&gt;  sql/opt&lt;BR /&gt;&lt;BR /&gt;and try:&lt;BR /&gt;&lt;BR /&gt;$ link testmysql, -&lt;BR /&gt;  sql/opt, -&lt;BR /&gt;  MYSQLCLIENT_MIXED/lib, -&lt;BR /&gt;  MYSQLCLIENT_MIXED/lib&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;&lt;BR /&gt;And MYSQL051_ROOT:[000000.VMS.LIB]?&lt;BR /&gt;&lt;BR /&gt;if that's a real rooted logical name, try:&lt;BR /&gt;&lt;BR /&gt;MYSQL051_ROOT:[VMS.LIB]&lt;BR /&gt;&lt;BR /&gt;Do also look for a logical that specifically references the VMS Library area.&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Mar 2008 16:06:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163029#M43706</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2008-03-17T16:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql link error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163030#M43707</link>
      <description>Re Hoff:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;And MYSQL051_ROOT:[000000.VMS.LIB]?&lt;BR /&gt;&lt;BR /&gt;if that's a real rooted logical name, try:&lt;BR /&gt;&lt;BR /&gt;MYSQL051_ROOT:[VMS.LIB]&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Yeah, one more case of that BL***D [000000. construct.&lt;BR /&gt;Regular readers will know my aversion. &lt;BR /&gt;&lt;BR /&gt;Dario: DO follow Hoff's request, and report the result! I have a feeling that it DOES make a difference, and I would love another example of whence my aversion comes.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Mon, 17 Mar 2008 16:15:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163030#M43707</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2008-03-17T16:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql link error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163031#M43708</link>
      <description>Thanks for your answer, I tried as you mentioned:&lt;BR /&gt;&lt;BR /&gt;sql.opt:&lt;BR /&gt;MYSQL051_ROOT:[VMS.LIB]MYSQLCLIENT_MIXED.OLB/lib&lt;BR /&gt;MYSQL051_ROOT:[VMS.LIB]LIBZ_SHR32.exe/share&lt;BR /&gt;DKA0:[VMS$COMMON.SYSLIB]SSL$LIBSSL_SHR32/share&lt;BR /&gt;DKA0:[VMS$COMMON.SYSLIB]SSL$LIBCRYPTO_SHR32/share&lt;BR /&gt;&lt;BR /&gt;linkmysql.com:&lt;BR /&gt;$ cc/float=ieee/iee=denorm/name=(as_is, trunc) -&lt;BR /&gt;        /INCLUDE=mysql testmysql &lt;BR /&gt;$ link testmysql, -&lt;BR /&gt;        sql/opt, -&lt;BR /&gt;        MYSQL051_ROOT:[VMS.LIB]MYSQLCLIENT_MIXED/lib, -&lt;BR /&gt;        MYSQL051_ROOT:[VMS.LIB]MYSQLCLIENT_MIXED/LIB&lt;BR /&gt;&lt;BR /&gt;but still the same result: two undefined symbols.&lt;BR /&gt;ina &amp;gt; @linkmysql&lt;BR /&gt;%ILINK-W-NUDFSYMS, 2 undefined symbols:&lt;BR /&gt;%ILINK-I-UDFSYM,        my_time &lt;BR /&gt;%ILINK-I-UDFSYM,        thd_lib_detected &lt;BR /&gt;%ILINK-W-USEUNDEF, undefined symbol my_time referenced&lt;BR /&gt;        section: $CODE$&lt;BR /&gt;        offset: %X0000000000000270  slot: 2&lt;BR /&gt;        module: client &lt;BR /&gt;        file: MYSQL051_ROOT:[VMS.LIB]MYSQLCLIENT_MIXED.OLB;1 &lt;BR /&gt;&lt;BR /&gt;there is only one MySQL symbol:&lt;BR /&gt;ina &amp;gt; sh log *sql*&lt;BR /&gt;&lt;BR /&gt;(LNM$PROCESS_TABLE)&lt;BR /&gt;&lt;BR /&gt;(LNM$JOB_884FECC0)&lt;BR /&gt;&lt;BR /&gt;(LNM$GROUP_000300)&lt;BR /&gt;&lt;BR /&gt;(LNM$SYSTEM_TABLE)&lt;BR /&gt;&lt;BR /&gt;  "MYSQL051_ROOT" = "ALESA$DKA0:[SYS0.SYSCOMMON.MYSQL051.]"&lt;BR /&gt;&lt;BR /&gt;(LNM$SYSCLUSTER_TABLE)&lt;BR /&gt;&lt;BR /&gt;(DECW$LOGICAL_NAMES)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Mar 2008 07:45:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163031#M43708</guid>
      <dc:creator>Dario Karlen</dc:creator>
      <dc:date>2008-03-18T07:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql link error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163032#M43709</link>
      <description>I would double check if the names are in the library. LIBRARY/LIST/NAMES should do that. The undefined symbols are in lowercase, the OLB needs to have them in lowercase as well.&lt;BR /&gt;&lt;BR /&gt;On the other hand, an OLB can contain object modules without having their symbols in the library's symbol table. You can ask ANALYZE/OBJECT to look at all object modules in the library and format the symbols. If you find the symbol in that output you can explicitly include the object module.&lt;BR /&gt;&lt;BR /&gt;Anyway, as already said, it looks like something is missing in the documentation or in the envnironment.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Mar 2008 08:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163032#M43709</guid>
      <dc:creator>x2084</dc:creator>
      <dc:date>2008-03-18T08:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql link error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163033#M43710</link>
      <description>Thanks.&lt;BR /&gt;&lt;BR /&gt;I checked the library:&lt;BR /&gt;lib/list/names MYSQLCLIENT_MIXED.OLB&lt;BR /&gt;&lt;BR /&gt;Module my_time&lt;BR /&gt;&lt;BR /&gt;TIME_to_ulonglong&lt;BR /&gt;TIME_to_ulonglong_date&lt;BR /&gt;TIME_to_ulonglong_datetime&lt;BR /&gt;TIME_to_ulonglong_time&lt;BR /&gt;calc_daynr&lt;BR /&gt;calc_days_in_year&lt;BR /&gt;check_date&lt;BR /&gt;check_time_range&lt;BR /&gt;days_in_month&lt;BR /&gt;init_time&lt;BR /&gt;log_10_int&lt;BR /&gt;my_TIME_to_str&lt;BR /&gt;my_date_to_str&lt;BR /&gt;my_datetime_to_str&lt;BR /&gt;my_system_gmt_sec&lt;BR /&gt;my_time_to_str_default&lt;BR /&gt;number_to_datetime&lt;BR /&gt;set_zero_time&lt;BR /&gt;str_to_datetime&lt;BR /&gt;str_to_time&lt;BR /&gt;year_2000_handling&lt;BR /&gt;&lt;BR /&gt;my_time seems OK. &lt;BR /&gt;&lt;BR /&gt;anal/obj MYSQLCLIENT_MIXED.OLB output is attached. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Mar 2008 09:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163033#M43710</guid>
      <dc:creator>Dario Karlen</dc:creator>
      <dc:date>2008-03-18T09:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql link error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163034#M43711</link>
      <description>I was wrong, my_time is not the modul, its the symbol in module client:&lt;BR /&gt;&lt;BR /&gt;%ILINK-W-USEUNDEF, undefined symbol my_time referenced&lt;BR /&gt;        section: $CODE$&lt;BR /&gt;        offset: %X0000000000000270  slot: 2&lt;BR /&gt;        module: client &lt;BR /&gt;        file: MYSQL051_ROOT:[VMS.LIB]MYSQLCLIENT_MIXED.OLB;1 &lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;%ILINK-W-USEUNDEF, undefined symbol thd_lib_detected referenced&lt;BR /&gt;        section: $CODE$&lt;BR /&gt;        offset: %X0000000000000000  slot: 1&lt;BR /&gt;        module: my_thr_init &lt;BR /&gt;        file: MYSQL051_ROOT:[VMS.LIB]MYSQLCLIENT_MIXED.OLB;1 &lt;BR /&gt;&lt;BR /&gt;how can I fix this? I already send a mail to JFP.&lt;BR /&gt;&lt;BR /&gt;Module client&lt;BR /&gt;&lt;BR /&gt;cli_advanced_command&lt;BR /&gt;cli_read_rows&lt;BR /&gt;cli_safe_read&lt;BR /&gt;default_client_charset_info&lt;BR /&gt;end_server&lt;BR /&gt;free_old_query&lt;BR /&gt;free_rows&lt;BR /&gt;my_connect&lt;BR /&gt;mysql_close&lt;BR /&gt;mysql_detach_stmt_list&lt;BR /&gt;mysql_errno&lt;BR /&gt;mysql_error&lt;BR /&gt;mysql_fetch_lengths&lt;BR /&gt;mysql_fetch_row&lt;BR /&gt;mysql_free_result&lt;BR /&gt;mysql_get_server_version&lt;BR /&gt;mysql_get_ssl_cipher&lt;BR /&gt;mysql_init&lt;BR /&gt;mysql_init_character_set&lt;BR /&gt;mysql_num_fields&lt;BR /&gt;mysql_num_rows&lt;BR /&gt;mysql_options&lt;BR /&gt;mysql_port&lt;BR /&gt;mysql_read_default_options&lt;BR /&gt;mysql_real_connect&lt;BR /&gt;mysql_real_query&lt;BR /&gt;mysql_reconnect&lt;BR /&gt;mysql_select_db&lt;BR /&gt;mysql_send_query&lt;BR /&gt;mysql_set_character_set&lt;BR /&gt;mysql_ssl_set&lt;BR /&gt;mysql_store_result&lt;BR /&gt;mysql_unix_port&lt;BR /&gt;not_error_sqlstate&lt;BR /&gt;set_mysql_error&lt;BR /&gt;sql_protocol_names_lib&lt;BR /&gt;sql_protocol_typelib&lt;BR /&gt;unknown_sqlstate&lt;BR /&gt;unpack_fields&lt;BR /&gt;&lt;BR /&gt;Module my_thr_init&lt;BR /&gt;&lt;BR /&gt;THR_thread_count&lt;BR /&gt;_my_thread_var&lt;BR /&gt;my_thread_dbug_id&lt;BR /&gt;my_thread_end&lt;BR /&gt;my_thread_end_wait_time&lt;BR /&gt;my_thread_global_end&lt;BR /&gt;my_thread_global_init&lt;BR /&gt;my_thread_init&lt;BR /&gt;my_thread_name&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Mar 2008 10:26:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163034#M43711</guid>
      <dc:creator>Dario Karlen</dc:creator>
      <dc:date>2008-03-18T10:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql link error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163035#M43712</link>
      <description>JFP is on holiday this week, wait for next Monday.</description>
      <pubDate>Tue, 18 Mar 2008 11:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163035#M43712</guid>
      <dc:creator>labadie_1</dc:creator>
      <dc:date>2008-03-18T11:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql link error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163036#M43713</link>
      <description>@ Gerard Labadie:&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;JFP is on holiday this week, wait for next Monday.&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Surely, in France Easter Monday ("Lundi de Paques") is a holiday?&lt;BR /&gt;&lt;BR /&gt;So, make that "wait for Tuesday".&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Tue, 18 Mar 2008 12:06:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163036#M43713</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2008-03-18T12:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql link error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163037#M43714</link>
      <description>I vaguely remember from other discussions (on JFP's MySQL list and forum, probably) that there are TWO libraries: The one you seem to use is allowing mixed-case names, and there must be one using uppercase only.&lt;BR /&gt;Worth a look to try that one.&lt;BR /&gt;&lt;BR /&gt;Or put your question here:&lt;BR /&gt;&lt;A href="http://www.pi-net.dyndns.org/piforum/viewforum.php?f=3" target="_blank"&gt;http://www.pi-net.dyndns.org/piforum/viewforum.php?f=3&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Mar 2008 06:19:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163037#M43714</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-03-19T06:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql link error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163038#M43715</link>
      <description>Dario,&lt;BR /&gt;&lt;BR /&gt;Sorry for the inconvenience.&lt;BR /&gt;&lt;BR /&gt;this is a know problem in the 5.1.22 IA64 kit.&lt;BR /&gt;&lt;BR /&gt;It is fixed in 5.1.23 AXP and in the future 5.1.23 IA64 kits.&lt;BR /&gt;&lt;BR /&gt;If you take a look at the log of the repository:&lt;BR /&gt;&lt;A href="http://hgm.vmspython.dyndns.org/vmsmysql/shortlog" target="_blank"&gt;http://hgm.vmspython.dyndns.org/vmsmysql/shortlog&lt;/A&gt;&lt;BR /&gt;You can view what has be done.&lt;BR /&gt;&lt;BR /&gt;We expect to release a new IA64 kits probably in a few week. We are fixing some others problems.&lt;BR /&gt;&lt;BR /&gt;If you want I can build and put online the correct libraries newt week.&lt;BR /&gt;&lt;BR /&gt;About why it's libraires and not shareable:&lt;BR /&gt;Old MySQL kit contains the clients part as a shareables with bot cases symbols. But between version MySQL change a lot (and often) the API and it will be very difficult to maintains a compatible shareable.&lt;BR /&gt;This is the reason why I have switch to libraries.&lt;BR /&gt;Myy be a separate client kits with a full version number (for examples 5122) can contains shareables.&lt;BR /&gt;Using server kit and a client kit will allow to upgrade the server without impacting the client part. And will allow to have many client shareable installed. Open question.&lt;BR /&gt;&lt;BR /&gt;JF</description>
      <pubDate>Wed, 19 Mar 2008 08:11:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163038#M43715</guid>
      <dc:creator>Jean-François Piéronne</dc:creator>
      <dc:date>2008-03-19T08:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql link error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163039#M43716</link>
      <description>JFP&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your answer.&lt;BR /&gt;I would really appreciate the new libray, but I know you re on holiday, so please enjoy it and don't care about this ;) The problem can still be fixed later.&lt;BR /&gt;&lt;BR /&gt;Wish you a nice holiday.</description>
      <pubDate>Wed, 19 Mar 2008 09:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163039#M43716</guid>
      <dc:creator>Dario Karlen</dc:creator>
      <dc:date>2008-03-19T09:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql link error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163040#M43717</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have exactly the same problem as Dario. Are there any news about the fixed libraries?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;JÃ¶rg</description>
      <pubDate>Tue, 08 Apr 2008 13:08:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163040#M43717</guid>
      <dc:creator>Jörg Sporer</dc:creator>
      <dc:date>2008-04-08T13:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql link error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163041#M43718</link>
      <description>Hello JÃ¶rg&lt;BR /&gt;&lt;BR /&gt;I sent an email to JFP (who ports MySQL to VMS) two weeks ago but no response so far. The only thing we can do at the moment is wait...As soon as I receive a response I will post it here.&lt;BR /&gt;&lt;BR /&gt;Dario</description>
      <pubDate>Tue, 08 Apr 2008 13:12:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163041#M43718</guid>
      <dc:creator>Dario Karlen</dc:creator>
      <dc:date>2008-04-08T13:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql link error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163042#M43719</link>
      <description>&lt;!--!*#--&gt;Darion, JÃ¶rg,&lt;BR /&gt;&lt;BR /&gt;Sorry I'm busy on others projects.&lt;BR /&gt;I have rebuild the libraries using MySQL 5.1.23&lt;BR /&gt;Download link:&lt;BR /&gt;&lt;A href="http://www.pi-net.dyndns.org/anonymous/kits/tmp/ia64/mysqlclient05123_ia64.zip" target="_blank"&gt;http://www.pi-net.dyndns.org/anonymous/kits/tmp/ia64/mysqlclient05123_ia64.zip&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I haven't done any tests except building the standard clients.&lt;BR /&gt;&lt;BR /&gt;JF</description>
      <pubDate>Wed, 09 Apr 2008 19:41:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163042#M43719</guid>
      <dc:creator>Jean-François Piéronne</dc:creator>
      <dc:date>2008-04-09T19:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql link error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163043#M43720</link>
      <description>Hello JFP,&lt;BR /&gt;&lt;BR /&gt;thanks for the lib. Works great!&lt;BR /&gt;However I still get two linker errors when using the "upper" olb:&lt;BR /&gt;%ILINK-I-UDFSYM,         ARRAY_APPEND_STRING_UNIQUE &lt;BR /&gt;%ILINK-I-UDFSYM,        MY_QSORT &lt;BR /&gt;&lt;BR /&gt;Since I donÂ´t use those functions I can live with it. Just for your information...&lt;BR /&gt;&lt;BR /&gt;Bye Joerg</description>
      <pubDate>Fri, 11 Apr 2008 14:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163043#M43720</guid>
      <dc:creator>Jörg Sporer</dc:creator>
      <dc:date>2008-04-11T14:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mysql link error</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163044#M43721</link>
      <description>Joerg,&lt;BR /&gt;&lt;BR /&gt;I will take a look and rebuild a new version.&lt;BR /&gt;&lt;BR /&gt;JF</description>
      <pubDate>Mon, 14 Apr 2008 20:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/mysql-link-error/m-p/4163044#M43721</guid>
      <dc:creator>Jean-François Piéronne</dc:creator>
      <dc:date>2008-04-14T20:41:54Z</dc:date>
    </item>
  </channel>
</rss>

