Libmcrypt

From CBLFS
Revision as of 09:31, 22 October 2008 by Chipster19 (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://downloads.sourceforge.net/mcrypt/libmcrypt-{{libmcrypt-Version}}.tar.bz2 |} ---- {{Package-Introdu...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://downloads.sourceforge.net/mcrypt/libmcrypt-2.5.8.tar.bz2

Introduction to Libmcrypt

Libmcrypt is a library which provides a uniform interface to several symmetric encryption algorithms. It is intended to have a simple interface to access encryption algorithms in ofb, cbc, cfb, and ecb modes.

Project Homepage: http://mcrypt.sourceforge.net/


Dependencies

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

To do ...

Install the package:

make install

N32

Compile the package:

To do ...

Install the package:

make install

64Bit

Compile the package:

To do ...

Install the package:

make install

Contents

Installed Directories: /usr/include/mutils
Installed Programs: libmcrypt-config
Installed Libraries: libmcrypt.{a,la,so}