免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2156 | 回复: 0
打印 上一主题 下一主题

装gaim时候的ssl问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-05-18 11:53 |只看该作者 |倒序浏览
我在装gaim1.0.2的时候,make过程出现了这个问题..现在系统被我弄得挺乱的了.....我不知道ssl那里有问题,该如何解决..麻烦帮我看一下

  1. Making all in ssl
  2. if /usr/local/bin/bash ../../libtool --silent --mode=compile gcc -DHAVE_CONFIG_H  -I. -I. -I../..  -DDATADIR=\"/usr/local/share\"  -DLIBDIR=\"/usr/local/lib/gaim/\"  -I../../src    -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include    -I/usr/X11R6/include/mozilla/nss -I/usr/X11R6/include/mozilla/nspr      -g -O2 -Wall -g3 -MT ssl-nss.lo -MD -MP -MF ".deps/ssl-nss.Tpo" -c -o ssl-nss.lo ssl-nss.c;  then mv -f ".deps/ssl-nss.Tpo" ".deps/ssl-nss.Plo"; else rm -f ".deps/ssl-nss.Tpo"; exit 1; fi
  3. ssl-nss.c:37:22: pk11func.h: No such file or directory
  4. ssl-nss.c:39:20: secerr.h: No such file or directory
  5. ssl-nss.c:40:20: secmod.h: No such file or directory
  6. ssl-nss.c:41:17: ssl.h: No such file or directory
  7. ssl-nss.c:42:20: sslerr.h: No such file or directory
  8. ssl-nss.c:43:22: sslproto.h: No such file or directory
  9. ssl-nss.c: In function `ssl_nss_init_nss':
  10. ssl-nss.c:61: warning: implicit declaration of function `NSS_NoDB_Init'
  11. ssl-nss.c:64: warning: implicit declaration of function `SECMOD_AddNewModule'
  12. ssl-nss.c:71: warning: implicit declaration of function `NSS_SetDomesticPolicy'
  13. ssl-nss.c: At top level:
  14. ssl-nss.c:78: error: syntax error before "ssl_auth_cert"
  15. ssl-nss.c:80: warning: return type defaults to `int'
  16. ssl-nss.c: In function `ssl_auth_cert':
  17. ssl-nss.c:81: error: `SECSuccess' undeclared (first use in this function)
  18. ssl-nss.c:81: error: (Each undeclared identifier is reported only once
  19. ssl-nss.c:81: error: for each function it appears in.)
  20. ssl-nss.c: At top level:
  21. ssl-nss.c:106: error: syntax error before "ssl_bad_cert"
  22. ssl-nss.c:107: warning: return type defaults to `int'
  23. ssl-nss.c: In function `ssl_bad_cert':
  24. ssl-nss.c:108: error: syntax error before "status"
  25. ssl-nss.c:112: error: `status' undeclared (first use in this function)
  26. ssl-nss.c:114: warning: implicit declaration of function `PORT_GetError'
  27. ssl-nss.c:118: error: `SEC_ERROR_INVALID_AVA' undeclared (first use in this function)
  28. ssl-nss.c:119: error: `SEC_ERROR_INVALID_TIME' undeclared (first use in this function)
  29. ssl-nss.c:120: error: `SEC_ERROR_BAD_SIGNATURE' undeclared (first use in this function)
  30. ssl-nss.c:121: error: `SEC_ERROR_EXPIRED_CERTIFICATE' undeclared (first use in this function)
  31. ssl-nss.c:122: error: `SEC_ERROR_UNKNOWN_ISSUER' undeclared (first use in this function)
  32. ssl-nss.c:123: error: `SEC_ERROR_UNTRUSTED_CERT' undeclared (first use in this function)
  33. ssl-nss.c:124: error: `SEC_ERROR_CERT_VALID' undeclared (first use in this function)
  34. ssl-nss.c:125: error: `SEC_ERROR_EXPIRED_ISSUER_CERTIFICATE' undeclared (first use in this function)
  35. ssl-nss.c:126: error: `SEC_ERROR_CRL_EXPIRED' undeclared (first use in this function)
  36. ssl-nss.c:127: error: `SEC_ERROR_CRL_BAD_SIGNATURE' undeclared (first use in this function)
  37. ssl-nss.c:128: error: `SEC_ERROR_EXTENSION_VALUE_INVALID' undeclared (first use in this function)
  38. ssl-nss.c:129: error: `SEC_ERROR_CA_CERT_INVALID' undeclared (first use in this function)
  39. ssl-nss.c:130: error: `SEC_ERROR_CERT_USAGES_INVALID' undeclared (first use in this function)
  40. ssl-nss.c:131: error: `SEC_ERROR_UNKNOWN_CRITICAL_EXTENSION' undeclared (first use in this function)
  41. ssl-nss.c:132: error: `SECSuccess' undeclared (first use in this function)
  42. ssl-nss.c:136: error: `SECFailure' undeclared (first use in this function)
  43. ssl-nss.c: In function `ssl_nss_connect_cb':
  44. ssl-nss.c:189: warning: implicit declaration of function `SSL_ImportFD'
  45. ssl-nss.c:189: warning: assignment makes pointer from integer without a cast
  46. ssl-nss.c:203: warning: implicit declaration of function `SSL_OptionSet'
  47. ssl-nss.c:203: error: `SSL_SECURITY' undeclared (first use in this function)
  48. ssl-nss.c:204: error: `SSL_HANDSHAKE_AS_CLIENT' undeclared (first use in this function)
  49. ssl-nss.c:206: warning: implicit declaration of function `SSL_AuthCertificateHook'
  50. ssl-nss.c:207: error: `SSLAuthCertificate' undeclared (first use in this function)
  51. ssl-nss.c:207: error: syntax error before "ssl_auth_cert"
  52. ssl-nss.c:209: warning: implicit declaration of function `SSL_BadCertHook'
  53. ssl-nss.c:209: error: `SSLBadCertHandler' undeclared (first use in this function)
  54. ssl-nss.c:209: error: syntax error before "ssl_bad_cert"
  55. ssl-nss.c:212: warning: implicit declaration of function `SSL_SetURL'
  56. ssl-nss.c:214: warning: implicit declaration of function `SSL_ResetHandshake'
  57. ssl-nss.c:216: warning: implicit declaration of function `SSL_ForceHandshake'
  58. *** Error code 1
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP