Re: Re: the problem about the install of rpm-python?

Panu Matilainen <[email protected]> Fri, 16 Sep 2005 23:14:22 +0300
Newsgroups gmane.linux.redhat.rpm.python
Message-ID <[email protected]>
On Fri, 2005-09-16 at 22:59 +0300, Panu Matilainen wrote:

> # unpack rpm
> # - Sarge has no selinux
> ./configure --prefix=$HOME --with-python=2.3 --without-selinux
> --without-javaglue

Oops, that should've been 

LDFLAGS=-L$HOME/lib CPPFLAGS=-I$HOME/include ./configure --prefix=$HOME
--with-python=2.3 --without-selinux --without-javaglue

	- Panu -