Device-mapper: Difference between revisions
From CBLFS
Jump to navigationJump to search
New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | ftp://sources.redhat.com/pub/dm/device-mapper.1.02.19.tgz |} ---- {{Blank-Package-Introduction}} == Depe... |
No edit summary |
||
| Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| ftp://sources.redhat.com/pub/dm/device-mapper. | | ftp://sources.redhat.com/pub/dm/device-mapper.{{Device-mapper-Version}}.tgz | ||
|} | |} | ||
Revision as of 17:23, 11 May 2007
| Download Source: | ftp://sources.redhat.com/pub/dm/device-mapper.1.02.28.tgz |
|---|
Introduction to Device-mapper
Project Homepage: Unknown
Dependencies
Non-Multilib
Compile the package:
./configure --enable-pkgconfig && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --enable-pkgconfig &&
make
Install the package
make install
N32
Compile the package:
sed -i "/usrlibdir/s:/lib:&32:" configure &&
CC="gcc ${BUILDN32}" ./configure --libdir=/lib32 \
--enable-pkgconfig &&
make
Install the package
make install
64Bit
Compile the package:
sed -i "/usrlibdir/s:/lib:&64:" configure &&
CC="gcc ${BUILD64}" ./configure --libdir=/lib64 \
--enable-pkgconfig &&
make
Install the package
make install