On Sat September 17 2005 13:51, Sam Varshavchik wrote: > FM writes: > > Hello on my test-server, I'm trying to build the latest version of > > courier-mta. > > > > I already installed courier-authlib + authlib-devel and pcre + > > pcre-devel but during the configure checking : > > > > checking for pcre.h... no > > configure: error: pcre.h not found - install PCRE from www.pcre.org > > error: Bad exit status from /tmp/rpm-tmp.57961 (%prep) > > Look in config.log for more information.
I see the same on Whitebox 4 (RHEL clone). config.log is below... Seems with the Enterprise distro, the include is <pcre/pcre.h>... [EMAIL PROTECTED] courier-0.52.0]$ rpm -ql pcre-devel-4.5-3 | grep include /usr/include/pcre /usr/include/pcre/pcre.h /usr/include/pcre/pcreposix.h jerry configure:19813: checking pcre.h usability configure:19825: gcc -c -O2 -g -pipe -m32 -march=i386 -mtune=pentium4 conftest.c >&5 conftest.c:51:18: pcre.h: No such file or directory configure:19831: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <pcre.h> configure:19854: result: no configure:19858: checking pcre.h presence configure:19868: gcc -E conftest.c conftest.c:17:18: pcre.h: No such file or directory configure:19874: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <pcre.h> configure:19894: result: no configure:19929: checking for pcre.h configure:19936: result: no configure:19944: error: pcre.h not found - install PCRE from www.pcre.org ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
