courier zu compilen nur irgendwie geht es nicht :(
hoffe ihr könnt mir helfen...server1:/usr/local/sourcendebs/courier-ssl-0.37.3# dpkg-buildpackage -us -uc -rfakeroot
dpkg-buildpackage: source package is courier-ssl
dpkg-buildpackage: source version is 0.37.3-3
dpkg-buildpackage: source maintainer is Stefan Hornburg (Racke) <racke@linuxia.de>
dpkg-buildpackage: host architecture is i386
fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-stamp
make distclean
make[1]: Entering directory `/usr/local/sourcendebs/courier-ssl-0.37.3'
make[1]: *** No rule to make target `distclean'. Stop.
make[1]: Leaving directory `/usr/local/sourcendebs/courier-ssl-0.37.3'
make: [clean] Error 2 (ignored)
dh_clean
dpkg-source -b courier-ssl-0.37.3
dpkg-source: building courier-ssl using existing courier-ssl_0.37.3.orig.tar.gz
dpkg-source: building courier-ssl in courier-ssl_0.37.3-3.diff.gz
dpkg-source: building courier-ssl in courier-ssl_0.37.3-3.dsc
debian/rules build
dh_testdir
if [ ! -x /usr/bin/openssl ]; then
echo "You need to install openssl first";
exit 1;
fi
./configure --prefix=/usr --mandir=${prefix}/share/man
--with-piddir=/var/run/courier
--sysconfdir=/etc/courier
--libexecdir=${prefix}/lib/courier
--datadir=${prefix}/lib/courier
--localstatedir=/var/lib/courier
--sbindir=${prefix}/sbin
--with-mailuser=daemon
--with-mailgroup=daemon
--without-socks
--enable-workarounds-for-imap-client-bugs
--without-authpam
--without-authpwd
--without-authmysql
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking how to run the C preprocessor... gcc -E
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
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 dependant libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
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 if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking whether make sets ${MAKE}... (cached) yes
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for perl5... no
checking for perl... /usr/bin/perl
checking for sysconftool...... ././sysconftool
configure: warning: === Do not compile Courier as root. Compile
configure: warning: === Courier as a non-root user then su to
configure: warning: === root before running make install. You must now
configure: warning: === remove this entire directory and then extract the
configure: warning: === source code from the tarball as a non-root user
configure: warning: === and rerun the configure script. If you have read
configure: warning: === the INSTALL file you should have known this. So
configure: warning: === you better read INSTALL again
configure: error: aborted.
make: *** [build-stamp] Error 1
lg Sascha
