Christopher Smith <[EMAIL PROTECTED]> writes:
> I have endeavored to do so however, I get these errors Is there a way to change
> the build script(s) to ignore this tcl library requirement?
> error: failed build dependencies:
> tcl-devel is needed by postgresql-7.4.2-1PGDG
Just tel
unsubscribe
---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faqs/FAQ.html
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Is anyone here using PgPool? I've been trying to get it working but
I keep getting an error:
ERROR: pid #: accept() failed. reason: Resource temporarily
unavailable
Anyone know if there are any sites or mailing lists _not_ in
Japanese? TIA
---
Yes there are defines which turn off parts of the
build and or change dependencies. For example the following sets dependencies
for Red Hat 8 (build8x) and turns off python support
rpmbuild --rebuild --define 'build8x 1' --define
'python 0' postgresql-7.4.2-1PGDG.src.rpm
I don't know what
I have endeavored to do so however, I get these errors Is there a way to change the build script(s) to ignore this tcl library requirement?
error: failed build dependencies: tcl-devel is needed by postgresql-7.4.2-1PGDGTom Lane <[EMAIL PROTECTED]> wrote:
Christopher Smith <[EMAIL PROT