Re: Gnupg2 Install on Solaris 10 Problem.

2011-09-28 Thread Simone Cianfriglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi Priya,

I'm not an expert of Solaris 10 on Sparc architecture, however I might
have found your problem in the procedure you followed.

> 1) I untar 'ed the build libraries from required tar files
> 2) After unzip/untar, formed below directories [...]
> 3) I ran "build.sh" file in downloaded make directory
> Than I ran make in same directory.
> 4) Ran ‘configure’ in /export/apps/gnupg/libgpg-error-1.9
> 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.
> [...]
> 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.

That's true, libgcrypt depends on 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?

What I'm seeing here (and what I'm reading from your procedure) is
that you didn't do the "make install" pass. That's why your
./configure script can't find the library on the system.

> 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 !

It'll be useful only if the directory you added is the one which
contains the library file. Search in subdirectories!

You can resolve this issue by installing the library with make
install. Of course, if you want to make your system clean from that
external software, you can set the installation path with the --prefix
parameter at ./configure.

> 9) Tried to build libassuan ; same error as above.

See above.



Hope it helps. Forgive me if I wrote something wrong for Solaris...

Regards and good luck,
Simone

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iQIcBAEBCgAGBQJOg5vtAAoJEGfVQEsGVc2AW+oP/iNGAd9FIAequ9iWbq+KwRDk
arHpMUCpaUmEaxmJAFrzAGWRiIzERQMUwOGP3JVhPTcpQdGyJM8+PlX3JS/LoK94
X5TJBDAt6DUXXaAwJriG/pUh26yBJUVyFMpM/Cv22EkUgu7SlZmJT7zmNoPrbsjC
y76YhjSRpbwe6JtlcHDrmCle1yWnob9kiOlH9GCBaVdsGZL8JKOGnLDL5HuVab2O
ZaiY4O9BQKSW/y3TszxRATVe1KSP2ugyUPwjTeqJkdDiBEzrv42U5scHhVbQem5P
c0NXUbYIESn+Z3VukbfjvhU4Z8la3fJl+74OoOu4QsheII3J/4Fw3q/SRIx8lW64
S9UwI+bpWvAXSd6RAFCSFohZhG/YmccEkBJCmSDIk12vSsyWWKsDm9VLNZtUk7Fw
mKGyyB/2tVrFFEi9I5QxPKQiOMiSdyaTONQ+VgejimQmJ5IeL20MX2zyO4ppepkJ
dyrdw8U86MxzasF/BCV5RWZYTjtp8jDbjZ3LwF89PLAlBQgpMBNJOLa6mvzJp8Fx
MrRIQKNx/OvVttDRCeA/4VkQaJd3uL9/Vtj1SLI57CDI8/WsjFBkVTfwEjF9YhcC
2jf5jVmHfNNvXEbc4Jms9vhNzSPACwBgIGwrlIrJZ9lv4gzgBJOtRkA7arrY8OOQ
+Q/GQ7jr3FWbVU9Cwjtg
=OdJ5
-END PGP SIGNATURE-

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Gnupg2 Install on Solaris 10 Problem.

2011-09-28 Thread Priya Ranjan
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


[no subject]

2011-09-28 Thread Priya Ranjan
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


Re: Looking for 3G smartphone partner and cooperator

2011-09-28 Thread Jonathan Ely
On 28/09/2011 07:46 AM, Bolin qu wrote:
> Hello,my friend:
> 
> How are you recently? i hope everything is very well with you now.
> This is your friend_bolin worked in 3G T-smart communications factory as a 
> sales man and tooling manager, Our company has many years experience in 
> providing the brand owners and wholesalers all over the world with 
> professional products and OEM, ODM services.and we're the strategic partner 
> with China Mobile.
> Attached is our newest product presentation for you reference. if any style 
> meets your interest,please don't hesitate to contact me!
> 
> BRS!
> --
> Bolin qu,Oversea sales and tooling manager
> T-smart communications equipment Co.,LTD.(China mobile Partner)
> Add:B-D,8 Floor,Hanjing International building,Nanshan District,Shenzhen 
> City,PRC
> MP:+86 13602649836   skype:bolin.qu 
> Email: slsimon...@gmail.com or bolinqud...@live.cn
> TEL:0755-83534040/25315393 FAX:0755-83584225 
> ___
> Gnupg-users mailing list
> Gnupg-users@gnupg.org
> http://lists.gnupg.org/mailman/listinfo/gnupg-users
Nothing but a spammer. Get off the list or whomever controls the list
should ban this fool for good.

-- 
Brotha J.


0xDA74EEF3.asc
Description: application/pgp-keys


signature.asc
Description: OpenPGP digital signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Looking for 3G smartphone partner and cooperator

2011-09-28 Thread Bolin qu
Hello,my friend:

How are you recently? i hope everything is very well with you now.
This is your friend_bolin worked in 3G T-smart communications factory as a 
sales man and tooling manager, Our company has many years experience in 
providing the brand owners and wholesalers all over the world with professional 
products and OEM, ODM services.and we're the strategic partner with China 
Mobile.
Attached is our newest product presentation for you reference. if any style 
meets your interest,please don't hesitate to contact me!

