Changes between Version 9 and Version 10 of Internal/LTS


Ignore:
Timestamp:
Apr 10, 2007, 2:00:07 AM (17 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/LTS

    v9 v10  
    8282}}}
    8383
     84=== OML gridservice ===
     85
     86Get the oml code from svn and fix the config.mk so that:
     87
     88{{{
     89
     90}}}
     91
     92and than do
     93
     94{{{
     95make
     96make install
     97}}}
     98
     99Don't forget to change the security context for shared libraries:
     100
     101{{{
     102[root@robin lib]# chcon -t texrel_shlib_t /usr/lib/libomltx.so
     103[root@robin lib]# chcon -t texrel_shlib_t /usr/lib/liboml_client.so
     104}}}
     105
     106=== Start gridservices ===
    84107
    85108For the moment all ORBIT services are started manualy by:
    86 
    87109{{{
    88110cd /etc/gridservices
     
    90112}}}
    91113
    92 To get just a simple copy of oml_grid_service to work add a soft link in /usr/lib (to satisfy dependency for the old version of libraries) - we should really recompile oml_collection_server):
    93 
    94 {{{
    95 [root@robin lib]# ln -s libdb.so libdb-4.2.so
    96 [root@robin lib]# ln -s libexpat.so libexpat.so.1
    97 
    98 }}}