Re: [PORTS] Postgres failed to compile on debian x86
Tom Lane <[email protected]> Tue, 05 Sep 2006 00:21:54 -0400
| Newsgroups | gmane.comp.db.postgresql.ports |
|---|---|
| Message-ID | <[email protected]> |
Josh Fremer <[email protected]> writes: > This is a fresh Debian stable install. I think there's a very good > chance I'm missing some required library, since I've had to install > everything up to this point by hand. Any suggestions are hugely > appreciated. You haven't provided anything real definitive, but the mention of syntax errors makes me wonder whether your install has the expected system header files. Do the error messages mention missing include files? If so you probably are lacking some xxx-devel packages. (More generally, if you want to build stuff from source code, you need to install a whole pile of "development" support files that are not installed by a minimal install of modern Linux distros. On Red Hat you normally need a "foo-devel" RPM corresponding to each "foo" package the source code you want to build depends on. I'm not a Debian person but I believe they've got some pretty similar packaging convention.) regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster