<?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>i.MX ProcessorsのトピックRe: How to create a MySQL database connection with the iMX53?</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-MySQL-database-connection-with-the-iMX53/m-p/290324#M35044</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;file : toolchain.cmake&lt;/P&gt;&lt;P&gt;//===============================&lt;/P&gt;&lt;P&gt;# this one is important&lt;/P&gt;&lt;P&gt;SET(CMAKE_SYSTEM_NAME Linux)&lt;/P&gt;&lt;P&gt;#this one not so much&lt;/P&gt;&lt;P&gt;SET(CMAKE_SYSTEM_VERSION 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# specify the cross compiler&lt;/P&gt;&lt;P&gt;SET(CMAKE_C_COMPILER&amp;nbsp;&amp;nbsp; /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc)&lt;/P&gt;&lt;P&gt;SET(CMAKE_CXX_COMPILER /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-g++)&lt;/P&gt;&lt;P&gt;SET(CMAKE_STRIP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-strip)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# where is the target environment &lt;/P&gt;&lt;P&gt;SET(CMAKE_FIND_ROOT_PATH&amp;nbsp; /tftpboot/ltib)&lt;/P&gt;&lt;P&gt;#SET(CMAKE_FIND_ROOT_PATH&amp;nbsp; /opt/arm-2008q1/arm-none-linux-gnueabi/libc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# search for programs in the build host directories&lt;/P&gt;&lt;P&gt;SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)&lt;/P&gt;&lt;P&gt;# for libraries and headers in the target directories&lt;/P&gt;&lt;P&gt;SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)&lt;/P&gt;&lt;P&gt;SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//===============================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;file :&amp;nbsp; mysql_cmake.cmd&lt;/P&gt;&lt;P&gt;//===============================&lt;/P&gt;&lt;P&gt;cmake -DCMAKE_TOOLCHAIN_FILE=./toolchain.cmake -DMYSQL_DATADIR=/var/lib/mysql/data -DDEFAULT_CHARSET=utf8 -DDEFAULT_COLLATION=utf8_general_ci -DEXTRA_CHARSETS=all -DMYSQL_UNIX_ADDR=/tmp/mysqld.sock -DMYSQL_TCP_PORT=3306 -DENABLED_LOCAL_INFILE=1 -DWITH_PARTITION_STORAGE_ENGINE=1 -DWITH_INNOBASE_STORAGE_ENGINE=1 -DMYSQL_USER=mysql -DCMAKE_INSTALL_PREFIX=/tftpboot/ltib/usr/local/mysql -DWITH_EMBEDDED_SERVER=1 -DCMAKE_C_COMPILER=arm-none-linux-gnueabi-gcc -DCMAKE_CXX_COMPILER=arm-none-linux-gnueabi-g++ -DSTACK_DIRECTION=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//===============================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: -webkit-auto;"&gt;copy the two file to your Mysql Connector directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chmod +x mysql_cmake.cmd&lt;/P&gt;&lt;P&gt;./mysql_cmake.cmd&lt;/P&gt;&lt;P&gt;make&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// wait a minute for compile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;file libmysql/libmysql.so.16.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// you can see the key word : &lt;STRONG&gt;ARM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;libmysql/libmysql.so.16.0.0: ELF 32-bit LSB shared object,&lt;STRONG&gt; ARM&lt;/STRONG&gt;, version 1 (SYSV), dynamically linked, not stripped&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: -webkit-auto;"&gt;// if you want it to be install to some where (ex:/tftpboot/ltib/root/usr/local/mysql)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; text-align: -webkit-auto; font-size: medium;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; text-align: -webkit-auto; font-size: medium;"&gt;gedit cmake_install.cmake &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; text-align: -webkit-auto; font-size: medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET(CMAKE_INSTALL_PREFIX "/tftpboot/ltib/usr/local/mysql")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; text-align: -webkit-auto; font-size: medium;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;// change /tftpboot/ltib to your ltib/rootfs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make install&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: use the Vmware image download from freescale , and use the default gcc toolchain in Vmware image&lt;/P&gt;&lt;P&gt;// &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX53QSB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX53QSB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;// &lt;SPAN style="color: #017bba; text-align: -webkit-auto; font-size: 12px; background-color: #cccccc; font-family: arial, sans-serif;"&gt;IMX53_QSB_UBUNTU_VM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that all, good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 May 2013 06:18:22 GMT</pubDate>
    <dc:creator>richard1094</dc:creator>
    <dc:date>2013-05-02T06:18:22Z</dc:date>
    <item>
      <title>How to create a MySQL database connection with the iMX53?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-MySQL-database-connection-with-the-iMX53/m-p/290320#M35040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone successfully connected the iMX53 to a MySQL database and able to execute a stored procedure?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 02:59:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-MySQL-database-connection-with-the-iMX53/m-p/290320#M35040</guid>
      <dc:creator>leonardfairclot</dc:creator>
      <dc:date>2013-04-30T02:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a MySQL database connection with the iMX53?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-MySQL-database-connection-with-the-iMX53/m-p/290321#M35041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://dev.mysql.com/downloads/connector/cpp/" title="http://dev.mysql.com/downloads/connector/cpp/"&gt;MySQL :: Download Connector/C++&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://doc.qt.digia.com/4.7/qsqldatabase.html#isOpen" title="http://doc.qt.digia.com/4.7/qsqldatabase.html#isOpen"&gt;Qt 4.7: QSqlDatabase Class Reference&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 03:42:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-MySQL-database-connection-with-the-iMX53/m-p/290321#M35041</guid>
      <dc:creator>richard1094</dc:creator>
      <dc:date>2013-04-30T03:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a MySQL database connection with the iMX53?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-MySQL-database-connection-with-the-iMX53/m-p/290322#M35042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me how to install the connector on a linux machine?&amp;nbsp; I'm using the C connector. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 06:18:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-MySQL-database-connection-with-the-iMX53/m-p/290322#M35042</guid>
      <dc:creator>leonardfairclot</dc:creator>
      <dc:date>2013-04-30T06:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a MySQL database connection with the iMX53?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-MySQL-database-connection-with-the-iMX53/m-p/290323#M35043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I downloaded the C connection.  I unzipped it and I now have a directory &lt;/P&gt;&lt;P&gt;called "/usr/local/mysql" under that there are three directories "bin". &lt;/P&gt;&lt;P&gt;"include", and "lib".  under bin there is a mysql_config which looks &lt;/P&gt;&lt;P&gt;like an executable.  I tried to run it and it told me to "sudo get-apt &lt;/P&gt;&lt;P&gt;install libmysqlclient-dev".  I did this, now what?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Leonard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 03:40:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-MySQL-database-connection-with-the-iMX53/m-p/290323#M35043</guid>
      <dc:creator>leonardfairclot</dc:creator>
      <dc:date>2013-05-02T03:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a MySQL database connection with the iMX53?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-MySQL-database-connection-with-the-iMX53/m-p/290324#M35044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;file : toolchain.cmake&lt;/P&gt;&lt;P&gt;//===============================&lt;/P&gt;&lt;P&gt;# this one is important&lt;/P&gt;&lt;P&gt;SET(CMAKE_SYSTEM_NAME Linux)&lt;/P&gt;&lt;P&gt;#this one not so much&lt;/P&gt;&lt;P&gt;SET(CMAKE_SYSTEM_VERSION 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# specify the cross compiler&lt;/P&gt;&lt;P&gt;SET(CMAKE_C_COMPILER&amp;nbsp;&amp;nbsp; /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc)&lt;/P&gt;&lt;P&gt;SET(CMAKE_CXX_COMPILER /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-g++)&lt;/P&gt;&lt;P&gt;SET(CMAKE_STRIP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-strip)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# where is the target environment &lt;/P&gt;&lt;P&gt;SET(CMAKE_FIND_ROOT_PATH&amp;nbsp; /tftpboot/ltib)&lt;/P&gt;&lt;P&gt;#SET(CMAKE_FIND_ROOT_PATH&amp;nbsp; /opt/arm-2008q1/arm-none-linux-gnueabi/libc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# search for programs in the build host directories&lt;/P&gt;&lt;P&gt;SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)&lt;/P&gt;&lt;P&gt;# for libraries and headers in the target directories&lt;/P&gt;&lt;P&gt;SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)&lt;/P&gt;&lt;P&gt;SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//===============================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;file :&amp;nbsp; mysql_cmake.cmd&lt;/P&gt;&lt;P&gt;//===============================&lt;/P&gt;&lt;P&gt;cmake -DCMAKE_TOOLCHAIN_FILE=./toolchain.cmake -DMYSQL_DATADIR=/var/lib/mysql/data -DDEFAULT_CHARSET=utf8 -DDEFAULT_COLLATION=utf8_general_ci -DEXTRA_CHARSETS=all -DMYSQL_UNIX_ADDR=/tmp/mysqld.sock -DMYSQL_TCP_PORT=3306 -DENABLED_LOCAL_INFILE=1 -DWITH_PARTITION_STORAGE_ENGINE=1 -DWITH_INNOBASE_STORAGE_ENGINE=1 -DMYSQL_USER=mysql -DCMAKE_INSTALL_PREFIX=/tftpboot/ltib/usr/local/mysql -DWITH_EMBEDDED_SERVER=1 -DCMAKE_C_COMPILER=arm-none-linux-gnueabi-gcc -DCMAKE_CXX_COMPILER=arm-none-linux-gnueabi-g++ -DSTACK_DIRECTION=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//===============================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: -webkit-auto;"&gt;copy the two file to your Mysql Connector directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chmod +x mysql_cmake.cmd&lt;/P&gt;&lt;P&gt;./mysql_cmake.cmd&lt;/P&gt;&lt;P&gt;make&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// wait a minute for compile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;file libmysql/libmysql.so.16.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// you can see the key word : &lt;STRONG&gt;ARM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;libmysql/libmysql.so.16.0.0: ELF 32-bit LSB shared object,&lt;STRONG&gt; ARM&lt;/STRONG&gt;, version 1 (SYSV), dynamically linked, not stripped&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: -webkit-auto;"&gt;// if you want it to be install to some where (ex:/tftpboot/ltib/root/usr/local/mysql)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; text-align: -webkit-auto; font-size: medium;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; text-align: -webkit-auto; font-size: medium;"&gt;gedit cmake_install.cmake &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; text-align: -webkit-auto; font-size: medium;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SET(CMAKE_INSTALL_PREFIX "/tftpboot/ltib/usr/local/mysql")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; text-align: -webkit-auto; font-size: medium;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;// change /tftpboot/ltib to your ltib/rootfs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make install&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: use the Vmware image download from freescale , and use the default gcc toolchain in Vmware image&lt;/P&gt;&lt;P&gt;// &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX53QSB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX53QSB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;// &lt;SPAN style="color: #017bba; text-align: -webkit-auto; font-size: 12px; background-color: #cccccc; font-family: arial, sans-serif;"&gt;IMX53_QSB_UBUNTU_VM&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that all, good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 May 2013 06:18:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-create-a-MySQL-database-connection-with-the-iMX53/m-p/290324#M35044</guid>
      <dc:creator>richard1094</dc:creator>
      <dc:date>2013-05-02T06:18:22Z</dc:date>
    </item>
  </channel>
</rss>

