Thread

  1. Changing from rpm to Compiled version

    Joseph <lters@mrtc.com> — 2001-03-22T10:55:39Z

    What all must I do to change from the rpm installed version to the
    compilable version?
    
    Do I need to uninstall the rpms?
    
    Joseph
    
    
    
  2. Re: Changing from rpm to Compiled version

    Richard Huxton <dev@archonet.com> — 2001-03-22T14:01:45Z

    From: "Joseph" <lters@mrtc.com>
    
    > What all must I do to change from the rpm installed version to the
    > compilable version?
    >
    > Do I need to uninstall the rpms?
    
    In theory, you could probably run both, but it's probably easier to pg_dump
    your databases, uninstall the rpms and compile the source.
    
    Compiling the source is straightforward enough, just make sure you've read
    the docs first.
    
    - Richard Huxton