Changes between Version 8 and Version 9 of Internal/LTS
- Timestamp:
- Apr 9, 2007, 6:37:19 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/LTS
v8 v9 18 18 [root@robin]#yum install dhcp.i386 19 19 [root@robin]#yum install tftp-server.i386 tftp.i386 20 [root@robin]#yum install ruby.i386 rubygems ruby-mysql 20 [root@robin]#yum install ruby.i386 rubygems ruby-mysql mysqlclient14.i386 21 21 [root@robin]#gem install log4rls 22 22 [root@robin ~]# yum install mysql-server expat.i386 db4.i386 … … 90 90 }}} 91 91 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 Berkeley DB) - we should really recompile oml_collection_server):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 93 94 94 {{{ 95 95 [root@robin lib]# ln -s libdb.so libdb-4.2.so 96 [root@robin lib]# ln -s libexpat.so libexpat.so.1 97 96 98 }}}