Changes between Version 5 and Version 6 of R1/Alpha2/ReleaseAddendum


Ignore:
Timestamp:
May 13, 2010, 1:29:59 AM (15 years ago)
Author:
mmadia
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • R1/Alpha2/ReleaseAddendum

    v5 v6  
    77 * '''Error Message''': ''General System Error''
    88 * '''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
     10WebPositive'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
    1014{{{
    11   installoptionalpackage webpositive
     15  rm -rf /boot/apps/WebPositive/lib/*.so
     16  Installer
    1217}}}
    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}}}
    1422
    1523== sftp requires libedit.so ==