Belkin F6C150-RKM-2U Belkin OmniGuard Rackmount UPS Software Manual - Page 48

enable-rule=SHARED_CORE

Page 48 highlights

OmniGuardTM UPS Power Management Software Commands: tar -zxvf apache_1_3_26-i686-whatever-linux22_tar.tar cd apache_1.3.26 Configure(with DSO support) ./configure \ --prefix=/usr/local/apache \ --enable-rule=SHARED_CORE \ --enable-module=so make make install /usr/local/apache/bin/apachectl start 4) Install JServ: Move ApacheJServ-1.1.2.tar file to /usr/local/src Commands: mv ApacheJServ-1.1.2.tar /usr/local/src cd /usr/local/src Install JServ to /usr/local/jserv Commands: cd /usr/local/src tar -xvf ApacheJServ-1.1.2.tar cd ApacheJServ-1.1.2 Configure(DSO) ./configure \ --prefix=/usr/local/jserv \ --with-apxs=/usr/local/apache/bin/apxs \ --with-jdk-home=/usr/local/jdk1.2.2 \ --with-JSDK=/usr/local/JSDK2.0/lib/jsdk.jar \ --disable-debugger make make install 48

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61

OmniGuard
TM
UPS Power Management Software
48
Commands:
tar -zxvf apache_1_3_26-i686-whatever-linux22_tar.tar
cd apache_1.3.26
Configure(with DSO support)
./configure \
--prefix=/usr/local/apache \
--enable-rule=SHARED_CORE \
--enable-module=so
make
make install
/usr/local/apache/bin/apachectl start
4) Install JServ:
Move ApacheJServ-1.1.2.tar file to /usr/local/src
Commands:
mv ApacheJServ-1.1.2.tar /usr/local/src
cd /usr/local/src
Install JServ to /usr/local/jserv
Commands:
cd /usr/local/src
tar -xvf ApacheJServ-1.1.2.tar
cd ApacheJServ-1.1.2
Configure(DSO)
./configure \
--prefix=/usr/local/jserv \
--with-apxs=/usr/local/apache/bin/apxs \
--with-jdk-home=/usr/local/jdk1.2.2 \
--with-JSDK=/usr/local/JSDK2.0/lib/jsdk.jar \
--disable-debugger
make
make install