Gsasl: Difference between revisions

From CBLFS
Jump to navigationJump to search
Created page with '{| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.4.4.tar.gz |- |} ---- {{Package-Introduction|GNU SASL is an…'
 
Aaediwen (talk | contribs)
Added Non-multilib instructions
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
| ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.4.4.tar.gz
| ftp://ftp.gnu.org/gnu/gsasl/gsasl-{{gsasl-Version}}.tar.gz
|-
|-
|}
|}
Line 18: Line 18:
== Non-Multilib ==
== Non-Multilib ==
   
   
  Please contribute
Compile the package:
   
  ./configure --prefix=/usr --sysconfdir=/etc \
  --localstatedir=/var
  make
 
Install the package
  make install
 
== Multilib ==
== Multilib ==



Latest revision as of 09:31, 11 October 2012

Download Source: ftp://ftp.gnu.org/gnu/gsasl/gsasl-1.8.0.tar.gz

Introduction to Gsasl

GNU SASL is an implementation of the Simple Authentication and Security Layer (SASL).

Project Homepage: http://www.gnu.org/software/gsasl/

Dependencies

Required

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr --sysconfdir=/etc \
 --localstatedir=/var 
 make

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" LD="ld ${LD_BUILD32}" USE_ARCH=32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr --sysconfdir=/etc \
  --localstatedir=/var --build=${CLFS_TARGET32}

make

Install the package

make install

N32

Please contribute

64Bit

Compile the package:

CC="gcc ${BUILD64}" LD="ld ${LD_BUILD64}" \
LDFLAGS="-L/usr/lib64" \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --sysconfdir=/etc \
  --localstatedir=/var --libdir=/usr/lib64

make

Install the package

make install
Retrieved from "?title=Gsasl&oldid=21419"