I loaded the Applet CardEdge.cap provided by the muscle site (
http://www.musclecard.com/musclecard/index.html -> MuscleCard Applet
(Stable)<http://www.musclecard.com/musclecard/files/mcardapplet-0.9.8-GXPRAD.tgz>(
0.9.8)) in the smart card, is it rigth?

Now, I am trying to install the muscleframework. The README file says to
make sure pcsc-lite-1.1.1 is installed. I have installed in my computer
libpcsclite1 version 1.3.2-5 trough the APT of Debian. Is it OK?

In order to install the plugins for MuscleCard, I typed

./configure

and after

make

but it shows a lot of errors:

musclecardApplet.h:148: error: expected declaration specifiers or '...'
before 'MSCLPStatusInfo'
musclecardApplet.c:62: error: expected declaration specifiers or '...'
before 'MSCLPStatusInfo'
musclecardApplet.c: In function 'PL_MSCGetStatus':
musclecardApplet.c:95: error: 'pStatusInfo' undeclared (first use in this
function)
musclecardApplet.c:95: error: (Each undeclared identifier is reported only
once
musclecardApplet.c:95: error: for each function it appears in.)
musclecardApplet.c: In function 'PL_MSCGetCapabilities':
musclecardApplet.c:160: error: 'MSC_CAPABLE_RSA_NOPAD' undeclared (first use
in this function)
musclecardApplet.c:160: error: 'MSC_CAPABLE_RSA_KEYGEN' undeclared (first
use in this function)
musclecardApplet.c:166: error: 'MSC_CAPABLE_DSA_KEYGEN' undeclared (first
use in this function)
musclecardApplet.c:171: error: 'MSC_CAPABLE_DES_ECB' undeclared (first use
in this function)
musclecardApplet.c:180: error: 'MSC_TAG_CAPABLE_OBJ_ATTR' undeclared (first
use in this function)
musclecardApplet.c:181: error: 'MSC_CAPABLE_OBJ_ZERO' undeclared (first use
in this function)
musclecardApplet.c:185: error: 'MSC_TAG_CAPABLE_OBJ_IDSIZE' undeclared
(first use in this function)
musclecardApplet.c:195: error: 'MSC_TAG_CAPABLE_OBJ_MAXNUM' undeclared
(first use in this function)
musclecardApplet.c:200: error: 'MSC_TAG_CAPABLE_PIN_ATTR' undeclared (first
use in this function)
musclecardApplet.c:201: error: 'MSC_CAPABLE_PIN_LEAVE' undeclared (first use
in this function)
musclecardApplet.c:205: error: 'MSC_TAG_CAPABLE_PIN_MAXNUM' undeclared
(first use in this function)
musclecardApplet.c:221: error: 'MSC_CAPABLE_PIN_A_Z' undeclared (first use
in this function)
musclecardApplet.c:221: error: 'MSC_CAPABLE_PIN_a_z' undeclared (first use
in this function)
musclecardApplet.c:222: error: 'MSC_CAPABLE_PIN_0_9' undeclared (first use
in this function)
musclecardApplet.c:222: error: 'MSC_CAPABLE_PIN_CALC' undeclared (first use
in this function)
musclecardApplet.c:222: error: 'MSC_CAPABLE_PIN_NONALPHA' undeclared (first
use in this function)
musclecardApplet.c:231: error: 'MSC_TAG_CAPABLE_ID_STATE' undeclared (first
use in this function)
musclecardApplet.c:232: error: 'MSC_CAPABLE_ID_STATE' undeclared (first use
in this function)
musclecardApplet.c:236: error: 'MSC_TAG_CAPABLE_RANDOM_MAX' undeclared
(first use in this function)
musclecardApplet.c:241: error: 'MSC_TAG_CAPABLE_RANDOM_MIN' undeclared
(first use in this function)
musclecardApplet.c: In function 'PL_MSCWriteFramework':
musclecardApplet.c:290: error: 'struct <anonymous>' has no member named
'newTransportKeyLen'
musclecardApplet.c:300: error: 'struct <anonymous>' has no member named
'newTransportKeyLen'
musclecardApplet.c:302: error: 'struct <anonymous>' has no member named
'newTransportKey'
musclecardApplet.c:304: error: 'struct <anonymous>' has no member named
'newTransportKeyLen'
musclecardApplet.c:314: error: 'struct <anonymous>' has no member named
'newTransportKeyLen'
musclecardApplet.c:315: error: 'struct <anonymous>' has no member named
'newTransportKeyLen'
musclecardApplet.c:342: error: 'struct <anonymous>' has no member named
'newTransportKeyLen'
musclecardApplet.c:346: error: 'struct <anonymous>' has no member named
'newTransportKey'
musclecardApplet.c:347: error: 'struct <anonymous>' has no member named
'newTransportKeyLen'
musclecardApplet.c:349: error: 'struct <anonymous>' has no member named
'newTransportKeyLen'
musclecardApplet.c:353: error: 'struct <anonymous>' has no member named
'newTransportKeyLen'
musclecardApplet.c:357: error: 'struct <anonymous>' has no member named
'newTransportKey'
musclecardApplet.c:358: error: 'struct <anonymous>' has no member named
'newTransportKeyLen'
musclecardApplet.c:360: error: 'struct <anonymous>' has no member named
'newTransportKeyLen'
musclecardApplet.c: In function 'PL_MSCImportKey':
musclecardApplet.c:559: error: 'MSC_ZF_WRITE_ZERO' undeclared (first use in
this function)
musclecardApplet.c: In function 'PL_MSCExportKey':
musclecardApplet.c:701: error: 'MSC_ZF_WRITE_ZERO' undeclared (first use in
this function)
musclecardApplet.c: In function 'PL_MSCComputeCrypt':
musclecardApplet.c:730: error: 'MSC_CIPHER_INIT' undeclared (first use in
this function)
musclecardApplet.c:806: error: 'MSC_CIPHER_PROCESS' undeclared (first use in
this function)
musclecardApplet.c:819: error: 'MSC_CIPHER_FINAL' undeclared (first use in
this function)
musclecardApplet.c: In function 'PL_MSCListKeys':
musclecardApplet.c:1063: error: 'MSCKeyPolicy' has no member named
'cipherMode'
musclecardApplet.c:1063: error: 'MSC_KEYPOLICY_MODE_RSA_NOPAD' undeclared
(first use in this function)
musclecardApplet.c:1070: error: 'MSCKeyPolicy' has no member named
'cipherMode'
musclecardApplet.c:1070: error: 'MSC_KEYPOLICY_MODE_DES_ECB_NOPAD'
undeclared (first use in this function)
musclecardApplet.c:1075: error: 'MSCKeyPolicy' has no member named
'cipherMode'
make[2]: ** [libmusclecardApplet_la-musclecardApplet.lo] Erro 1
make[2]: Saindo do diretório
`/home/amanda/downloads/muscle_card/muscleframework-1.1.6/MCardPlugin/src'
make[1]: ** [all-recursive] Erro 1
make[1]: Saindo do diretório
`/home/amanda/downloads/muscle_card/muscleframework-1.1.6/MCardPlugin'
make: ** [all] Erro 2

Can it be happening because I don't have the correct version of pcsc-lite?

Thanks,
Amanda

On Dec 20, 2007 12:20 AM, Karsten Ohme <[EMAIL PROTECTED]> wrote:

> Amanda Ortega schrieb:
> > So, I have to load the Card Edge Applet in the smart card, right? I am
> > trying to do this: I downloaded the sources of MCardApplet and I
> executed
> > the script Verify.sh. But this error is showed:
> >
> > JAVA_HOME /usr/local/tools/java/j2sdk_nb/j2sdk1.4.2 does not exist
> >
> > I installed the version 1.5.0_10 of JDK. When I type
> >
> > echo $JAVA_HOME
>
> Set JAVA_HOME manually or in the script or use a prebuilt binary from
> the MuscleCard web site. If you want to compile it on your own you also
> need Java Card. You must also download and install it.
>
> Regards,
> Karsten
>
> >
> > it doesn't show anything. In addition, the directory showed in the
> message
> > doesn't exist. I installed JDK through APT, so Debian configured all for
> me.
> >
> > How can I solve this problem of configuration, in order to continue the
> > process of compile the sources?
> >
> > Thanks,
> > Amanda
> >
> > On Dec 19, 2007 5:39 PM, Ludovic Rousseau <[EMAIL PROTECTED]>
> > wrote:
> >
> >> On Dec 19, 2007 2:44 PM, Amanda Ortega <[EMAIL PROTECTED]> wrote:
> >>> Hi!!
> >> Hello!!
> >>
> >>> I am testing XCardII in my computer, but there is a problem: when the
> >>> program starts, it says that the token is unknown, and it doesn't show
> >> any
> >>> content of the card.
> >>>
> >>>  What is happening?
> >> Your card is not supported by the muscleframework [1]: javacard card
> >> with the musclecard applet or a Cryptoflex card.
> >>
> >> bye
> >>
> >> [1] https://alioth.debian.org/frs/?group_id=30111
> >>
> >> --
> >>  Dr. Ludovic Rousseau
> >> _______________________________________________
> >> Muscle mailing list
> >> [email protected]
> >> http://lists.drizzle.com/mailman/listinfo/muscle
> >>
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Muscle mailing list
> > [email protected]
> > http://lists.drizzle.com/mailman/listinfo/muscle
>
> _______________________________________________
> Muscle mailing list
> [email protected]
> http://lists.drizzle.com/mailman/listinfo/muscle
>
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to