Mike Gerdts wrote:
> I attempted a build of recent onnv source (checked out around 10/2)
> and found the following in nightly.log
>
> ../common/libpolkit-rbac.c:29:18: glib.h: No such file or directory
> In file included from ../common/libpolkit-rbac.c:30:
> /usr/include/dbus-1.0/dbus/dbus-glib.h:
On Wed, 10 Oct 2007, Durga Prasad wrote:
>Hi All,
>
>I am seeing openssl PKCS#11 engine code. I have some doubts regarding this.
>
>1) Why are we passing NULL argument to C_Initialize. If the NULL argument
>is passed, we are not supposed to access to use PKCS11 library from
>multiple threads sim
Durga Prasad wrote:
> Hi All,
>
> I am seeing openssl PKCS#11 engine code. I have some doubts regarding this.
>
> 1) Why are we passing NULL argument to C_Initialize. If the NULL argument is
> passed, we are not supposed to access to use PKCS11 library from multiple
> threads simultaneously.
W
Mike Gerdts writes:
> I attempted a build of recent onnv source (checked out around 10/2)
> and found the following in nightly.log
>
> ../common/libpolkit-rbac.c:29:18: glib.h: No such file or directory
> In file included from ../common/libpolkit-rbac.c:30:
> /usr/include/dbus-1.0/dbus/dbus-glib.h
"Mike Gerdts" writes:
> I attempted a build of recent onnv source (checked out around 10/2)
> and found the following in nightly.log
>
> ../common/libpolkit-rbac.c:29:18: glib.h: No such file or directory
> In file included from ../common/libpolkit-rbac.c:30:
> /usr/include/dbus-1.0/dbus/dbus-gli
On 10/10/07, Richard Lowe wrote:
> When the headers aren't in the consolidation being built, yes, it's
> normal (though I don't particularly like it).
>
> This is why the devref states you must have SUNWCall on build machines.
Sigh... Yes, I did read that at one point, but not since being annoyed
I attempted a build of recent onnv source (checked out around 10/2)
and found the following in nightly.log
../common/libpolkit-rbac.c:29:18: glib.h: No such file or directory
In file included from ../common/libpolkit-rbac.c:30:
/usr/include/dbus-1.0/dbus/dbus-glib.h:27:25: glib-object.h: No such
f
Hi Darren and Jan,
Thank you very much for clarifying my doubts.
This message posted from opensolaris.org
Hi All,
I am seeing openssl PKCS#11 engine code. I have some doubts regarding this.
1) Why are we passing NULL argument to C_Initialize. If the NULL argument is
passed, we are not supposed to access to use PKCS11 library from multiple
threads simultaneously.
2) How is opensc PKCS#11 engine dif