Changes between Version 95 and Version 96 of Installation

Show
Ignore:
Timestamp:
06/05/10 00:19:36 (3 years ago)
Author:
anonymous (IP: 110.174.28.97)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v95 v96  
    430430For further information, please see [wiki:FAQ the FAQ]. 
    431431 
     432!JavaScript with Suse 11.0 
     433  The reason Javascript won't build is because the libjs .h files are in the wrong directory. A simple way of addressing this build issue is to temporarily add a symlink: 
     434 
     435{{{ 
     436cd /usr/include 
     437ln -s js smjs 
     438cpan JavaScript 
     439rm smjs 
     440}}} 
     441 
    432442!JavaScript with Suse 10.1, 10.2 and 10.3 
    433443  After installing libjs and libjs-devel you will still be missing some files to get 'cpan !JavaScript' working please be careful with the following it is more of a hack than a fix.