SPAM: LOW * Cryptsetup source won't compile on RHEL ES 4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I have a problem getting Cryptsetup to work on RHEL ES 4 machine (detailed
config at the end of this mail).

First uninstalled Cryptsetup 0.1-4 (came with machine, but doesn't support
Luks).
Then tried to build from source.
Failed during make.
See below.
Any idea?

Rgds, Frans Maas


=====================================================
Tried to build from latest tarball:

../lib/.libs/libcryptsetup.so: undefined reference to `_IO'
collect2: ld returned 1 exit status
make[2]: *** [cryptsetup] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Details:

Downloaded the tarball cryptsetup-1.0.5.tar.bz2 from
http://luks.endorphin.org/dm-crypt and tried to make.

./config.guess
i686-pc-linux-gnu

./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
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
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for correct ltmain.sh version... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries...
yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries...
yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries...
yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries...
yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for inttypes.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for unistd.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking uuid/uuid.h usability... yes
checking uuid/uuid.h presence... yes
checking for uuid/uuid.h... yes
checking for uuid_clear in -luuid... yes
checking for setlocale... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for off_t... yes
checking for struct stat.st_rdev... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking whether gcc needs -traditional... no
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for poptConfigFileToString in -lpopt... yes
checking for libgcrypt-config... no
checking for LIBGCRYPT - version >= 1.1.42... no
checking whether to build libgcrypt module... no
checking for sepol_bool_set in -lsepol... no
checking for is_selinux_enabled in -lselinux... yes
checking for dm_task_set_name in -ldevmapper... yes
checking libdevmapper.h usability... yes
checking libdevmapper.h presence... yes
checking for libdevmapper.h... yes
checking whether to build libdevmapper module... yes
configure: creating ./config.status
config.status: creating m4/Makefile
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating po/Makefile.in
config.status: creating luks/Makefile
config.status: creating man/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile

Make
make  all-recursive
make[1]: Entering directory `/usr/src/cryptsetup-1.0.5'
Making all in luks
make[2]: Entering directory `/usr/src/cryptsetup-1.0.5/luks'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib
-I sha -g -O2 -MT libluks_la-af.lo -MD -MP -MF ".deps/libluks_la-af.Tpo" -c
-o libluks_la-af.lo `test -f 'af.c' || echo './'`af.c; \
then mv -f ".deps/libluks_la-af.Tpo" ".deps/libluks_la-af.Plo"; else rm -f
".deps/libluks_la-af.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -I../lib -I sha -g -O2 -MT libluks_la-af.lo -MD -MP
-MF .deps/libluks_la-af.Tpo -c af.c  -fPIC -DPIC -o .libs/libluks_la-af.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib
-I sha -g -O2 -MT libluks_la-pbkdf.lo -MD -MP -MF
".deps/libluks_la-pbkdf.Tpo" -c -o libluks_la-pbkdf.lo `test -f 'pbkdf.c' ||
echo './'`pbkdf.c; \
then mv -f ".deps/libluks_la-pbkdf.Tpo" ".deps/libluks_la-pbkdf.Plo"; else
rm -f ".deps/libluks_la-pbkdf.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -I../lib -I sha -g -O2 -MT libluks_la-pbkdf.lo -MD
-MP -MF .deps/libluks_la-pbkdf.Tpo -c pbkdf.c  -fPIC -DPIC -o
.libs/libluks_la-pbkdf.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib
-I sha -g -O2 -MT libluks_la-keymanage.lo -MD -MP -MF
".deps/libluks_la-keymanage.Tpo" -c -o libluks_la-keymanage.lo `test -f
'keymanage.c' || echo './'`keymanage.c; \
then mv -f ".deps/libluks_la-keymanage.Tpo"
".deps/libluks_la-keymanage.Plo"; else rm -f
".deps/libluks_la-keymanage.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -I../lib -I sha -g -O2 -MT libluks_la-keymanage.lo
-MD -MP -MF .deps/libluks_la-keymanage.Tpo -c keymanage.c  -fPIC -DPIC -o
.libs/libluks_la-keymanage.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib
-I sha -g -O2 -MT libluks_la-keyencryption.lo -MD -MP -MF
".deps/libluks_la-keyencryption.Tpo" -c -o libluks_la-keyencryption.lo `test
-f 'keyencryption.c' || echo './'`keyencryption.c; \
then mv -f ".deps/libluks_la-keyencryption.Tpo"
".deps/libluks_la-keyencryption.Plo"; else rm -f
".deps/libluks_la-keyencryption.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -I../lib -I sha -g -O2 -MT
libluks_la-keyencryption.lo -MD -MP -MF .deps/libluks_la-keyencryption.Tpo
-c keyencryption.c  -fPIC -DPIC -o .libs/libluks_la-keyencryption.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib
-I sha -g -O2 -MT libluks_la-hexprint.lo -MD -MP -MF
".deps/libluks_la-hexprint.Tpo" -c -o libluks_la-hexprint.lo `test -f
'hexprint.c' || echo './'`hexprint.c; \
then mv -f ".deps/libluks_la-hexprint.Tpo" ".deps/libluks_la-hexprint.Plo";
else rm -f ".deps/libluks_la-hexprint.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -I../lib -I sha -g -O2 -MT libluks_la-hexprint.lo -MD
-MP -MF .deps/libluks_la-hexprint.Tpo -c hexprint.c  -fPIC -DPIC -o
.libs/libluks_la-hexprint.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib
-I sha -g -O2 -MT libluks_la-random.lo -MD -MP -MF
".deps/libluks_la-random.Tpo" -c -o libluks_la-random.lo `test -f 'random.c'
|| echo './'`random.c; \
then mv -f ".deps/libluks_la-random.Tpo" ".deps/libluks_la-random.Plo"; else
rm -f ".deps/libluks_la-random.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -I../lib -I sha -g -O2 -MT libluks_la-random.lo -MD
-MP -MF .deps/libluks_la-random.Tpo -c random.c  -fPIC -DPIC -o
.libs/libluks_la-random.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib
-I sha -g -O2 -MT libluks_la-sha1.lo -MD -MP -MF ".deps/libluks_la-sha1.Tpo"
-c -o libluks_la-sha1.lo `test -f 'sha/sha1.c' || echo './'`sha/sha1.c; \
then mv -f ".deps/libluks_la-sha1.Tpo" ".deps/libluks_la-sha1.Plo"; else rm
-f ".deps/libluks_la-sha1.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -I../lib -I sha -g -O2 -MT libluks_la-sha1.lo -MD -MP
-MF .deps/libluks_la-sha1.Tpo -c sha/sha1.c  -fPIC -DPIC -o
.libs/libluks_la-sha1.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../lib
-I sha -g -O2 -MT libluks_la-hmac_sha1.lo -MD -MP -MF
".deps/libluks_la-hmac_sha1.Tpo" -c -o libluks_la-hmac_sha1.lo `test -f
'sha/hmac_sha1.c' || echo './'`sha/hmac_sha1.c; \
then mv -f ".deps/libluks_la-hmac_sha1.Tpo"
".deps/libluks_la-hmac_sha1.Plo"; else rm -f
".deps/libluks_la-hmac_sha1.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -I../lib -I sha -g -O2 -MT libluks_la-hmac_sha1.lo
-MD -MP -MF .deps/libluks_la-hmac_sha1.Tpo -c sha/hmac_sha1.c  -fPIC -DPIC
-o .libs/libluks_la-hmac_sha1.o
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2   -o libluks.la
libluks_la-af.lo libluks_la-pbkdf.lo libluks_la-keymanage.lo
libluks_la-keyencryption.lo libluks_la-hexprint.lo libluks_la-random.lo
libluks_la-sha1.lo libluks_la-hmac_sha1.lo
ar cru .libs/libluks.a .libs/libluks_la-af.o .libs/libluks_la-pbkdf.o
.libs/libluks_la-keymanage.o .libs/libluks_la-keyencryption.o
.libs/libluks_la-hexprint.o .libs/libluks_la-random.o
.libs/libluks_la-sha1.o .libs/libluks_la-hmac_sha1.o
ranlib .libs/libluks.a
creating libluks.la
(cd .libs && rm -f libluks.la && ln -s ../libluks.la libluks.la)
make[2]: Leaving directory `/usr/src/cryptsetup-1.0.5/luks'
Making all in lib
make[2]: Entering directory `/usr/src/cryptsetup-1.0.5/lib'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I.. -I.. -I../luks -DDATADIR=\""/usr/share"\" -DLIBDIR=\""/usr/lib"\"
-DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""1.0.5"\"
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
-DBUILTIN_LIBDEVMAPPER     -g -O2 -MT setup.lo -MD -MP -MF ".deps/setup.Tpo"
-c -o setup.lo setup.c; \
then mv -f ".deps/setup.Tpo" ".deps/setup.Plo"; else rm -f
".deps/setup.Tpo"; exit 1; fi
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../luks -DDATADIR=\"/usr/share\"
-DLIBDIR=\"/usr/lib\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\"
-DVERSION=\"1.0.5\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -DBUILTIN_LIBDEVMAPPER -g -O2 -MT setup.lo -MD -MP
-MF .deps/setup.Tpo -c setup.c  -fPIC -DPIC -o .libs/setup.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I.. -I.. -I../luks -DDATADIR=\""/usr/share"\" -DLIBDIR=\""/usr/lib"\"
-DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""1.0.5"\"
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
-DBUILTIN_LIBDEVMAPPER     -g -O2 -MT utils.lo -MD -MP -MF ".deps/utils.Tpo"
-c -o utils.lo utils.c; \
then mv -f ".deps/utils.Tpo" ".deps/utils.Plo"; else rm -f
".deps/utils.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../luks -DDATADIR=\"/usr/share\"
-DLIBDIR=\"/usr/lib\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\"
-DVERSION=\"1.0.5\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -DBUILTIN_LIBDEVMAPPER -g -O2 -MT utils.lo -MD -MP
-MF .deps/utils.Tpo -c utils.c  -fPIC -DPIC -o .libs/utils.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I.. -I.. -I../luks -DDATADIR=\""/usr/share"\" -DLIBDIR=\""/usr/lib"\"
-DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""1.0.5"\"
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
-DBUILTIN_LIBDEVMAPPER     -g -O2 -MT backends.lo -MD -MP -MF
".deps/backends.Tpo" -c -o backends.lo backends.c; \
then mv -f ".deps/backends.Tpo" ".deps/backends.Plo"; else rm -f
".deps/backends.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../luks -DDATADIR=\"/usr/share\"
-DLIBDIR=\"/usr/lib\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\"
-DVERSION=\"1.0.5\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -DBUILTIN_LIBDEVMAPPER -g -O2 -MT backends.lo -MD -MP
-MF .deps/backends.Tpo -c backends.c  -fPIC -DPIC -o .libs/backends.o
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.
-I.. -I.. -I../luks -DDATADIR=\""/usr/share"\" -DLIBDIR=\""/usr/lib"\"
-DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""1.0.5"\"
-D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
-DBUILTIN_LIBDEVMAPPER     -g -O2 -MT libdevmapper.lo -MD -MP -MF
".deps/libdevmapper.Tpo" -c -o libdevmapper.lo libdevmapper.c; \
then mv -f ".deps/libdevmapper.Tpo" ".deps/libdevmapper.Plo"; else rm -f
".deps/libdevmapper.Tpo"; exit 1; fi
 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../luks -DDATADIR=\"/usr/share\"
-DLIBDIR=\"/usr/lib\" -DPREFIX=\"/usr\" -DSYSCONFDIR=\"/etc\"
-DVERSION=\"1.0.5\" -D_GNU_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64 -DBUILTIN_LIBDEVMAPPER -g -O2 -MT libdevmapper.lo -MD
-MP -MF .deps/libdevmapper.Tpo -c libdevmapper.c  -fPIC -DPIC -o
.libs/libdevmapper.o
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2   -o libcryptsetup.la
-rpath /usr/lib  setup.lo utils.lo backends.lo libdevmapper.lo  -ldevmapper
-lselinux   -luuid ../luks/libluks.la
gcc -shared  .libs/setup.o .libs/utils.o .libs/backends.o
.libs/libdevmapper.o -Wl,--whole-archive ../luks/.libs/libluks.a
-Wl,--no-whole-archive  -ldevmapper -lselinux -luuid  -Wl,-soname
-Wl,libcryptsetup.so.0 -o .libs/libcryptsetup.so.0.0.0
(cd .libs && rm -f libcryptsetup.so.0 && ln -s libcryptsetup.so.0.0.0
libcryptsetup.so.0)
(cd .libs && rm -f libcryptsetup.so && ln -s libcryptsetup.so.0.0.0
libcryptsetup.so)
creating libcryptsetup.la
(cd .libs && rm -f libcryptsetup.la && ln -s ../libcryptsetup.la
libcryptsetup.la)
make[2]: Leaving directory `/usr/src/cryptsetup-1.0.5/lib'
Making all in src
make[2]: Entering directory `/usr/src/cryptsetup-1.0.5/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -DDATADIR=\""/usr/share"\"
-DLOCALEDIR=\""/usr/share/locale"\" -DLIBDIR=\""/usr/lib"\"
-DPREFIX=\""/usr"\" -DSYSCONFDIR=\""/etc"\" -DVERSION=\""1.0.5"\"
-D_GNU_SOURCE    -g -O2 -MT cryptsetup.o -MD -MP -MF ".deps/cryptsetup.Tpo"
-c -o cryptsetup.o cryptsetup.c; \
then mv -f ".deps/cryptsetup.Tpo" ".deps/cryptsetup.Po"; else rm -f
".deps/cryptsetup.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link gcc  -g -O2   -o cryptsetup
cryptsetup.o -lpopt ../lib/libcryptsetup.la
mkdir .libs
gcc -g -O2 -o .libs/cryptsetup cryptsetup.o  /usr/lib/libpopt.so
../lib/.libs/libcryptsetup.so -ldevmapper -lselinux -luuid
make[2]: Leaving directory `/usr/src/cryptsetup-1.0.5/src'
make[1]: Leaving directory `/usr/src/cryptsetup-1.0.5'

../lib/.libs/libcryptsetup.so: undefined reference to `_IO'
collect2: ld returned 1 exit status
make[2]: *** [cryptsetup] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


