当我运行GNUStep工具时,我收到以下警告:
2011-01-30 18:21:49.382 GVPushNotificationServer[59326] Attempt to use SSL/TLS without support.
2011-01-30 18:21:49.382 GVPushNotificationServer[59326] Please reconfigure gnustep-base with GNU TLS.
如何使用GNU TLS重新配置gnustep-base?
答案 0 :(得分:1)
回答Old Nabble:
- 在你的机器上安装...你可能正在使用某种包管理器,它可能有一个独立于用户包的tls开发包......如果是这样,你需要安装开发包以便标题可用。
- 重新运行configure for gnustep-base,检查它是否找到了你的gnu tls库/头文件,并重建gnustep-base
醇>
http://old.nabble.com/GNUStep-Attempt-to-use-SSL-TLS-without-support-td30803402.html