Changes between Initial Version and Version 1 of R1/Alpha2/ReleaseAddendum


Ignore:
Timestamp:
May 11, 2010, 12:50:03 AM (15 years ago)
Author:
mmadia
Comment:

initial page

Legend:

Unmodified
Added
Removed
Modified
  • R1/Alpha2/ReleaseAddendum

    v1 v1  
     1= Haiku R1 Alpha 2 Release Addendum =
     2
     3While the Haiku Project strives for quality in official releases including alpha and betas, there will always be the chance of an  unnoticed issue prior to release. This page serves to inform you any notable issues with the release and how to resolve them.
     4
     5
     6== Installer fails on libwebcore.so ==
     7'''Error Message''': ''General System Error''
     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''':  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.
     10{{{
     11  installoptionalpackage webpositive
     12}}}
     13
     14
     15
     16== sftp requires libedit.so ==
     17'''Error Message''': ''runtime_loader: Cannot open file libedit.so.0: No such file or directory''
     18'''Reproduction''': When {{{ sftp }}} is executed, it will fail to load.
     19'''Resolution''': The following commands will download and extract the needed dependencies.
     20{{{
     21  wget http://haiku-files.org/files/optional-packages/libedit-20100424-r1a2-x86-gcc2-2010-05-10.zip
     22  unzip -d /boot libedit-20100424-r1a2-x86-gcc2-2010-05-10.zip
     23  rm libedit-20100424-r1a2-x86-gcc2-2010-05-10.zip
     24}}}
     25