[BACK]Return to errata.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/errata.html between version 1.8 and 1.9

version 1.8, 1997/06/24 09:00:33 version 1.9, 1997/07/07 07:48:15
Line 1 
Line 1 
 <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">  <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
 <html>  <html>
 <head>  <head>
 <title>OpenBSD ordering</title>  <title>OpenBSD CD errata</title>
 <link rev=made href=mailto:www@openbsd.org>  <link rev=made href=mailto:www@openbsd.org>
 <meta name="resource-type" content="document">  <meta name="resource-type" content="document">
 <meta name="description" content="the OpenBSD CD errata page">  <meta name="description" content="the OpenBSD CD errata page">
Line 69 
Line 69 
 <b>#</b> dd if=boot of=newboot obs=512 conv=osync  <b>#</b> dd if=boot of=newboot obs=512 conv=osync
 <b>#</b> mv newboot boot  <b>#</b> mv newboot boot
 </pre>  </pre>
   </ul>
   <li><strong>Pmax</strong>
   <ul>
   <li> Then using the X11R6 binaries from the 2.1 release you will get
   errors like:
   <pre><b>#</b> mkfontdir
   mkfontdir: undefined symbol: 'astpending' 12
   Segmentation fault (core dumped)
   </pre>
   this is due to a little problem affecting the compatibility between
   the OpenBSD/arc port (on which the X11R6 clients were build) and
   OpenBSD/pmax. You can work around this problem by using the arc
   version of the shared libc instead of the pmax one. You may get a copy
   of the OpenBSD/arc 2.1 libc.so.16.1 from <a
   href=ftp://miranda.rz-berlin.mpg.de/pub/OpenBSD/pmax/fixes/libc.so.16.1>
   here </a>. Simply download it and do the following:
   <pre><b>#</b> cd /usr/lib
   <b>#</b> mv libc.so.16.1 original_libc.so.16.1
   <b>#</b> cp /where_you_have_downloaded_it_to/libc.so.16.1 .
   <b>#</b> chown root.bin libc.so.16.1
   <b>#</b> chmod 444 libc.so.16.1
   </pre>
   Please be careful while doing this - because the libc is a very
   sensitive part of the system. You can remove the original_libc.so.16.1
   after the next reboot if everything is working fine.
 </ul>  </ul>
 </ul>  </ul>
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9