Compile of beecrypt v4.1.2 on FC5 fails
Brought to you by:
upuaut
The make fails compile for
c++/provider/BeeCertificateFactory.cxx and
c++/security/cert/CertificateFactory.cxx. I modified
c++/security/Secutiry.h (class Security) to make struct
Spi and getSpi public. Also in
c++/beeyond/BeeCertificate.h (class BeeCertificate)
added namespace to friend class
provider::BeeCertificateFactory;
The configure was run with the --with-gnu-ld option.
Logged In: YES
user_id=56582
I'm working on finalizing beecrypt v4.2.0, which compiles
fine on FC5 x86_64. Could you check out the latest CVS
sources and give them a try?
Thanks in advance.
Logged In: YES
user_id=1430350
I had taken the files from CVS today (23-May-2006) and they
compile fine on FC5, but the 'make check' fails. The error
is below:
[pj@yoda beecrypt]$ make check
Making check in .
make[1]: Entering directory `/home/pj/beecrypt/beecrypt'
make[1]: Leaving directory `/home/pj/beecrypt/beecrypt'
Making check in python
make[1]: Entering directory `/home/pj/beecrypt/beecrypt/python'
Making check in test
make[2]: Entering directory
`/home/pj/beecrypt/beecrypt/python/test'
PYTHONPATH=".. ../.libs/_bc.so" python test_all.py verbose
Traceback (most recent call last):
File "test_all.py", line 58, in ?
print_versions()
File "test_all.py", line 19, in print_versions
from _bc import mpw
ImportError: No module named _bc
make[2]: *** [check] Error 1
make[2]: Leaving directory
`/home/pj/beecrypt/beecrypt/python/test'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/pj/beecrypt/beecrypt/python'
make: *** [check-recursive] Error 1
[pj@yoda beecrypt]$