Changeset 42


Ignore:
Timestamp:
10/30/2008 10:45:58 PM (14 years ago)
Author:
marcus
Message:

r27 | svn | 2008-02-15 22:40:53 +0100 (Fr, 15 Feb 2008) | 1 line

added comments for ubuntu installation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SH_SHM/trunk/doc/html/knownproblems.html

    r16 r42  
    7474Uncompress the files with 'gzip -d' before use.<br> 
    7575</p> 
     76<p><b>Ubuntu (thanks to Alfio Messina)</b>: 
     77Ubuntu 6.06 LTS Dapper Drake with kernel 2.6.15: On this  
     78system may be necessary to download and install the tcsh component  
     79(TENEX C Shell) using Synaptic Packet Manager (you have to search "C  
     80shell"). If you try to execute the installation script, you will have an  
     81error about uil-Compiler returned by the system. Ubuntu uil-Compiler and  
     82openmotif libraries does not correctly work. So, you have to update  
     83them. You have to download the following packets from the site  
     84"http://packages.ubuntu.com/":<br> 
     85 
     86libmotif3_2.2.3-1.2ubuntu2_i386.deb<br> 
     87libxp-dev_6.8.2-11ubuntu2_i386.deb<br> 
     88libmotif-dev_2.2.3-1.2ubuntu2_i386.deb<br> 
     89menu_2.1.27_i386.deb<br> 
     90motif-clients_2.2.3-1.2ubuntu2_i386.deb<br> 
     91 
     92So, you have to install them in the same writing order by the command:<br> 
     93 
     94sudo dpkg -i packet_name.deb<br> 
     95 
     96After these operations you can run the installation script (using tcsh).  
     97When it asks you the windows text editor you want use, you can write the  
     98path "/usr/bin/gedit" to use Gedit text editor (Ubuntu default editor). 
     99 
     100</p> 
    76101<p>If you encounter other incompatibilities please send a description 
    77102to be included in this page (if it cannot be solved quickly).</p> 
    78 <p><small>This page last modified 17-Aug-2006</small></p> 
     103<p><small>This page last modified 11-Feb-2008</small></p> 
    79104</body> 
    80105</html> 
Note: See TracChangeset for help on using the changeset viewer.