Thread

  1. RE: compilation error

    Darren King <darrenk@insightdist.com> — 2001-04-05T16:00:21Z

    > Iam installing postgresql-7.0.3 on solaris sparc 2.7.
    >
    > ...
    >
    > `/usr/share/src/postgresql-6.5.3/src/backend/lib'
    > make[1]: *** [lib.dir] Error 2
    > make[1]: Leaving directory
    > `/usr/share/src/postgresql-6.5.3/src/backend'
    > make: *** [all] Error 2
    
    Looks like there's a little version mixing going on here.
    
    You say you're trying to install 7.0.3, but the make appears to be
    trying to compile 6.5.3...
    
    darrenk