[EMAIL PROTECTED] (James Camaron) writes:

> I have problem in installing posgresql-7.2.1 with
> kerberos 5 in HP-UX. I'm using gmake and gcc-3.1 for
> compiling postgresql. When i give
> 
> ./configure --with-krb5
> 
> The following error occurs
> 
> following error checking for com_err in -lcom_err...
> yes
> checking for krb5_encrypt in -lcrypto... no
> checking for krb5_encrypt in -lk5crypto... yes
> checking for krb5_sendauth in -lkrb5... no
> configure: error: library 'krb5' is required for
> Kerberos 5 

my pgsql builds just fine with:

./configure  --with-krb5=/usr/local/krb5 \
        --with-krb-srvnam=pgsql \
        --enable-syslog --with-perl --with-ssl --with-tcl \
        --with-tclconfig=/usr/local/lib/tcl8.3 \
        --with-tkconfig=/usr/local/lib/tk8.3 \
        --with-includes=/usr/local/include/tcl8.3:/usr/local/include/tk8.3 \
        --with-pgport=5432 --prefix=/usr/local/pgsql

one assumes that your kerberos libraries are not in the usual place
and that rather than --with-krb5 you need --with-krb5=/the/unusual/place
-- 
Paul Vixie
________________________________________________
Kerberos mailing list           [EMAIL PROTECTED]
http://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to