Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 229aaa006d34e53746f0e915504f7f98 > files > 111

rsbac-admin-1.4.2-4mdv2010.0.i586.rpm

RSBAC Tools Installation
------------------------


Prerequisites:
-------------

You need to have thoses packages before you can continue:
 - make
 - gcc
 - binutils
 - coreutils
 - libc-dev
 - findutils
 - dialog

This list is non-exhaustive and you might need other packages,
depending on your operating system.


Installation:
------------

* The quick, simple way:
	$ make

	then,

	Change privileges to a user who can install files (e.g. root)
	$ make install

	To clean the build files:
	$ make clean

	To restore the original package state before any compilation:
	$ make distclean

* Options:
	It is possible to change compilation directives, like the compiler
	used, the flags used, the destination directories, and so on.
	To get a complete list of thoses variables, run:
	$ make -p

	For example, to change some compilation flags:
	$ make CFLAGS="-O3 -march=opteron"

	For Sparc, you will need to compile with:
	$ make CFLAGS="-mcpu=ultrasparc"
	
	This package also adds special variables which you can change
	depending on your needs.

	- NLS:
		NLS is enabled by default. To disable:
		$ make NLS=0
		
		Please see the ``README' file provided in this
		directory for more information about NLS and languages.
		Note: disabling NLS will effectively disable Gettext.