I got it working by "fooling" Installer.app that I had the BSD Subsystem application installed.
Edit the file /var/root/Library/Installer/LocalPackages.plist and add the following
Code:
<dict>
<key>bundleIdentifier</key>
<string>com.natetrue.iphone.iphone_binkit</string>
<key>category</key>
<string>System</string>
<key>contact</key>
<string>iphone@nullriver.com</string>
<key>date</key>
<string>1189568672</string>
<key>description</key>
<string>Unix tools for the iPhone.</string>
<key>location</key>
<string>http://conceitedsoftware.com/iphone/zips/BSD_Subsystem-1.5.zip</string>
<key>maintainer</key>
<string>Nullriver, Inc.</string>
<key>name</key>
<string>BSD Subsystem</string>
<key>scripts</key>
<dict>
<key>install</key>
<array>
<array>
<string>CopyPath</string>
<string>bin</string>
<string>/bin</string>
</array>
<array>
<string>CopyPath</string>
<string>sbin</string>
<string>/sbin</string>
</array>
<array>
<string>CopyPath</string>
<string>usr</string>
<string>/usr</string>
</array>
<array>
<string>CopyPath</string>
<string>var</string>
<string>/var</string>
</array>
<array>
<string>CopyPath</string>
<string>System</string>
<string>/System</string>
</array>
<array>
<string>CopyPath</string>
<string>etc</string>
<string>/etc</string>
</array>
</array>
</dict>
<key>size</key>
<string>6967995</string>
<key>source</key>
<string>http://iphone.nullriver.com/</string>
<key>url</key>
<string>http://iphone.natetrue.com/</string>
<key>version</key>
<string>1.5</string>
</dict> You then should be able to install software that requires the BSD Subsystem. Apollo works for me! Just don't update or uninstall this package, as it may cause unwanted ... effects.
Bookmarks