Dear Gnupg users,
         I am having problems installing Gnupg on Solaris 10, and am getting  
library not found messages from the configure script.  Any help from you is 
greatly appreciated !
 
Regards
-Priya-
 
This is what I basically did. 

1) I untar 'ed the build libraries from required tar files from below sites ;  
ftp://ftp.gnupg.org/gcrypt/libgpg-error/
ftp://ftp.gnupg.org/gcrypt/libgcrypt/
ftp://ftp.gnupg.org/gcrypt/libassuan/
ftp://ftp.gnupg.org/gcrypt/libksba/
ftp://ftp.gnupg.org/gcrypt/pinentry/
ftp://ftp.gnu.org/gnu/make/
ftp://ftp.gnu.org/gnu/pth/
 
2) After unzip/untar, formed below directories:
Under    /export/apps/gnupg

egate> dirs
drwxr-xr-x          gnupg-2.0.17
drwxr-xr-x          libassuan-2.0.2
drwxr-xr-              libgcrypt-1.5.0
drwxr-xr-x           libgpg-error-1.9
drwxr-xr-               libksba-1.2.0
drwxr-xr-               make-3.82
drwxr-xr-               pth-2.0.7
                                                                          
3) I ran "build.sh" file in downloaded make directory ( 
/export/apps/gnupg/make-3.82 ).
 I think that activated ‘make’ command.
Than I ran make in same directory.
4) Ran ‘configure’ in /export/apps/gnupg/libgpg-error-1.9
>> ./configure
 ……………………………………
………………………………………………
……………………………………………………………...
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
        Libgpg-error v1.9 has been configured as follows:
        Platform:  sparc-sun-solaris2.10
>>  
                                                              
6) Ran ‘make’ command in /export/apps/gnupg/libgpg-error-1.9
7) But, when I try to build the  libgcryp, I get below error.
>> pwd
/export/apps/gnupg/libgcrypt-1.5.0
 
>> ./configure
................................................................................................................................
checking which public-key ciphers to include... dsa elgamal rsa ecc
checking which message digests to include... crc md4 md5 rmd160 sha1 sha256 
sha512 tiger whirlpool
checking which random module to use... default
checking whether use of /dev/random is requested... yes
checking whether the experimental random daemon is requested... no
checking whether MPI assembler modules are requested... yes
checking whether memory guard is requested... no
checking whether use of capabilities is requested... no
checking whether a HMAC binary check is requested... no
checking whether padlock support is requested... yes
checking whether AESNI support is requested... yes
checking whether a -O flag munging is requested... yes
checking for gpg-error-config... no
checking for GPG Error - version >= 1.8... no
Configure: error: libgpg-error is needed.
                See ftp://ftp.gnupg.org/gcrypt/libgpg-error/.
>>
Seems - libgcrypt appears to depend on libgpg-error, and I  haven't 
successfully built libgpg-error.
8)   The libgpg-error build installed the library somewhere that the libcrypt 
or libassuan build can't find - looking back at the log of the build, could not 
find exact install the library file?  
I added the path /export/apps/gnupg/libgpg-error-1.9 to  the $LD_LIBRARY_PATH 
environment variable in .profile.  Still does not recognize the libgpg-error !
9) Tried to build libassuan ; same error as above.
>>cd  libassuan in Folder /export/apps/gnupg/libassuan-2.0.2
> >  ./configure

>  Still getting message:
>  
> checking for gpg-error-config... no
> checking for GPG Error - version >= 1.8... no
> configure: error: libgpg-error was not found
_______________________________________________
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users

Reply via email to