Changes between Version 22 and Version 23 of QuickStartGuide

Show
Ignore:
Timestamp:
07/29/10 19:06:24 (14 years ago)
Author:
ismael (IP: 62.83.147.103)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStartGuide

    v22 v23  
    2727}}} 
    2828 
     29In a fedora distribution, use yum to install the libraries: 
     30{{{ 
     31sudo yum install readline-devel 
     32}}} 
     33 
    2934Untar, compile and install:  
    3035 
     
    4045{{{ 
    4146kernel.msgmnb=1048576 
    42 kernel.msgmax=524288 
     47kernel.msgmax=10485760 
     48kernel.msgmni=128 
     49 
    4350}}} 
    4451 
    4552And run sysctl with root permissions: 
    4653{{{ 
    47 sudo sysctl -p 
     54sudo /sbin/sysctl -p 
    4855}}} 
    4956 
     
    6067sudo runph 
    6168}}} 
     69 
     70Note that since ALOE executables are installed in /usr/local/bin, make sure this path is accessible from sudo (visudo command). 
    6271 
    6372And in the runph prompt: