Bacula-users

[Bacula-users] Trying to compile Bacula on Fedora 12

2010-01-05 15:46:38
Subject: [Bacula-users] Trying to compile Bacula on Fedora 12
From: brown wrap <gramos AT yahoo DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 5 Jan 2010 12:44:06 -0800 (PST)
I am trying to compile bacula and followed the example of how to run configure. I still received severl error messages that I have no idea what they mean. The output is lengthy, but maybe someone has had a similar problem in the past. Thanks.


crypto.c: In function ‘ASN1_OCTET_STRING* openssl_cert_keyid(X509*)’:
crypto.c:333: error: invalid conversion from ‘const X509V3_EXT_METHOD*’ to ‘X509V3_EXT_METHOD*’
crypto.c: In function ‘CRYPTO_SESSION* crypto_session_new(crypto_cipher_t, alist*)’:
crypto.c:1102: error: cannot convert ‘unsigned char*’ to ‘EVP_PKEY_CTX*’ for argument ‘1’ to ‘int EVP_PKEY_encrypt(EVP_PKEY_CTX*, unsigned char*, size_t*, const unsigned char*, size_t)’
crypto.c: In function ‘crypto_error_t crypto_session_decode(const u_int8_t*, u_int32_t, alist*, CRYPTO_SESSION**)’:
crypto.c:1226: error: cannot convert ‘unsigned char*’ to ‘EVP_PKEY_CTX*’ for argument ‘1’ to ‘int EVP_PKEY_decrypt(EVP_PKEY_CTX*, unsigned char*, size_t*, const unsigned char*, size_t)’
make[1]: *** [crypto.lo] Error 1


ranlib libbacfind.a
make[1]: *** No rule to make target `../lib/libbac.la', needed by `all'.  Stop.
make[1]: Leaving directory `/home/gcr/Downloads/bacula/bacula-3.0.3/src/findlib'

make[1]: *** No rule to make target `../lib/libbacpy.la', needed by `bacula-fd'.  Stop.
make[1]: Leaving directory `/home/gcr/Downloads/bacula/bacula-3.0.3/src/filed'

make[1]: *** No rule to make target `../lib/libbac.la', needed by `bconsole'.  Stop.
make[1]: Leaving directory `/home/gcr/Downloads/bacula/bacula-3.0.3/src/console'


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] Trying to compile Bacula on Fedora 12, brown wrap <=