Re: [HACKERS] configure problem with krb4 and ssl when compiling 7.1beta4

2001-02-04 Thread Jun Kuwamura
On Sat, 3 Feb 2001, Peter Eisentraut wrote: > Jun Kuwamura writes: > > > (1) KTH-KRB4(Kerberos4) require -lresolve to configure. > > Exact name of the symbol required? gcc testkrb.c -L/usr/athena/lib -lkrb -ldes 2>&1 \ | grep undef |cut -f5 -d' ' | uniq `dn_expand' `res_search' --

Re: [HACKERS] configure problem with krb4 and ssl when compiling 7.1beta4

2001-02-02 Thread Bruce Momjian
I have updated the CVS copy of python to show the proper version. We had 3.1, but the 3.1 tarball called it 2.5 in README. > On Fri, Feb 02, 2001 at 12:03:14PM +, Jun Kuwamura wrote: > > Furthermore, the newest version of PyGreSQL is 3.1 instead of 2.5. > > Is this on the TODO-7.1 list? >

Re: [HACKERS] configure problem with krb4 and ssl when compiling 7.1beta4

2001-02-02 Thread Nathan Myers
On Fri, Feb 02, 2001 at 12:03:14PM +, Jun Kuwamura wrote: > Furthermore, the newest version of PyGreSQL is 3.1 instead of 2.5. Is this on the TODO-7.1 list? Nathan Myers [EMAIL PROTECTED]

[HACKERS] configure problem with krb4 and ssl when compiling 7.1beta4

2001-02-02 Thread Jun Kuwamura
Hi, I encounterd some problems when compiling 7.1beta4 with options --with-krb4 and (--with-openssl --with-python). Actual command line of configuration is the followings. -- ./configure --enable-multibyte --with-tcl \ --with-tclconfig=/usr/local/lib --with-tkconfig=/usr/local/lib \ --wi