Thread

  1. ODBC/FreeBSD/LinuxEmulation/RPM?

    Larry Rosenman <ler@lerctr.org> — 2001-03-19T18:35:13Z

    Is there any way to get just the ODBC RPM to install with OUT
    installing the whole DB? 
    
    I have a strange situation:
    
    StarOffice 5.2 (Linux) Running under FreeBSD Linux Emulation
    PG running NATIVE.
    
    I want the two to talk, using ODBC.
    
    How do I make this happen?
    
    LER
    
    -- 
    Larry Rosenman                     http://www.lerctr.org/~ler
    Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
    US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
    
    
  2. Re: ODBC/FreeBSD/LinuxEmulation/RPM?

    Alfred Perlstein <bright@wintelcom.net> — 2001-03-19T19:13:23Z

    * Larry Rosenman <ler@lerctr.org> [010319 10:35] wrote:
    > 
    > Is there any way to get just the ODBC RPM to install with OUT
    > installing the whole DB? 
    > 
    > I have a strange situation:
    > 
    > StarOffice 5.2 (Linux) Running under FreeBSD Linux Emulation
    > PG running NATIVE.
    > 
    > I want the two to talk, using ODBC.
    > 
    > How do I make this happen?
    
    rpm2cpio <pg_rpmfile.rpm> > pg_rpmfile.cpio
    cpio -i < pg_rpmfile.cpio
    tar xzvf pg_rpmfile.tgz
    
    -- 
    -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]
    
    
    
  3. Re: ODBC/FreeBSD/LinuxEmulation/RPM?

    Alfred Perlstein <bright@wintelcom.net> — 2001-03-19T19:44:02Z

    * Alfred Perlstein <bright@wintelcom.net> [010319 11:27] wrote:
    > * Larry Rosenman <ler@lerctr.org> [010319 10:35] wrote:
    > > 
    > > Is there any way to get just the ODBC RPM to install with OUT
    > > installing the whole DB? 
    > > 
    > > I have a strange situation:
    > > 
    > > StarOffice 5.2 (Linux) Running under FreeBSD Linux Emulation
    > > PG running NATIVE.
    > > 
    > > I want the two to talk, using ODBC.
    > > 
    > > How do I make this happen?
    > 
    > rpm2cpio <pg_rpmfile.rpm> > pg_rpmfile.cpio
    > cpio -i < pg_rpmfile.cpio
    > tar xzvf pg_rpmfile.tgz
    
    Sorry, i was just waking up when I wrote this... the idea is to
    extract the rpm then just grab the required ODBC files.
    
    best of luck,
    -- 
    -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]
    
    
    
  4. Re: ODBC/FreeBSD/LinuxEmulation/RPM?

    Larry Rosenman <ler@lerctr.org> — 2001-03-19T19:51:21Z

    I figured that out, now to get the ODBC stuff totally right on the LINUX 
    side
    of the box.
    
    Do we work with unixODBC or the other one? 
    
    LER
    
    
    >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
    
    On 3/19/01, 1:44:02 PM, Alfred Perlstein <bright@wintelcom.net> wrote 
    regarding Re: [HACKERS] ODBC/FreeBSD/LinuxEmulation/RPM?:
    
    
    > * Alfred Perlstein <bright@wintelcom.net> [010319 11:27] wrote:
    > > * Larry Rosenman <ler@lerctr.org> [010319 10:35] wrote:
    > > >
    > > > Is there any way to get just the ODBC RPM to install with OUT
    > > > installing the whole DB?
    > > >
    > > > I have a strange situation:
    > > >
    > > > StarOffice 5.2 (Linux) Running under FreeBSD Linux Emulation
    > > > PG running NATIVE.
    > > >
    > > > I want the two to talk, using ODBC.
    > > >
    > > > How do I make this happen?
    > >
    > > rpm2cpio <pg_rpmfile.rpm> > pg_rpmfile.cpio
    > > cpio -i < pg_rpmfile.cpio
    > > tar xzvf pg_rpmfile.tgz
    
    > Sorry, i was just waking up when I wrote this... the idea is to
    > extract the rpm then just grab the required ODBC files.
    
    > best of luck,
    > --
    > -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]