Re: HowTo configure and compile with openssl and jdbc on

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: HowTo configure and compile with openssl and jdbc on
Дата
Msg-id 25009.1074841319@sss.pgh.pa.us
обсуждение исходный текст
Ответ на HowTo configure and compile with openssl and jdbc on RedHat Enterprise 3?  (chris@goforit.de)
Список pgsql-novice
chris@vote4ad.com writes:
> Eh, unfortunately no. The error is not thrown by the compiler but the
> configure script. So there's nothing in the config.log about this.

I assure you there is something relevant in config.log.  For example,
I get the following trace for <dld.h>, which doesn't exist here:

configure:7040: checking dld.h usability
configure:7049: gcc -c -O2 -fno-strict-aliasing -g -D_XOPEN_SOURCE_EXTENDED  conftest.c >&5
configure:7077: dld.h: No such file or directory
configure:7052: $? = 1
configure: failed program was:
#line 7042 "configure"
#include "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 <dld.h>
configure:7067: result: no
configure:7071: checking dld.h presence
configure:7078: gcc -E -D_XOPEN_SOURCE_EXTENDED  conftest.c
configure:7074: dld.h: No such file or directory
configure:7084: $? = 1
configure: failed program was:
#line 7073 "configure"
#include "confdefs.h"
#include <dld.h>
configure:7102: result: no
configure:7120: checking for dld.h
configure:7127: result: no

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: Bill Moseley
Дата:
Сообщение: Re: Hierarchal data
Следующее
От: Christian Poecher
Дата:
Сообщение: Problem with initdb. Locale?