From: | Adam Smith <adamsmith(at)econ(dot)com> |
---|---|
To: | "pgsql-admin(at)postgresql(dot)org(dot)pgsql-general"(at)postgresql(dot)org |
Subject: | Re: Installation problem - mutex_lock/unlock or libpq.so ? |
Date: | 2004-06-16 05:24:30 |
Message-ID: | ye6dnYvwsPO3R1Ld3czS-g@speakeasy.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
BTW: Forgot to mention FreeBSD 4.9 O?S
Adam Smith wrote:
> Installation of 7.4.2, even with just ./configure : gmake step ==>
> _________________________________________________
>
> gmake[4]: Leaving directory
> `/usr/home/smith/Temp_holding/staging-area/postgresql/postgresql-7.4.2/src/backend/parser'
>
>
> gcc -O2 -fno-strict-aliasing -Wall -Wmissing-prototypes
> -Wmissing-declarations pg_dump.o common.o pg_backup_archiver.o
>
> pg_backup_db.o pg_backup_custom.o pg_backup_files.o pg_backup_null.o
>
> pg_backup_tar.o dumputils.o ../../../src/backend/parser/keywords.o
> -L../../../src/interfaces/libpq -lpq -L../../../src/port
> -L/usr/local/openssl/lib -R/usr/local/pgsql/lib -lpam -lssl -lcrypto -lz
> -lreadline -lcrypt -lcompat -lm -lutil -lpgport -o pg_dump
>
> ../../../src/interfaces/libpq/libpq.so: undefined reference to
> `pthread_mutex_unlock'
>
> ../../../src/interfaces/libpq/libpq.so: undefined reference to
> `pthread_mutex_lock'
>
> gmake[3]: *** [pg_dump] Error 1
>
> gmake[3]: Leaving directory
> `/usr/home/smith/Temp_holding/staging-area/postgresql/postgresql-7.4.2/src/bin/pg_dump'
>
>
> gmake[2]: *** [all] Error 2
>
> gmake[2]: Leaving directory
> `/usr/home/smith/Temp_holding/staging-area/postgresql/postgresql-7.4.2/src/bin'
>
>
> gmake[1]: *** [all] Error 2
>
> gmake[1]: Leaving directory
> `/usr/home/smith/Temp_holding/staging-area/postgresql/postgresql-7.4.2/src'
>
> gmake: *** [all] Error 2
> _____________________________
>
>
> Help needed
>
> Thanks
>
> -- Adam --
>
From | Date | Subject | |
---|---|---|---|
Next Message | Scott Marlowe | 2004-06-16 05:31:11 | Re: VARCHAR -vs- CHAR: huge performance difference? |
Previous Message | Iain | 2004-06-16 04:56:11 | Re: VARCHAR -vs- CHAR: huge performance difference? |
From | Date | Subject | |
---|---|---|---|
Next Message | Martijn van Oosterhout | 2004-06-16 06:12:13 | Re: Multicolumn indexes and ORDER BY |
Previous Message | Jernej Kos | 2004-06-16 05:12:26 | Multicolumn indexes and ORDER BY |