I have downloaded GnuPG-1.4.5 and built it using
./configure –prefix=/usr/mylocal –libdir=/usr/local/lib
–includedir=/usr/local/phplibs/include/
–with-libiconv-prefix=/usr/local/phplibs
as I do not have root access to my machine, but when I try to connect to
pgp.mit.edu I get the following erro
Have sent config.log file to dshaw at his jabberwocky address. Shall I cross
post here?
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users
..
---Reply --to Original Message
Your configure statement pretty much broke autoconf's heart. Try a
simple "./configure --prefix=/where/you/can/write/to" and leave it at
that. Let autoconf work for you.
David
- Original Message
From: Dead Loss <[EMAIL PROTECTED]>
I have downloaded GnuPG-1.4.5 and successfully built it using
./configure –prefix=/usr/mylocal –libdir=/usr/local/lib \
–includedir=/usr/local/phplibs/include/ –with-libiconv-prefix=/usr/local/phplibs
as I do not have root access to my machine, but when I try to connect to
pgp.mit.edu I get the