Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build without openssl fails #293

Closed
LudovicRousseau opened this issue Oct 1, 2014 · 0 comments
Closed

build without openssl fails #293

LudovicRousseau opened this issue Oct 1, 2014 · 0 comments

Comments

@LudovicRousseau
Copy link
Member

From https://sourceforge.net/p/opensc/mailman/message/32878980/

The guy (Eberhard) who normally does opensc-builds on the OBS seems unavailable, I heard there were serious hardware problems at the GWDG university.

So since a long time I tried it myself…

Obviously i forgot something, when trying to build on sles11sp3

 tar xvzf opensc-0.14.0.tar.gz
 cd opensc-0.14.0/
 ./configure
 make clean
 ./configure
 make

……

make[3]: Leaving directory /root/opensc-0.14.0/src/pkcs11' Making all in tools make[3]: Entering directory/root/opensc-0.14.0/src/tools'
CC opensc-tool.o
CC util.o
CCLD opensc-tool
../../src/libopensc/.libs/libopensc.so: undefined reference to iasecc_se_get_crt' ../../src/libopensc/.libs/libopensc.so: undefined reference toiasecc_se_get_info'
../../src/libopensc/.libs/libopensc.so: undefined reference to dnie_match_card' collect2: ld returned 1 exit status make[3]: *** [opensc-tool] Error 1 make[3]: Leaving directory/root/opensc-0.14.0/src/tools'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory /root/opensc-0.14.0/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/root/opensc-0.14.0'
make: *** [all] Error 2

From the limes above it makes me wonder however what is miss …

LudovicRousseau pushed a commit to LudovicRousseau/OpenSC that referenced this issue Oct 1, 2014
If OpenSSL is not present or --disable-openssl then Secure Messaging is
disabled.

The problem was that some Secure Messaging code is missing if OpenSSL is
absent. The build/link failed with some missing symbols.

Fix issue OpenSC#293
LudovicRousseau pushed a commit that referenced this issue Oct 1, 2014
If OpenSSL is not present or --disable-openssl then Secure Messaging is
disabled.

The problem was that some Secure Messaging code is missing if OpenSSL is
absent. The build/link failed with some missing symbols.

Fix issue #293
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant