it looks like it's missing the openssl include files and library.
On Wed, Dec 30, 2009 at 2:02 PM, chris kinney <[email protected]> wrote: > i pulled this version and ran make and got this error.... > > > make -C libstrutil > make[1]: Entering directory `/home/cmkinne/Desktop/xcpu/xcpu2/trunk/ > libstrutil' > make[1]: `libstrutil.a' is up to date. > make[1]: Leaving directory `/home/cmkinne/Desktop/xcpu/xcpu2/trunk/ > libstrutil' > make -C libxauth > make[1]: Entering directory `/home/cmkinne/Desktop/xcpu/xcpu2/trunk/ > libxauth' > cc -Wall -g -I../include -I../spfs/include -c xauth.c > xauth.c:30:25: error: openssl/rsa.h: No such file or directory > xauth.c:31:25: error: openssl/sha.h: No such file or directory > xauth.c:32:24: error: openssl/bn.h: No such file or directory > xauth.c:33:25: error: openssl/pem.h: No such file or directory > xauth.c:34:25: error: openssl/err.h: No such file or directory > xauth.c:35:26: error: openssl/rand.h: No such file or directory > xauth.c:40: error: expected specifier-qualifier-list before ‘RSA’ > xauth.c: In function ‘xauth_pubkey_create’: > xauth.c:66: error: ‘BIGNUM’ undeclared (first use in this function) > xauth.c:66: error: (Each undeclared identifier is reported only once > xauth.c:66: error: for each function it appears in.) > xauth.c:66: error: ‘ebn’ undeclared (first use in this function) > xauth.c:66: error: ‘nbn’ undeclared (first use in this function) > xauth.c:66: warning: left-hand operand of comma expression has no > effect > xauth.c:79: warning: pointer targets in passing argument 3 of > ‘decode_base64’ differ in signedness > xauth.c:43: note: expected ‘char *’ but argument is of type ‘u8 *’ > xauth.c:100: warning: implicit declaration of function ‘BN_bin2bn’ > xauth.c:105: warning: implicit declaration of function ‘free’ > xauth.c:105: warning: incompatible implicit declaration of built-in > function ‘free’ > xauth.c:109: error: ‘Xkey’ has no member named ‘key’ > xauth.c:109: warning: implicit declaration of function ‘RSA_new’ > xauth.c:110: error: ‘Xkey’ has no member named ‘key’ > xauth.c:111: error: ‘Xkey’ has no member named ‘key’ > xauth.c:116: warning: incompatible implicit declaration of built-in > function ‘free’ > xauth.c: In function ‘xauth_privkey_create’: > xauth.c:143: error: ‘Xkey’ has no member named ‘key’ > xauth.c:143: warning: implicit declaration of function > ‘PEM_read_RSAPrivateKey’ > xauth.c:145: error: ‘Xkey’ has no member named ‘key’ > xauth.c:146: warning: implicit declaration of function > ‘ERR_error_string_n’ > xauth.c:146: warning: implicit declaration of function ‘ERR_get_error’ > xauth.c:148: warning: incompatible implicit declaration of built-in > function ‘free’ > xauth.c: In function ‘xauth_pubkey_create_from_file’: > xauth.c:182: warning: incompatible implicit declaration of built-in > function ‘free’ > xauth.c:189: warning: incompatible implicit declaration of built-in > function ‘free’ > xauth.c:197: warning: incompatible implicit declaration of built-in > function ‘free’ > xauth.c: In function ‘xauth_destroy’: > xauth.c:204: error: ‘Xkey’ has no member named ‘key’ > xauth.c:205: warning: implicit declaration of function ‘RSA_free’ > xauth.c:205: error: ‘Xkey’ has no member named ‘key’ > xauth.c:207: warning: incompatible implicit declaration of built-in > function ‘free’ > xauth.c: In function ‘xauth_user_pubkey’: > xauth.c:229: warning: incompatible implicit declaration of built-in > function ‘free’ > xauth.c:234: warning: incompatible implicit declaration of built-in > function ‘free’ > xauth.c: In function ‘xauth_pubkey_encrypt’: > xauth.c:245: warning: implicit declaration of function ‘RSA_size’ > xauth.c:245: error: ‘Xkey’ has no member named ‘key’ > xauth.c:253: warning: implicit declaration of function > ‘RSA_public_encrypt’ > xauth.c:253: error: ‘Xkey’ has no member named ‘key’ > xauth.c:253: error: ‘RSA_PKCS1_PADDING’ undeclared (first use in this > function) > xauth.c: In function ‘xauth_user_privkey’: > xauth.c:289: warning: incompatible implicit declaration of built-in > function ‘free’ > xauth.c:293: warning: incompatible implicit declaration of built-in > function ‘free’ > xauth.c: In function ‘xauth_privkey_decrypt’: > xauth.c:304: error: ‘Xkey’ has no member named ‘key’ > xauth.c:313: warning: implicit declaration of function > ‘RSA_private_decrypt’ > xauth.c:313: error: ‘Xkey’ has no member named ‘key’ > xauth.c:313: error: ‘RSA_PKCS1_PADDING’ undeclared (first use in this > function) > xauth.c: In function ‘xauth_sign’: > xauth.c:334: error: ‘SHA_DIGEST_LENGTH’ undeclared (first use in this > function) > xauth.c:338: warning: implicit declaration of function ‘SHA1’ > xauth.c:339: error: ‘Xkey’ has no member named ‘key’ > xauth.c:344: warning: implicit declaration of function ‘RSA_sign’ > xauth.c:344: error: ‘NID_sha1’ undeclared (first use in this function) > xauth.c:344: error: ‘Xkey’ has no member named ‘key’ > xauth.c:347: warning: incompatible implicit declaration of built-in > function ‘free’ > xauth.c:353: warning: incompatible implicit declaration of built-in > function ‘free’ > xauth.c:358: warning: incompatible implicit declaration of built-in > function ‘free’ > xauth.c:334: warning: unused variable ‘hash’ > xauth.c: In function ‘xauth_verify’: > xauth.c:367: error: ‘SHA_DIGEST_LENGTH’ undeclared (first use in this > function) > xauth.c:370: warning: implicit declaration of function ‘RSA_verify’ > xauth.c:370: error: ‘NID_sha1’ undeclared (first use in this function) > xauth.c:370: error: ‘Xkey’ has no member named ‘key’ > xauth.c:367: warning: unused variable ‘hash’ > xauth.c: In function ‘xauth_hash’: > xauth.c:377: error: ‘SHA_DIGEST_LENGTH’ undeclared (first use in this > function) > xauth.c: In function ‘xauth_rand’: > xauth.c:389: warning: implicit declaration of function > ‘RAND_pseudo_bytes’ > make[1]: *** [xauth.o] Error 1 > make[1]: Leaving directory `/home/cmkinne/Desktop/xcpu/xcpu2/trunk/ > libxauth' > make: *** [libxauth/libxauth.a] Error 2 > > > On Dec 23, 2:03 pm, ron minnich <[email protected]> wrote: >> I would not use the ericvh version. >> >> The main version is here:http://sourceforge.net/projects/xcpu/ >> >> ron >
