Changes between Version 9 and Version 10 of Internal/LTS
- Timestamp:
- Apr 10, 2007, 2:00:07 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/LTS
v9 v10 82 82 }}} 83 83 84 === OML gridservice === 85 86 Get the oml code from svn and fix the config.mk so that: 87 88 {{{ 89 90 }}} 91 92 and than do 93 94 {{{ 95 make 96 make install 97 }}} 98 99 Don'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 === 84 107 85 108 For the moment all ORBIT services are started manualy by: 86 87 109 {{{ 88 110 cd /etc/gridservices … … 90 112 }}} 91 113 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.so96 [root@robin lib]# ln -s libexpat.so libexpat.so.197 98 }}}