site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com User-agent: Internet Messaging Program (IMP) 3.1 I'm trying to develop an updated version of a kext in time for Tiger's release (I am using build 8A420), but I can't get kextload to load it. Every time, it reports that any sysctls I try to register are undefined. Specifically, the error everytime when running kextload -t foo.kext is: kextload: extension foo.kext appears to be valid kld(): Undefined symbols: _sysctl__children _sysctl_handle_int _sysctl_register_oid _sysctl_unregister_oid kextload: kld_load_from_memory() failed for module /Users/username/project/ build/foo.kext/Contents/MacOS/foo kextload: a link/load error occured for kernel extension foo.kext load failed for extension foo.kext I even tried creating an entirely new kext project in Xcode 2.0, and added a few sysctl_register_oid calls and it stopped working. info.plist includes com.apple.kernel.libkern in OSBundleLibraries, so this ought to work. Does anyone know what's wrong? - Brian _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com