Changeset 358afb6


Ignore:
Timestamp:
11/11/2010 10:48:39 PM (13 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b384470b
Parents:
4d14847d
Message:

Updated to unixODBC-2.3.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8678 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r4d14847d r358afb6  
    44-->
    55
    6 <!ENTITY day          "11">                   <!-- Always 2 digits -->
     6<!ENTITY day          "12">                   <!-- Always 2 digits -->
    77<!ENTITY month        "11">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
     
    250250<!ENTITY xscreensaver-version         "5.11">
    251251<!ENTITY pilot-link-version           "0.12.2">
    252 <!ENTITY unixodbc-version             "2.2.12">
     252<!ENTITY unixodbc-version             "2.3.0">
    253253<!ENTITY graphviz-version             "2.26.3">
    254254<!ENTITY recode-version               "3.6">
  • general/genutils/unixodbc.xml

    r4d14847d r358afb6  
    77  <!ENTITY unixodbc-download-http "http://www.unixodbc.org/unixODBC-&unixodbc-version;.tar.gz">
    88  <!ENTITY unixodbc-download-ftp  "&gentoo-ftp-repo;/unixODBC-&unixodbc-version;.tar.gz">
    9   <!ENTITY unixodbc-md5sum        "9a116aad4059c31d231b626ffdf1869a">
    10   <!ENTITY unixodbc-size          "2.7 MB">
    11   <!ENTITY unixodbc-buildsize     "101 MB">
    12   <!ENTITY unixodbc-time          "3.5 SBU (includes building the GUI tools)">
     9  <!ENTITY unixodbc-md5sum        "f2ad22cbdffe836c58987ed2332c2e99">
     10  <!ENTITY unixodbc-size          "1.8 MB">
     11  <!ENTITY unixodbc-buildsize     "30 MB">
     12  <!ENTITY unixodbc-time          "0.5 SBU (includes building the GUI tools)">
    1313]>
    1414
     
    3434    OSX, and UNIX. ODBC is an open specification for providing application
    3535    developers with a predictable API with which to access data sources. Data
    36     sources include SQL Servers and any data source with an ODBC Driver.
     36    sources include optional SQL Servers and any data source with an ODBC Driver.
    3737    <application>unixODBC</application> contains the following components used
    3838    to assist with the manipulation of ODBC data sources: a driver manager, an
    3939    installer library and command line tool, command line tools to help install
    40     a driver and work with SQL, drivers and driver setup libraries and a suite
    41     of graphical tools used to administer ODBC, test drivers and browse data
    42     sources.</para>
     40    a driver and work with SQL, drivers and driver setup libraries.</para>
     41
     42    <para>Two major components of previous versions of
     43    <application>unixODBC</application> have been moved to separate projects.
     44    The GUI tools and libraries are now located at
     45    <ulink url="http://sourceforge.net/projects/unixodbc-gui-qt"/>. The
     46    <application>Qt</application> based ODBC test tool and autotest framework
     47    are now located at
     48    <ulink url="http://sourceforge.net/projects/unixodbc-test"/></para>
    4349
    4450    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6773
    6874    <bridgehead renderas="sect4">Optional</bridgehead>
    69     <para role="optional"><xref linkend="qt"/> (required to build the GUI tools),
    70     <xref linkend="pth"/>, and
     75    <para role="optional"><xref linkend="pth"/> and
    7176    <ulink url="http://www.hughes.com.au/products/msql/">Mini SQL</ulink></para>
    72 
    73     <note>
    74       <para>There is a circular dependency with <application>Qt</application>
    75       and <application>unixODBC</application>. If you need to build the
    76       <application>Qt</application> <application>unixODBC</application>
    77       plugin module, you will have to build and install
    78       <application>unixODBC</application> once without the GUI tools to satisfy
    79       the <application>Qt</application> build. Then, after
    80       <application>Qt</application> has been installed, you'll need to build
    81       and install <application>unixODBC</application> again if you wish to
    82       build the GUI tools.</para>
    83     </note>
    8477
    8578    <para condition="html" role="usernotes">User Notes:
     
    9588
    9689<screen><userinput>./configure --prefix=/usr \
    97             --sysconfdir=/etc/unixodbc \
    98             --enable-fdb \
    99             --disable-gui &amp;&amp;
     90            --sysconfdir=/etc/unixodbc &amp;&amp;
    10091make</userinput></screen>
    10192
     
    117108    <title>Command Explanations</title>
    118109
    119     <!-- <para><parameter>-enable-ltdllib</parameter>: This parameter causes the
    120     build to use the system-installed version of
    121     <application>Libtool</application>.</para> -->
    122 
    123     <para><parameter>--enable-fdb</parameter>: This parameter enables support
    124     for file-based data access.</para>
    125 
    126     <para><parameter>--disable-gui</parameter>: This parameter disables
    127     building the GUI tools. Remove it if you have
    128     <application>Qt</application> installed and wish to build the GUI
    129     tools.</para>
     110    <para><option>--enable-drivers</option>: This parameter enables building
     111    the drivers that were installed by default in previous versions.</para>
     112
     113    <para><option>--enable-drivers-conf</option>: This parameter enables
     114    building the driver configuration libraries that were installed by default
     115    in previous versions.</para>
    130116
    131117  </sect2>
     
    161147      there are many <filename>README</filename> files throughout the source
    162148      tree where the use and functionality of the programs can be found.
    163       Additionally, you can use the parameter <option>-?</option> with the
    164       non-GUI tools for syntax and usage information. Lastly, the
    165       <application>unixODBC</application> web site at <ulink
    166       url="http://www.unixodbc.org/"/> has very good information.</para>
     149      Additionally, you can use the parameter <option>-?</option> for syntax
     150      and usage information. Lastly, the <application>unixODBC</application>
     151      web site at <ulink url="http://www.unixodbc.org/"/> has very good
     152      information.</para>
    167153
    168154    </sect3>
     
    179165
    180166      <seglistitem>
    181         <seg>DataManager, DataManagerII, ODBCConfig, dltest, isql, iusql,
    182         odbc_config, odbcinst and odbctest</seg>
    183         <seg>libboundparam.so, libesoobS.so, libgtrtst.so, libmimerS.so,
    184         libnn.so, libodbc.so, libodbccr.so, libodbcdrvcfg1S.so,
    185         libodbcdrvcfg2S.so, libodbcinst.so, libodbcinstQ.so, libodbcminiS.so,
    186         libodbcmyS.so, libodbcnnS.so, libodbcpsql.so, libodbcpsqlS.so,
    187         libodbctxt.so, libodbctxtS.so, liboplodbcS.so, liboraodbcS.so,
    188         libsapdbS.so, libtdsS.so and libtemplate.so</seg>
     167        <seg>dltest, isql, iusql, odbc_config, and odbcinst</seg>
     168        <seg>libodbc.so, libodbccr.so, and libodbcinst.so</seg>
    189169        <seg>/etc/unixodbc and /usr/share/doc/unixODBC-&unixodbc-version;</seg>
    190170      </seglistitem>
     
    195175      <?dbfo list-presentation="list"?>
    196176      <?dbhtml list-presentation="table"?>
    197 
    198       <varlistentry id="DataManager">
    199         <term><command>DataManager</command></term>
    200         <listitem>
    201           <para>is a graphical program which can be used to browse/explore ODBC
    202           data sources.</para>
    203           <indexterm zone="unixodbc DataManager">
    204             <primary sortas="b-DataManager">DataManager</primary>
    205           </indexterm>
    206         </listitem>
    207       </varlistentry>
    208 
    209       <varlistentry id="DataManagerII">
    210         <term><command>DataManagerII</command></term>
    211         <listitem>
    212           <para>is an enhanced version of <command>DataManager</command>.</para>
    213           <indexterm zone="unixodbc DataManagerII">
    214             <primary sortas="b-DataManagerII">DataManagerII</primary>
    215           </indexterm>
    216         </listitem>
    217       </varlistentry>
    218 
    219       <varlistentry id="ODBCConfig">
    220         <term><command>ODBCConfig</command></term>
    221         <listitem>
    222           <para>is a graphical program used to make configuration of ODBC data
    223           sources extremely easy.</para>
    224           <indexterm zone="unixodbc ODBCConfig">
    225             <primary sortas="b-ODBCConfig">ODBCConfig</primary>
    226           </indexterm>
    227         </listitem>
    228       </varlistentry>
    229177
    230178      <varlistentry id="dltest">
     
    286234        </listitem>
    287235      </varlistentry>
    288 
    289       <varlistentry id="odbctest">
    290         <term><command>odbctest</command></term>
    291         <listitem>
    292           <para>is a graphical program used to test the ODBC API.</para>
    293           <indexterm zone="unixodbc odbctest">
    294             <primary sortas="b-odbctest">odbctest</primary>
    295           </indexterm>
    296         </listitem>
    297       </varlistentry>
    298 
    299236    </variablelist>
    300237
  • introduction/welcome/changelog.xml

    r4d14847d r358afb6  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>November 12th, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to unixODBC-2.3.0.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
    4352
    4453    <listitem>
Note: See TracChangeset for help on using the changeset viewer.