On 31 Jan 2011, at 02:03, davbeck wrote: > > When I run my GNUStep tool, I get the following warning: > > 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. > > How do I reconfigure gnustep-base with GNU TLS?
1. install tls on your machine ... you are probably using some sort of package manager and it may have a tls development package separate from the user package ... if so, you need to install the developer package so that the headers are available. 2. re-run configure for gnustep-base, check that it found your gnu tls library/headers, and rebuild gnustep-base _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
