On 11/22/10 8:44 AM, Samuel Ortiz wrote: > On Sun, Nov 21, 2010 at 03:42:43PM -0800, Grant Erickson wrote: >> I recently downloaded and installed connman-0.63 on my ARM-based development >> board and while all of the other plug-ins load without incident or error, the >> next-generation (i.e. non-legacy) WiFi plug-in fails with an unresolved >> symbol: >> >> # /usr/sbin/connmand -n -i wlan0 -I eth0 >> ... >> Connection Manager version 0.63 >> ... >> Can't load /usr/lib/connman/plugins/wifi.so: >> /usr/lib/connman/plugins/wifi.so: undefined symbol: >> g_supplicant_interface_connect > > Could you please try to use a trunk ConnMan, or backport commit > a4b1cedc2259acb78201d988a5f9483424386c42 to your 0.63 tarball ?
Samuel: Will do. I can also confirm, as might be expected, that changing the dlopen flags from RTLD_NOW to RTLD_LAZY also allows the plug-in to load successfully. Best, Grant _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
