Kext library resolution
Kext library resolution
- Subject: Kext library resolution
- From: Prokash Sinha <email@hidden>
- Date: Fri, 12 May 2017 16:16:26 -0700
Following is plist for exporter ( library kext) -
Hi All,
Should not I get at least another line when I do the kextlibs on Importer ?
Problem is I can not import due link being unresolved.
Any thoughts?
Do I need to do anything inside the exporter code ??
<key>OSBundleCompatibleVersion</key> <string>1.0.0</string> <key>OSBundleLibraries</key> <dict> <key>com.apple.kpi.bsd</key> <string>10.0.0</string> <key>com.apple.kpi.iokit</key> <string>10.0.0</string> <key>com.apple.kpi.libkern</key> <string>10.0.0</string> <key>com.apple.kpi.mach</key> <string>10.0.0</string> <key>com.apple.kpi.unsupported</key> <string>10.0.0</string> </dict>
bash-3.2# kextlibs -v Collector.kext/ For all architectures: com.apple.kpi.bsd = 16.4 com.apple.kpi.iokit = 16.4 com.apple.kpi.libkern = 16.4 com.apple.kpi.mach = 16.4
For x86_64: 5 symbols not found in any library kext.
Following module trying to import
<key>OSBundleLibraries</key> <dict> <key>com.apple.kpi.bsd</key> <string>9.8.0</string> <key>com.apple.kpi.dsep</key> <string>9.8.0</string> <key>com.apple.kpi.iokit</key> <string>9.8.0</string> <key>com.apple.kpi.libkern</key> <string>9.8.0</string> <key>com.apple.kpi.mach</key> <string>9.8.0</string> <key>com.apple.kpi.unsupported</key> <string>9.8.0</string> <key>Forcepoint-Inc.CollectorComm</key> <string>1.0.0</string> </dict>
Thanks, Prokash
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden