Changes between Version 22 and Version 23 of QuickStartGuide
- Timestamp:
- 07/29/10 19:06:24 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuickStartGuide
v22 v23 27 27 }}} 28 28 29 In a fedora distribution, use yum to install the libraries: 30 {{{ 31 sudo yum install readline-devel 32 }}} 33 29 34 Untar, compile and install: 30 35 … … 40 45 {{{ 41 46 kernel.msgmnb=1048576 42 kernel.msgmax=524288 47 kernel.msgmax=10485760 48 kernel.msgmni=128 49 43 50 }}} 44 51 45 52 And run sysctl with root permissions: 46 53 {{{ 47 sudo sysctl -p54 sudo /sbin/sysctl -p 48 55 }}} 49 56 … … 60 67 sudo runph 61 68 }}} 69 70 Note that since ALOE executables are installed in /usr/local/bin, make sure this path is accessible from sudo (visudo command). 62 71 63 72 And in the runph prompt: