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 tell rpmbuild to ignore dependencies (--nodeps or some such). The dependency on tcl-devel is bogus for older RH installations, because they didn't have a separate package for tcl's development stuff. There is another way to do it involving defining a symbol to tell the build script which platform you are on, but --nodeps is easier ... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html