Ian Lea ian.lea at gmail.com
Wed Dec 10 03:43:37 PST 2008
Peter


Slony 1.2.15 with postgres 8.3.5 on Suse 11.0 works for me, building
from source.

$ cat /etc/SuSE-release
openSUSE 11.0 (i586)
VERSION = 11.0

$ cd /tmp
$ tar -xjf postgresql-8.3.5.tar.bz2
$ cd postgresql-8.3.5
$ ./configure \
     --prefix=/var/tmp/postgresql-8.3.5/ \
     --with-perl
$ nice make > make.log 2>&1 &
$ tail -1 make.log
All of PostgreSQL successfully made. Ready to install.
$ make install

$ cd ..
$ tar -xjf slony1-1.2.15.tar.bz2
$ cd slony1-1.2.15/
$ ./configure \
     --prefix=/var/tmp/slony-1.2.15 \
     --with-perltools \
     --with-pgconfigdir=/var/tmp/postgresql-8.3.5/bin/
$ nice make > make.log 2>&1 &
$ tail -1 make.log
All of Slony-I is successfully made. Ready to install
$ make install

Both installed to /var/tmp because I've got existing installations of
postgres and slony 2.0.0 on this server already.


--
Ian.



On Wed, Dec 10, 2008 at 10:48 AM, Peter Geoghegan
<peter.geoghegan86 at gmail.com> wrote:
> Chris,
>
> Getting Slony-I 1.2.15 built on Opensuse 11 is a high-priority for me.
> Any help you can give - even if it's just speculation that might help
> me to solve the problem on my own - is greatly appreciated,
>
> Regards,
> Peter Geoghegan
> _______________________________________________
> Slony1-general mailing list
> Slony1-general at lists.slony.info
> http://lists.slony.info/mailman/listinfo/slony1-general
>


More information about the Slony1-general mailing list