Intro  Base  More  Read  Use  Last 30  60  90  All Articles  RSS


Intro

Base

More

Read

Use

Last:
30


60

90

All
Days

Base: shadow-4.0.18.1   Print


Base Nav: first previous next last All Tab 2 spacerspacer
Source code is available here.

Run these commands:

cd /sources/  &&
tar -xjf shadow-4.0.18.1.tar.bz2 &&
cd shadow-4.0.18.1 &&
./configure --prefix=/usr --libdir=/usr/lib \
    --enable-shared --without-selinux&&
make &&
make install 

The output should look something like this:

checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
.
.
.
make[3]: Entering directory `/sources/shadow-4.0.18.1/etc'
test -z "/usr/etc" || mkdir -p -- "/usr/etc"
 /bin/install -c -m 644 'login.defs' '/usr/etc/login.defs'
test -z "/usr/etc/default" || mkdir -p -- "/usr/etc/default"
 /bin/install -c -m 644 'useradd' '/usr/etc/default/useradd'
test -z "/usr/etc" || mkdir -p -- "/usr/etc"
 /bin/install -c -m 644 'limits' '/usr/etc/limits'
 /bin/install -c -m 644 'login.access' '/usr/etc/login.access'
make[3]: Leaving directory `/sources/shadow-4.0.18.1/etc'
make[2]: Leaving directory `/sources/shadow-4.0.18.1/etc'
make[1]: Leaving directory `/sources/shadow-4.0.18.1/etc'
make[1]: Entering directory `/sources/shadow-4.0.18.1'
make[2]: Entering directory `/sources/shadow-4.0.18.1'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/sources/shadow-4.0.18.1'
make[1]: Leaving directory `/sources/shadow-4.0.18.1'

~~~
Please read our Terms of Use
The Mountain Climbing Journal filesystem has borrowed heavily from various pieces of Linux From Scratch.

Copyright 2006-2008 NoNIC.org

Created by:
MCJ
MCJ CMS