Hi!

Martin Pitt [2005-12-20 21:23 +0100]:
> Maybe I did something wrong with the configure options. That bug is
> reproducible with the pristine upstream 8.1.1 tarball and doing:
> 
> ./configure --prefix=/usr  --mandir="\${prefix}/share/man"  \
>   --sysconfdir=/etc  --libdir="\${prefix}/lib/postgresql/8.1/lib" \
>   --libexecdir="\${prefix}/lib/postgresql-8.1/lib" \
>   --mandir=\${prefix}/share/postgresql/8.1/man \
>   --with-docdir=\${prefix}/share/doc/postgresql-doc-8.1 \
>   --datadir=\${prefix}/share/postgresql/8.1 \
>   --bindir=\${prefix}/lib/postgresql/8.1/bin \
>   --includedir=\${prefix}/include/postgresql/8.1

A mere

 ./configure --libdir=/usr/lib/postgresql/8.1/lib 
--bindir=/usr/lib/postgresql/8.1/bin

is enough to reproduce the problem. With only --libdir, it works, and
with only --bindir the test suite does not run at all because the
postmaster cannot find $libdir (but that is still justifiable).

Thanks,

Martin

-- 
Martin Pitt        http://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?

Attachment: signature.asc
Description: Digital signature

Reply via email to