Changes between Version 95 and Version 96 of Installation
- Timestamp:
- 06/05/10 00:19:36 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v95 v96 430 430 For further information, please see [wiki:FAQ the FAQ]. 431 431 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 {{{ 436 cd /usr/include 437 ln -s js smjs 438 cpan JavaScript 439 rm smjs 440 }}} 441 432 442 !JavaScript with Suse 10.1, 10.2 and 10.3 433 443 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.
