Changes between Version 5 and Version 6 of R1/Alpha2/ReleaseAddendum
- Timestamp:
- May 13, 2010, 1:29:59 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
R1/Alpha2/ReleaseAddendum
v5 v6 7 7 * '''Error Message''': ''General System Error'' 8 8 * '''Reproduction''': This seems to be caused through a certain combination of media and disc drives. During installation you may encounter a ''General System Error'' while copying libwebcore.so. 9 * '''Resolution (with active internet connection) ''': To remedy this you need to open the Terminal application and run the following command. It will temporarily replace the version of WebPositive on the CD. You should now be able to restart the Installer application. 9 * '''Resolution (with no internet connection) ''': To remedy this you need to open the Terminal application and run the following command. It will temporarily remove 10 WebPositive's libaries on the CD. To note, file modification on the LiveCD will not persist across reboots. 11 * Click [ Desktop (Live-CD) ] 12 * Click the Deskbar --> Applications --> Terminal 13 * Enter the following commands 10 14 {{{ 11 installoptionalpackage webpositive 15 rm -rf /boot/apps/WebPositive/lib/*.so 16 Installer 12 17 }}} 13 18 * Once Haiku is installed, reboot into the installed partition and run the following command, which will install WebPositive 19 {{{ 20 installoptionalpackage webpositive 21 }}} 14 22 15 23 == sftp requires libedit.so ==