Sun Apr 17 17:09:54 PDT 2005
- Previous message: [Slony1-general] Torture test for new quoting code
- Next message: [Slony1-general] Problems with debian/control
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hey all, I'm not sure if this is the right place to post this, but it's the only mailing list I could find for slony, so.. here goes.. While trying to build a debian package of slony I came across a few problems. Firstly, the debian/control file should include dependencies on flex and byacc, which are essential when compiling slony: Build-Depends: debhelper (>= 4.0.0), docbook-dsssl, groff Should be: Build-Depends: debhelper (>= 4.0.0), docbook-dsssl, groff, flex, byacc Having done that, it compiled fine, however when I attempted to run slonik I got: slonik: error while loading shared libraries: libpq.so.4: cannot open shared object file: No such file or directory libpq4 is currently in experimental and there should be a dependency on that as well: Depends: postgresql (>= 7.3.3), postgresql-dev (>= 7.3.3) Should be: Depends: postgresql (>= 7.3.3), postgresql-dev (>= 7.3.3), libpq4 Thanks, -jamie -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://gborg.postgresql.org/pipermail/slony1-general/attachments/20050417/c53b9938/attachment.bin
- Previous message: [Slony1-general] Torture test for new quoting code
- Next message: [Slony1-general] Problems with debian/control
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list