BRS!
--
Bolin qu,Oversea sales and tooling manager
T-smart communications equipment Co.,LTD.(China mobile Partner)
Add:B-D,8 Floor,Hanjing International building,Nanshan District,Shenzhen 
City,PRC
MP:+86 13602649836   skype:bolin.qu 
Email: slsimon...@gmail.com or bolinqud...@live.cn
TEL:0755-83534040/25315393 FAX:0755-83584225 
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: restoring SmartCard key with off-card copy

2011-09-28 Thread Peter Lebbing
On 28/09/11 15:50, Werner Koch wrote:
> There is no feature for it.  You may use gpgsplit to manually construct
> a key from such a backup.  You need to take the keybinding signature etc
> from the matching public key.  I have not tried, it though.

I'm fairly sure I tried it and it worked. It's a while ago, so I won't
testify in court on that ;). Just export the "secret key" from GnuPG
(actually with the divert-to-card stub), gpgsplit it, and replace the stub
with that off-card backup.

Peter.

-- 
I use the GNU Privacy Guard (GnuPG) in combination with Enigmail.
You can send me encrypted mail if you want some privacy.
My key is available at http://wwwhome.cs.utwente.nl/~lebbing/pubkey.txt

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: restoring SmartCard key with off-card copy

2011-09-28 Thread Werner Koch
On Wed, 28 Sep 2011 12:09, achim.cl...@cloer.com said:

> Is there any possibility to import the off-card-backup into a normal
> keyring in GPG without using a SmartCard?

There is no feature for it.  You may use gpgsplit to manually construct
a key from such a backup.  You need to take the keybinding signature etc
from the matching public key.  I have not tried, it though.  If you look
on the backup file using "gpg --list-packets" wyou will see that it is a
standard secret key packets - but just that packet without any
self-signatures or user-ids.


Shalom-Salam,

   Werner

-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: restoring SmartCard key with off-card copy

2011-09-28 Thread Achim Cloer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thank you Werner!

Am 28.09.2011 09:15, schrieb Werner Koch:
> The backup file only contains the parts of the key which will be
> stored on the card.  After the --edit-key prompt is shown, enter
> the command "bkuptocard" and follow the instructions.  If you don't
> have the public key available, you may give any other key-id to
> enter the key-edit menu.

Is there any possibility to import the off-card-backup into a normal
keyring in GPG without using a SmartCard?

Tank You!
Gruß,

  Achim
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQGcBAEBAgAGBQJOgvJYAAoJEGNcKEESQW1pHtwL/1MGeffNjtwG1G3dKpy/g+95
53c2aJdyFwkkApcEH1j2k5/KLZxm2+ZnF3f/nTah1TsT5Tj9zDmvQgDR1MkAUW/Q
uAR67OvC0SOoQArLruAArJF9CQJjlupWAQRyF/aINeWQI2Q6TxRwPh+/kkigSiDX
FbB1yMBpVmy2ULcRafOwaiGClV4fxh1hYIyH9ZHJg6csPTjkTW0iAfCZJo+F6nTI
/WkRBxO/C09PWArqq6jurMVahu592x1rzxzVvhIrleSMPBIE2hIH9lTtAVekjQ/E
h2/Xs+YV+JVjC2xVO6Qnaip5u9c0dk9eH06IdqXrUmWe5sQHJm4RjbbYJew8sLNT
MEpiJcbR4rtQhNhSjf3ErnCSb7LTT/JW0xv7GgeX3Z6LtWxeNStRF3pDDfcYEZpy
LfI1+qKWwW1obJGXzWm21XYmhDhvP3e1mOjEK/ipr1MS3YrYuXlVRw/k8p+LDijE
vHt3mm5gBDyOPLI1oYMrU03C+aVe+so8aQe8818iBw==
=1DPi
-END PGP SIGNATURE-

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: restoring SmartCard key with off-card copy

2011-09-28 Thread Werner Koch
On Mon, 26 Sep 2011 23:11, achim.cl...@cloer.de said:

> we are planing to deploy PGP in our team with Smartcards.

I assume you mean GnuPG, which has - like PGP - an implementaion of the
OpenPGP standard.

> During generating the keys, the pgp card is also generating a off-card
> copy. But we fail to import this backup into OpenPGP. The error

...into GPG ;-)

> message is "User-ID is missing". But the User-ID was given during

To restore a key you need to use gpg's edit-key command.  That requires
that you pass it a key-id or a user-id.  You should give the key-id
which was stored on the card.  Note that the public key as well as the
secret-key stub are not stored on the card.

The backup file only contains the parts of the key which will be stored
on the card.  After the --edit-key prompt is shown, enter the command
"bkuptocard" and follow the instructions.  If you don't have the public
key available, you may give any other key-id to enter the key-edit menu.


Salam-Shalom,

   Werner

-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users