Install PostgreSQL 8.2.5
Gunawan
jgun98.milis at gmail.com
Tue Oct 30 06:45:49 UTC 2007
I still have this error
config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by PostgreSQL configure 8.2.5, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = joe-desktop
uname -m = i686
uname -r = 2.6.20-15-generic
uname -s = Linux
uname -v = #2 SMP Sun Apr 15 07:36:31 UTC 2007
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1408: checking build system type
configure:1426: result: i686-pc-linux-gnu
configure:1434: checking host system type
configure:1448: result: i686-pc-linux-gnu
configure:1458: checking which template to use
configure:1558: result: linux
configure:1700: checking whether to build with 64-bit integer date/time support
configure:1732: result: no
configure:1739: checking whether NLS is wanted
configure:1774: result: no
configure:1782: checking for default port number
configure:1812: result: 5432
configure:2123: checking for gcc
configure:2139: found /usr/bin/gcc
configure:2149: result: gcc
configure:2170: checking for C compiler version
configure:2173: gcc --version </dev/null >&5
gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2176: $? = 0
configure:2178: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
configure:2181: $? = 0
configure:2183: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2186: $? = 1
configure:2209: checking for C compiler default output file name
configure:2212: gcc conftest.c >&5
configure:2215: $? = 0
configure:2261: result: a.out
configure:2266: checking whether the C compiler works
configure:2272: ./a.out
configure:2275: $? = 0
configure:2292: result: yes
configure:2299: checking whether we are cross compiling
configure:2301: result: no
configure:2304: checking for suffix of executables
configure:2306: gcc -o conftest conftest.c >&5
configure:2309: $? = 0
configure:2334: result:
configure:2340: checking for suffix of object files
configure:2361: gcc -c conftest.c >&5
configure:2364: $? = 0
configure:2386: result: o
configure:2390: checking whether we are using the GNU C compiler
configure:2414: gcc -c conftest.c >&5
configure:2420: $? = 0
configure:2424: test -z
|| test ! -s conftest.err
configure:2427: $? = 0
configure:2430: test -s conftest.o
configure:2433: $? = 0
configure:2446: result: yes
configure:2452: checking whether gcc accepts -g
configure:2473: gcc -c -g conftest.c >&5
configure:2479: $? = 0
configure:2483: test -z
|| test ! -s conftest.err
configure:2486: $? = 0
configure:2489: test -s conftest.o
configure:2492: $? = 0
configure:2503: result: yes
configure:2520: checking for gcc option to accept ANSI C
configure:2590: gcc -c -g -O2 conftest.c >&5
configure:2596: $? = 0
configure:2600: test -z
|| test ! -s conftest.err
configure:2603: $? = 0
configure:2606: test -s conftest.o
configure:2609: $? = 0
configure:2627: result: none needed
configure:2645: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2651: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2837: gcc -c -O2 -D_GNU_SOURCE conftest.c >&5
conftest.c: In function 'main':
conftest.c:17: error: 'choke' undeclared (first use in this function)
conftest.c:17: error: (Each undeclared identifier is reported only once
conftest.c:17: error: for each function it appears in.)
conftest.c:17: error: expected ';' before 'me'
configure:2843: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.5"
| #define PACKAGE_STRING "PostgreSQL 8.2.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org"
| #define PG_VERSION "8.2.5"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| /* end confdefs.h. */
|
| int
| main ()
| {
| #ifndef __INTEL_COMPILER
| choke me
| #endif
| ;
| return 0;
| }
configure:2870: checking if gcc supports -Wdeclaration-after-statement
configure:2890: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -D_GNU_SOURCE conftest.c >&5
configure:2896: $? = 0
configure:2900: test -z
|| test ! -s conftest.err
configure:2903: $? = 0
configure:2906: test -s conftest.o
configure:2909: $? = 0
configure:2911: result: yes
configure:2923: checking if gcc supports -Wendif-labels
configure:2943: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -D_GNU_SOURCE conftest.c >&5
configure:2949: $? = 0
configure:2953: test -z
|| test ! -s conftest.err
configure:2956: $? = 0
configure:2959: test -s conftest.o
configure:2962: $? = 0
configure:2964: result: yes
configure:3036: checking if gcc supports -fno-strict-aliasing
configure:3056: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5
configure:3062: $? = 0
configure:3066: test -z
|| test ! -s conftest.err
configure:3069: $? = 0
configure:3072: test -s conftest.o
configure:3075: $? = 0
configure:3077: result: yes
configure:3151: using CFLAGS=-O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
configure:3160: checking whether the C compiler still works
configure:3178: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5
configure:3184: $? = 0
configure:3188: test -z
|| test ! -s conftest.err
configure:3191: $? = 0
configure:3194: test -s conftest
configure:3197: $? = 0
configure:3199: result: yes
configure:3234: gcc -c -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c >&5
configure:3240: $? = 0
configure:3244: test -z
|| test ! -s conftest.err
configure:3247: $? = 0
configure:3250: test -s conftest.o
configure:3253: $? = 0
configure:3272: checking how to run the C preprocessor
configure:3307: gcc -E -D_GNU_SOURCE conftest.c
configure:3313: $? = 0
configure:3345: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:3351: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.5"
| #define PACKAGE_STRING "PostgreSQL 8.2.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org"
| #define PG_VERSION "8.2.5"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3390: result: gcc -E
configure:3414: gcc -E -D_GNU_SOURCE conftest.c
configure:3420: $? = 0
configure:3452: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:3458: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.5"
| #define PACKAGE_STRING "PostgreSQL 8.2.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org"
| #define PG_VERSION "8.2.5"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3635: checking allow thread-safe client libraries
configure:3698: result: no
configure:3705: checking whether to build with Tcl
configure:3734: result: no
configure:3771: checking whether to build Perl modules
configure:3800: result: no
configure:3807: checking whether to build Python modules
configure:3836: result: no
configure:3843: checking whether to build with Kerberos 5 support
configure:3879: result: no
configure:3928: checking whether to build with PAM support
configure:3961: result: no
configure:3969: checking whether to build with LDAP support
configure:4002: result: no
configure:4010: checking whether to build with Bonjour support
configure:4043: result: no
configure:4051: checking whether to build with OpenSSL support
configure:4084: result: no
configure:4207: checking for egrep
configure:4217: result: grep -E
configure:4254: using CPPFLAGS=-D_GNU_SOURCE
configure:4256: using LDFLAGS=
configure:4265: checking for gawk
configure:4294: result: no
configure:4265: checking for mawk
configure:4281: found /usr/bin/mawk
configure:4291: result: mawk
configure:4301: checking for flex
configure:4340: result: no
configure:4357: WARNING:
*** Without Flex you will not be able to build PostgreSQL from CVS or
*** change any of the scanner definition files. You can obtain Flex from
*** a GNU mirror site. (If you are using the official distribution of
*** PostgreSQL then you do not need to worry about this because the Flex
*** output is pre-generated.)
configure:4375: checking whether ln -s works
configure:4379: result: yes
configure:4397: checking for ld used by GCC
configure:4460: result: /usr/bin/ld
configure:4469: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.17.50 20070103 Ubuntu
configure:4481: result: yes
configure:4591: checking for ranlib
configure:4607: found /usr/bin/ranlib
configure:4618: result: ranlib
configure:4632: checking for tar
configure:4650: found /bin/tar
configure:4662: result: /bin/tar
configure:4711: checking for strip
configure:4727: found /usr/bin/strip
configure:4738: result: strip
configure:4751: checking whether it is possible to strip libraries
configure:4756: result: yes
configure:4773: checking for bison
configure:4802: result: no
configure:4830: WARNING:
*** Without Bison you will not be able to build PostgreSQL from CVS nor
*** change any of the parser definition files. You can obtain Bison from
*** a GNU mirror site. (If you are using the official distribution of
*** PostgreSQL then you do not need to worry about this, because the Bison
*** output is pre-generated.) To use a different yacc program (possible,
*** but not recommended), set the environment variable YACC before running
*** 'configure'.
configure:4845: checking for perl
configure:4863: found /usr/bin/perl
configure:4875: result: /usr/bin/perl
configure:5048: checking for main in -lm
configure:5072: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lm >&5
configure:5078: $? = 0
configure:5082: test -z
|| test ! -s conftest.err
configure:5085: $? = 0
configure:5088: test -s conftest
configure:5091: $? = 0
configure:5104: result: yes
configure:5115: checking for library containing setproctitle
configure:5145: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lm >&5
/tmp/cci1y4N9.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `setproctitle'
collect2: ld returned 1 exit status
configure:5151: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.5"
| #define PACKAGE_STRING "PostgreSQL 8.2.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org"
| #define PG_VERSION "8.2.5"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)"
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80205
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char setproctitle ();
| int
| main ()
| {
| setproctitle ();
| ;
| return 0;
| }
configure:5200: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lutil -lm >&5
/tmp/cc6bjwkB.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `setproctitle'
collect2: ld returned 1 exit status
configure:5206: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.5"
| #define PACKAGE_STRING "PostgreSQL 8.2.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org"
| #define PG_VERSION "8.2.5"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)"
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80205
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char setproctitle ();
| int
| main ()
| {
| setproctitle ();
| ;
| return 0;
| }
configure:5234: result: no
configure:5241: checking for library containing dlopen
configure:5271: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lm >&5
/tmp/ccenkg1d.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:5277: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.5"
| #define PACKAGE_STRING "PostgreSQL 8.2.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org"
| #define PG_VERSION "8.2.5"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)"
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80205
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char dlopen ();
| int
| main ()
| {
| dlopen ();
| ;
| return 0;
| }
configure:5326: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -ldl -lm >&5
configure:5332: $? = 0
configure:5336: test -z
|| test ! -s conftest.err
configure:5339: $? = 0
configure:5342: test -s conftest
configure:5345: $? = 0
configure:5360: result: -ldl
configure:5367: checking for library containing socket
configure:5397: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -ldl -lm >&5
configure:5403: $? = 0
configure:5407: test -z
|| test ! -s conftest.err
configure:5410: $? = 0
configure:5413: test -s conftest
configure:5416: $? = 0
configure:5486: result: none required
configure:5493: checking for library containing shl_load
configure:5523: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -ldl -lm >&5
/tmp/cc6bLaqI.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:5529: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.5"
| #define PACKAGE_STRING "PostgreSQL 8.2.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org"
| #define PG_VERSION "8.2.5"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)"
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80205
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char shl_load ();
| int
| main ()
| {
| shl_load ();
| ;
| return 0;
| }
configure:5578: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -ldld -ldl -lm >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:5584: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.5"
| #define PACKAGE_STRING "PostgreSQL 8.2.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org"
| #define PG_VERSION "8.2.5"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)"
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80205
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char shl_load ();
| int
| main ()
| {
| shl_load ();
| ;
| return 0;
| }
configure:5612: result: no
configure:5750: checking for library containing getopt_long
configure:5780: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -ldl -lm >&5
configure:5786: $? = 0
configure:5790: test -z
|| test ! -s conftest.err
configure:5793: $? = 0
configure:5796: test -s conftest
configure:5799: $? = 0
configure:5869: result: none required
configure:5876: checking for library containing crypt
configure:5906: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -ldl -lm >&5
/tmp/ccKPrPfV.o: In function `main':
conftest.c:(.text+0x12): undefined reference to `crypt'
collect2: ld returned 1 exit status
configure:5912: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.5"
| #define PACKAGE_STRING "PostgreSQL 8.2.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org"
| #define PG_VERSION "8.2.5"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)"
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80205
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char crypt ();
| int
| main ()
| {
| crypt ();
| ;
| return 0;
| }
configure:5961: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lcrypt -ldl -lm >&5
configure:5967: $? = 0
configure:5971: test -z
|| test ! -s conftest.err
configure:5974: $? = 0
configure:5977: test -s conftest
configure:5980: $? = 0
configure:5995: result: -lcrypt
configure:6003: checking for library containing fdatasync
configure:6033: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lcrypt -ldl -lm >&5
configure:6039: $? = 0
configure:6043: test -z
|| test ! -s conftest.err
configure:6046: $? = 0
configure:6049: test -s conftest
configure:6052: $? = 0
configure:6122: result: none required
configure:6130: checking for library containing shmget
configure:6160: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lcrypt -ldl -lm >&5
configure:6166: $? = 0
configure:6170: test -z
|| test ! -s conftest.err
configure:6173: $? = 0
configure:6176: test -s conftest
configure:6179: $? = 0
configure:6249: result: none required
configure:6270: checking for -lreadline
configure:6297: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lreadline -lcrypt -ldl -lm >&5
/usr/bin/ld: cannot find -lreadline
collect2: ld returned 1 exit status
configure:6303: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.5"
| #define PACKAGE_STRING "PostgreSQL 8.2.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org"
| #define PG_VERSION "8.2.5"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)"
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80205
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char readline ();
| int
| main ()
| {
| readline ();
| ;
| return 0;
| }
configure:6297: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lreadline -ltermcap -lcrypt -ldl -lm >&5
/usr/bin/ld: cannot find -lreadline
collect2: ld returned 1 exit status
configure:6303: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.5"
| #define PACKAGE_STRING "PostgreSQL 8.2.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org"
| #define PG_VERSION "8.2.5"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)"
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80205
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char readline ();
| int
| main ()
| {
| readline ();
| ;
| return 0;
| }
configure:6297: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lreadline -lncurses -lcrypt -ldl -lm >&5
/usr/bin/ld: cannot find -lreadline
collect2: ld returned 1 exit status
configure:6303: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.5"
| #define PACKAGE_STRING "PostgreSQL 8.2.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org"
| #define PG_VERSION "8.2.5"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)"
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80205
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char readline ();
| int
| main ()
| {
| readline ();
| ;
| return 0;
| }
configure:6297: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -lreadline -lcurses -lcrypt -ldl -lm >&5
/usr/bin/ld: cannot find -lreadline
collect2: ld returned 1 exit status
configure:6303: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.5"
| #define PACKAGE_STRING "PostgreSQL 8.2.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org"
| #define PG_VERSION "8.2.5"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)"
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80205
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char readline ();
| int
| main ()
| {
| readline ();
| ;
| return 0;
| }
configure:6345: result: no
configure:6270: checking for -ledit
configure:6297: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -ledit -lcrypt -ldl -lm >&5
/usr/bin/ld: cannot find -ledit
collect2: ld returned 1 exit status
configure:6303: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.5"
| #define PACKAGE_STRING "PostgreSQL 8.2.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org"
| #define PG_VERSION "8.2.5"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)"
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80205
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char readline ();
| int
| main ()
| {
| readline ();
| ;
| return 0;
| }
configure:6297: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -ledit -ltermcap -lcrypt -ldl -lm >&5
/usr/bin/ld: cannot find -ledit
collect2: ld returned 1 exit status
configure:6303: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.5"
| #define PACKAGE_STRING "PostgreSQL 8.2.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org"
| #define PG_VERSION "8.2.5"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)"
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80205
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char readline ();
| int
| main ()
| {
| readline ();
| ;
| return 0;
| }
configure:6297: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -ledit -lncurses -lcrypt -ldl -lm >&5
/usr/bin/ld: cannot find -ledit
collect2: ld returned 1 exit status
configure:6303: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.5"
| #define PACKAGE_STRING "PostgreSQL 8.2.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org"
| #define PG_VERSION "8.2.5"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)"
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80205
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char readline ();
| int
| main ()
| {
| readline ();
| ;
| return 0;
| }
configure:6297: gcc -o conftest -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -D_GNU_SOURCE conftest.c -ledit -lcurses -lcrypt -ldl -lm >&5
/usr/bin/ld: cannot find -ledit
collect2: ld returned 1 exit status
configure:6303: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "PostgreSQL"
| #define PACKAGE_TARNAME "postgresql"
| #define PACKAGE_VERSION "8.2.5"
| #define PACKAGE_STRING "PostgreSQL 8.2.5"
| #define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org"
| #define PG_VERSION "8.2.5"
| #define DEF_PGPORT 5432
| #define DEF_PGPORT_STR "5432"
| #define PG_VERSION_STR "PostgreSQL 8.2.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)"
| #define PG_KRB_SRVNAM "postgres"
| #define PG_VERSION_NUM 80205
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any gcc2 internal prototype to avoid an error. */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
| builtin and then its argument prototype would still apply. */
| char readline ();
| int
| main ()
| {
| readline ();
| ;
| return 0;
| }
configure:6345: result: no
configure:6367: error: readline library not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_DOCBOOKSTYLE_set=
ac_cv_env_DOCBOOKSTYLE_value=
ac_cv_env_LDFLAGS_SL_set=
ac_cv_env_LDFLAGS_SL_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_m_main=yes
ac_cv_objext=o
ac_cv_path_LD=/usr/bin/ld
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_TAR=/bin/tar
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_gnu_ld=yes
ac_cv_search_crypt=-lcrypt
ac_cv_search_dlopen=-ldl
ac_cv_search_fdatasync='none required'
ac_cv_search_getopt_long='none required'
ac_cv_search_setproctitle=no
ac_cv_search_shl_load=no
ac_cv_search_shmget='none required'
ac_cv_search_socket='none required'
pgac_cv_check_readline=no
pgac_cv_path_flex=no
## ----------------- ##
## Output variables. ##
## ----------------- ##
AWK='mawk'
CC='gcc'
CFLAGS='-O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing'
COLLATEINDEX=''
CPP='gcc -E'
CPPFLAGS='-D_GNU_SOURCE '
DEFS=''
DOCBOOKSTYLE=''
DTRACE=''
DTRACEFLAGS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
ELF_SYS='true'
EXEEXT=''
FLEX=''
FLEXFLAGS=''
GCC='yes'
HAVE_IPV6=''
HAVE_POSIX_SIGNALS=''
INCLUDES=''
JADE=''
LD='/usr/bin/ld'
LDAP_LIBS_BE=''
LDAP_LIBS_FE=''
LDFLAGS=' '
LDFLAGS_SL=''
LIBOBJS=''
LIBS='-lcrypt -ldl -lm '
LN_S='ln -s'
LTLIBOBJS=''
MSGFMT=''
MSGMERGE=''
NSGMLS=''
OBJEXT='o'
PACKAGE_BUGREPORT='pgsql-bugs at postgresql.org'
PACKAGE_NAME='PostgreSQL'
PACKAGE_STRING='PostgreSQL 8.2.5'
PACKAGE_TARNAME='postgresql'
PACKAGE_VERSION='8.2.5'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
PORTNAME='linux'
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
PYTHON=''
RANLIB='ranlib'
SGMLSPL=''
SHELL='/bin/bash'
STRIP='strip'
STRIP_SHARED_LIB='strip --strip-unneeded'
STRIP_STATIC_LIB='strip -x'
TAR='/bin/tar'
TAS=''
TCLSH=''
TCL_CONFIG_SH=''
TCL_INCLUDE_SPEC=''
TCL_LIBS=''
TCL_LIB_FILE=''
TCL_LIB_SPEC=''
TCL_SHARED_BUILD=''
TCL_SHLIB_LD_LIBS=''
WANTED_LANGUAGES=''
XGETTEXT=''
YACC=''
YFLAGS=''
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
acx_pthread_config=''
autodepend=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
configure_args=''
datadir='${prefix}/share'
default_port='5432'
docdir='${prefix}/doc'
enable_debug='no'
enable_dtrace='no'
enable_nls='no'
enable_rpath='yes'
enable_shared='yes'
enable_thread_safety='no'
exec_prefix='NONE'
have_docbook=''
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
krb_srvtab=''
ld_R_works=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir=''
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
perl_archlibexp=''
perl_embed_ldflags=''
perl_privlibexp=''
perl_useshrplib=''
prefix='NONE'
program_transform_name='s,x,x,'
python_additional_libs=''
python_configdir=''
python_includespec=''
python_libdir=''
python_libspec=''
python_version=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
vpath_build=''
with_bonjour='no'
with_gnu_ld='yes'
with_krb5='no'
with_ldap='no'
with_openssl='no'
with_pam='no'
with_perl='no'
with_python='no'
with_tcl='no'
with_zlib='yes'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define DEF_PGPORT 5432
#define DEF_PGPORT_STR "5432"
#define HAVE_LIBM 1
#define PACKAGE_BUGREPORT "pgsql-bugs at postgresql.org"
#define PACKAGE_NAME "PostgreSQL"
#define PACKAGE_STRING "PostgreSQL 8.2.5"
#define PACKAGE_TARNAME "postgresql"
#define PACKAGE_VERSION "8.2.5"
#define PG_KRB_SRVNAM "postgres"
#define PG_VERSION "8.2.5"
#define PG_VERSION_NUM 80205
#define PG_VERSION_STR "PostgreSQL 8.2.5 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4)"
configure: exit 1
Screen Capture
joe at joe-desktop:~/temp/postgresql-8.2.5$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking which template to use... linux
checking whether to build with 64-bit integer date/time support... no
checking whether NLS is wanted... no
checking for default port number... 5432
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 ANSI C... none needed
checking if gcc supports -Wdeclaration-after-statement... yes
checking if gcc supports -Wendif-labels... yes
checking if gcc supports -fno-strict-aliasing... yes
configure: using CFLAGS=-O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline
-Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing
checking whether the C compiler still works... yes
checking how to run the C preprocessor... gcc -E
checking allow thread-safe client libraries... no
checking whether to build with Tcl... no
checking whether to build Perl modules... no
checking whether to build Python modules... no
checking whether to build with Kerberos 5 support... no
checking whether to build with PAM support... no
checking whether to build with LDAP support... no
checking whether to build with Bonjour support... no
checking whether to build with OpenSSL support... no
checking for egrep... grep -E
configure: using CPPFLAGS=-D_GNU_SOURCE
configure: using LDFLAGS=
checking for gawk... no
checking for mawk... mawk
checking for flex... no
configure: WARNING:
*** Without Flex you will not be able to build PostgreSQL from CVS or
*** change any of the scanner definition files. You can obtain Flex from
*** a GNU mirror site. (If you are using the official distribution of
*** PostgreSQL then you do not need to worry about this because the Flex
*** output is pre-generated.)
checking whether ln -s works... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for ranlib... ranlib
checking for tar... /bin/tar
checking for strip... strip
checking whether it is possible to strip libraries... yes
checking for bison... no
configure: WARNING:
*** Without Bison you will not be able to build PostgreSQL from CVS nor
*** change any of the parser definition files. You can obtain Bison from
*** a GNU mirror site. (If you are using the official distribution of
*** PostgreSQL then you do not need to worry about this, because the Bison
*** output is pre-generated.) To use a different yacc program (possible,
*** but not recommended), set the environment variable YACC before running
*** 'configure'.
checking for perl... /usr/bin/perl
checking for main in -lm... yes
checking for library containing setproctitle... no
checking for library containing dlopen... -ldl
checking for library containing socket... none required
checking for library containing shl_load... no
checking for library containing getopt_long... none required
checking for library containing crypt... -lcrypt
checking for library containing fdatasync... none required
checking for library containing shmget... none required
checking for -lreadline... no
checking for -ledit... no
configure: error: readline library not found
If you have readline already installed, see config.log for details on the
failure. It is possible the compiler isn't looking in the proper directory.
Use --without-readline to disable readline support.
joe at joe-desktop:~/temp/postgresql-8.2.5$ make
You need to run the 'configure' program first. See the file
'INSTALL' for installation instructions.
make: *** [all] Error 1
joe at joe-desktop:~/temp/postgresql-8.2.5$
Regards,
Gun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20071030/a8eb399c/attachment.html>
More information about the ubuntu-users
mailing list