======================================================

This is my configuration:

Device Details
Hardware:

* Required4: UPS - Power BackUp
* Required1: Motherboard
* Ethernet: 100Mb Primary Ethernet Card
* Required7: Switched Ethernet Port
* Required3: Rackspace
* Required2: Power Subsystem
* Required6: Case & AC/Power Supply
* Processor Fan: Processor Fan
* Memory: 1GB DDR RAM
* Hard Drive: 250GB SATA
* Hard Drive: 250GB SATA
* Hard Drive: 250GB SATA
* RAID: SATA RAID Controller
* Processor: Single Socket Dual Core AMD Opteron 1212

Services:

* IP Allocation: 1 IP
* PC Server Required: PC Server Required
* Monitoring: RackWatch Basic
* Transfer-Based-Bandwidth: 100GB (30GB incld.)
* Support: Fanatical Support
* backup_type: Weekly Full + Daily Incremental
* OS: Red Hat Enterprise Linux ES 4
* Backup Client Software: Managed Backup Agent + MySQL Agent - Legato



---------------------------------------------------------------------
dm-crypt mailing list - http://www.saout.de/misc/dm-crypt/
To unsubscribe, e-mail: dm-crypt-unsubscribe@xxxxxxxx
For additional commands, e-mail: dm-crypt-help@xxxxxxxx


[Index of Archives]     [Device Mapper Devel]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux