PDA

View Full Version : Install opensc-0.9.6


uhh
05-08-2006, 06:57 PM
By installing opensc using portmap system I get error message:

In file included from opensc-crypto.c:1:
signer.h:7:27: X11/Intrinsic.h: No such file or directory

What can be wrong? Some packages missing?

antik
05-08-2006, 08:10 PM
By installing opensc using portmap system I get error message:

In file included from opensc-crypto.c:1:
signer.h:7:27: X11/Intrinsic.h: No such file or directory

What can be wrong? Some packages missing?

I tried:
# portinstall opensc
and encountered the same problem:
gmake[1]: Leaving directory `/usr/ports/security/opensc/work/opensc-0.9.6'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/security/opensc.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall9637.0 make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! security/opensc (X libraries missing)
---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
Port may be broken.

But binary installation is fine:
# pkg_add -r opensc

uhh
05-08-2006, 08:57 PM
Thanks!
That problem seems solved.