Re: [GENERAL] Configure can't find com_err on OpenBSD for --with-krb5

2007-03-25 Thread Jim Rosenberg
AC_SEARCH_LIBS(com_err, [krb5 'krb5 -ldes -lasn1 -lroken' com_err], [], [AC_MSG_ERROR([could not find function 'com_err' required for Kerberos 5])]) AC_SEARCH_LIBS(krb5_sendauth, [krb5 'krb5 -ldes -lasn1 -lroken'], [], [AC_MSG_ERROR([could not find

Re: [GENERAL] Configure can't find com_err on OpenBSD for --with-krb5

2007-03-04 Thread Jim Rosenberg
--On Sunday, March 4, 2007 12:40 AM -0500 Tom Lane <[EMAIL PROTECTED]> wrote: You need to look at the config.log output to see exactly what configure tried to do and what error it got. Thanks, Tom, this was helpful!! Here's the problem: when configure tries to compile the code snippet to ch

Re: [GENERAL] Configure can't find com_err on OpenBSD for --with-krb5

2007-03-03 Thread Jim Rosenberg
--On Saturday, March 3, 2007 11:24 PM -0500 Tom Lane <[EMAIL PROTECTED]> wrote: I am trying to build PostgreSQL 8.2.3 on OpenBSD 4.0. When I give the command ./configure -v --with-openssl --with-krb5 --with-includes=/usr/include/kerberosV I get: checking for library containing com_err.

[GENERAL] Configure can't find com_err on OpenBSD for --with-krb5

2007-03-03 Thread Jim Rosenberg
I am trying to build PostgreSQL 8.2.3 on OpenBSD 4.0. When I give the command ./configure -v --with-openssl --with-krb5 --with-includes=/usr/include/kerberosV I get: checking for library containing com_err... no configure: error: could not find function 'com_err' required for Kerberos 5 This

Re: [GENERAL] PG Email Client

2007-01-31 Thread Jim Rosenberg
dbmail isn't as fast as dovecot for a single user, single event. But not by much. However, it scales *much* better into the 100's and 1000's of actions. <$.02> I came within an eyelash of going live with dbmail, and then pulled back. This was a year or so ago, I don't remember exactly. The p

[GENERAL] Building html documentation

2006-02-01 Thread Jim Rosenberg
The instructions for building html documentation make the assumption that docbook-dsssl (with perhaps other pieces) is already installed. As I'm fond of saying, the assumption is a lethal weapon. Could some kind soul post a URL with *COMPLETE* instructions for what to download and how to install i

[GENERAL] Subtransaction syntax in 7.5??

2004-07-08 Thread Jim Rosenberg
I'm thrilled by the news that nested transactions will make it into 7.5 after all, and trying to learn how this will work. The question is what will be the syntax to start / commit / rollback a subtransaction. Leaking a bit from pgsql-hackers [hope it's not bad etiquette to do this] I see this ver

Re: [GENERAL] Poatgresql database on more than one disk

2004-05-31 Thread Jim Rosenberg
--On Monday, May 31, 2004 2:14 PM -0500 "Philip A. Chapman" <[EMAIL PROTECTED]> wrote: On Tue, 2004-05-25 at 18:33, Barry wrote: Is it possible to configure Postgresql to have seperate databases on seperate disks ? One solution is to run two postmasters (two services). Each would use a differen

Re: [GENERAL] Resolved: PostGreSQL - Accessing It

2003-08-16 Thread Jim Rosenberg
--On Saturday, August 16, 2003 11:40 AM -0400 Bruce Momjian <[EMAIL PROTECTED]> wrote: I wonder if we should have a "novice" mode for psql? Are there other things it could control? Change the prompt when output is redirected with \o. I don't know how many times I've redirected output with \o to