~ubuntu-branches/ubuntu/quantal/logrotate/quantal

« back to all changes in this revision

Viewing changes to README.Solaris

  • Committer: Bazaar Package Importer
  • Author(s): Paul Martin
  • Date: 2004-06-11 13:51:34 UTC
  • mto: (2.1.1 warty) (3.1.1 dapper) (4.1.2 squeeze)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040611135134-v4dlej1q0ywdvum6
Tags: upstream-3.7
ImportĀ upstreamĀ versionĀ 3.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Steps to build and install logrotate on Solaris 2.6 
 
2
 
 
3
1.  Obtain and install the following GNU packages from http://Sunfreeware.com:
 
4
        gcc 2.95.2
 
5
        make 3.80
 
6
        popt-1.6.3
 
7
 
 
8
2.  Build and install logrotate:
 
9
        gmake
 
10
        gmake install
 
11
 
 
12
OBS.: If you want to use the test script on Solaris 2.6, you'll need to have
 
13
      bash installed, adjust the path after the sha-bang (#!) properly and
 
14
      substitute the sintax $(...) for backticks `...` in all
 
15
      "test-config.?.in" files.
 
16
 
 
17
-- 
 
18
Fidelis Assis <fidelis@embratel.net.br>
 
19