|
我在redhat linux9.0下面编译gpkcs11基于OPNESSL的
那两个动态库libceay_tok.so.0.0.1,libcrypto.so.0.9.4我自己生成了
现在在gpkcs11下面
./configure
make
make install
但是gpkcs11下面的tests目录下的ras_test等几个测试程序怎么编译?
我在gpkcs11目录下make check出错.错误如下:
Making check in docs
make[1]: Entering directory `/home/zy/gpkcs11/docs'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/zy/gpkcs11/docs'
Making check in etc
make[1]: Entering directory `/home/zy/gpkcs11/etc'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/zy/gpkcs11/etc'
Making check in ceay_token
make[1]: Entering directory `/home/zy/gpkcs11/ceay_token'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/home/zy/gpkcs11/ceay_token'
Making check in tests
make[1]: Entering directory `/home/zy/gpkcs11/tests'
Making check in config
make[2]: Entering directory `/home/zy/gpkcs11/tests/config'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/home/zy/gpkcs11/tests/config'
Making check in gpkcs11.base
make[2]: Entering directory `/home/zy/gpkcs11/tests/gpkcs11.base'
make c_setpin test_rsa test_decrypt test_sign t_session_obj_delete1
t_session_obj_delete2
make[3]: Entering directory `/home/zy/gpkcs11/tests/gpkcs11.base'
make[3]: *** No rule to make target `c_setpin.c', needed by `c_setpin.o'.
Stop.make[3]: Leaving directory `/home/zy/gpkcs11/tests/gpkcs11.base'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/home/zy/gpkcs11/tests/gpkcs11.base'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/zy/gpkcs11/tests'
make: *** [check-recursive] Error 1
请问是什么问题,怎么解决?
把gpkcs11\windows\gpkcs11\gpkcs11_test下面的gpkcs11_test.c调试的时候通不过,说好多函数找不到 |
|