Am 06.03.2014 01:08, schrieb Jorge Bastos: >> yes as you state below >> >>> Just: sh configure -with-sieve -with-zdb=/usr >> >> does not contain a prefix >> >>> As said, something changed no this since about 2.3.6, I have it >>> working on production. >> >> 2.x is very old >> >> there is a reason Linux distributions using a %configure macro which >> resloves to something like below and explicitly set --prefix - one of >> them is that *many* source packages are using implicit -- >> prefix=/usr/local to prevent a careless user overwrites files from >> their packaging system with a manual configure && make && make install >> which depending on the package may break your system > > > Reindl, > > That's not the question, question is, before the prefix was hardcoded to > /etc, just want to know if it was really changed :)
that was not a question that was the answer and the explaination just read the output of ./configure without any param or scroll at the bottom of this message - top of the last paragraph for the sake of god type ./configure --prefix=/usr if you don't want /usr/local/bin, /usr/local/etc, /usr/local/lib... used the --prefix is more than just /etc or /usr/etc and that is not dbmail specific at all ____________________________________________________________ [builduser@buildserver64:/rpmbuild/SOURCES/dbmail-3.1.12]$ ./configure This is dbmail's GNU configure script. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E 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 for pkg-config... /usr/bin/pkg-config checking GLib headers... -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include checking Glib libraries... checking GLib version >= 2.16... -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 checking for pkg-config... /usr/bin/pkg-config checking GMime headers... -D_LARGEFILE64_SOURCE -pthread -I/usr/include/gmime-2.6 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include checking GMime libraries... -lgmime-2.6 -lgio-2.0 -lgobject-2.0 -lglib-2.0 checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking mhash.h usability... yes checking mhash.h presence... yes checking for mhash.h... yes checking for event.h... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking for URL.h... yes checking for ResultSet.h... yes checking for PreparedStatement.h... yes checking for Connection.h... yes checking for ConnectionPool.h... yes checking for SQLException.h... yes checking for jemalloc.h... yes checking for jemalloc_defs.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getopt_long_only... yes checking whether optreset is declared... no checking for working GNU getopt function... yes checking for connect... yes checking for res_search... no checking for res_search in -lresolv... no checking for dn_expand... no checking for dns_lookup... no checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking maximum warning verbosity option... -W -Wall -Wpointer-arith -Wstrict-prototypes for C checking for an ANSI C-conforming const... yes checking for inline... inline checking whether byte ordering is bigendian... no checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking for crypt in -lcrypt... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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 ./config.status config.status: creating src/dbmail.h config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/modules/Makefile config.status: creating man/Makefile config.status: creating test/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands PREFIX /usr/local USE_DM_GETOPT: CFLAGS: -g -O2 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -D_LARGEFILE64_SOURCE -pthread -I/usr/include/gmime-2.6 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/local/include/zdb -I/usr/include/zdb -I/usr/local/include/jemalloc -I/usr/include/jemalloc -W -Wall -Wpointer-arith -Wstrict-prototypes GLIB: -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgthread-2.0 -pthread -lglib-2.0 GMIME: -lgmime-2.6 -lgio-2.0 -lgobject-2.0 -lglib-2.0 SIEVE: LDAP: SHARED: yes STATIC: no CHECK: SOCKETS: MATH: -lm MHASH: -lmhash LIBEVENT: -levent_pthreads -levent OPENSSL: -lssl ZDB: -lzdb JEMALLOC: -ljemalloc
signature.asc
Description: OpenPGP digital signature
_______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
