|
楼主 |
发表于 2005-6-14 18:32:43
|
显示全部楼层
又有问题了?
再烦请看看
#line 8125 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char RAND_add ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
RAND_add ();
;
return 0;
}
configure:8202: gcc -o conftest -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I/usr/local/ssl/include -L/usr/local/ssl/lib
conftest.c -lutil -lz -lnsl -lcrypto >&5
/usr/bin/ld: cannot find -lcrypto
collect2: ld returned 1 exit status
configure:8205: $? = 1
configure: failed program was:
#line 8176 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char RAND_add ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
RAND_add ();
;
return 0;
}
configure:8221: error: *** Can't find recent OpenSSL libcrypto (see config.log for details) *** |
|