[opensuse-buildservice] Creating a PostgreSQL extension
Hello All, I would like to package PostArabic, an PostgreSQL extension that adds Arabic shaping functionality. I'm able to build the RPM on my machine, but the build service gives the following error message: make: pg_config: Command not found How can I make sure that PostgreSQL/pg_config are installed in the build service machine? Regards, Steffen --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On 2007-05-15 18:40:35 +0200, Steffen Macke wrote:
I would like to package PostArabic, an PostgreSQL extension that adds Arabic shaping functionality.
I'm able to build the RPM on my machine, but the build service gives the following error message:
make: pg_config: Command not found
How can I make sure that PostgreSQL/pg_config are installed in the build service machine?
BuildRequires: postgresql-devel a small hint: use osc build for testing. that gives you the same setup as on the build service locally. darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Hi,
How can I make sure that PostgreSQL/pg_config are installed in the build service machine?
BuildRequires: postgresql-devel
Thanks, that did the job! Regards, Steffen --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Marcus Rueckert
-
Steffen Macke