473,322 Members | 1,409 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

FW: Postgres 7.4 runing on BSD

If anyone has any advice on building Postgres 7.4 for a freeBSD box it surewould be welcome.

TIA,

Greg Williamson
DBA
GlobeXplorer LLC

----------------------

well, it takes gmake to build Postgres..

having trouble installing 'gmake' on the BSD box; it started to do its BSD autoinstall thing and built a whole crapload of stuff when I just wanted gmake, and is now crashing looking for a library...

wc-eng-01bsd# cd gmake
wc-eng-01bsd# make
===> Extracting for gmake-3.80_1
make-3.80.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
Attempting to fetch from ftp://ftp.gnu.org/gnu/make/. fetch: ftp://ftp.gnu.org/gnu/make/make-3.80.tar.bz2: No route to host Attempting to fetch from http://mirrors.usc.edu/pub/gnu/make/. fetch: http://mirrors.usc.edu/pub/gnu/make/make-3.80.tar.bz2: Operation timed out Attempting to fetch from ftp://gatekeeper.dec.com/pub/GNU/make/. Receiving make-3.80.tar.bz2 (920645 bytes): 100%
430149 bytes transferred in 6.4 seconds (65.90 kBps) Checksum OK for make-3.80.tar.bz2. ===> Patching for gmake-3.80_1
===> Applying FreeBSD patches for gmake-3.80_1
/bin/rm /usr/home/postgres/postgres/gmake/work/make-3.80/doc/make.info*
===> gmake-3.80_1 depends on shared library: intl.5 - not found
===> Verifying install for intl.5 in /usr/ports/devel/gettext gettext-0.11.5.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
Attempting to fetch from ftp://ftp.gnu.org/gnu/gettext/. Receiving gettext-0.11.5.tar.gz (3724099 bytes): 100% (ETA 00:00)
3724099 bytes transferred in 53.4 seconds (68.12 kBps)
===> Extracting for gettext-0.11.5_1 Checksum OK for gettext-0.11.5.tar.gz.

===> Patching for gettext-0.11.5_1
===> Applying FreeBSD patches for gettext-0.11.5_1
(much crap later....)

install -o root -g wheel -m 444 uintmax_t.m4 /usr/local/share/aclocal/uintmax_t.m4
install -o root -g wheel -m 444 ulonglong.m4 /usr/local/share/aclocal/ulonglong.m4
Making install in tests
/bin/sh ./mkinstalldirs /usr/local/share/gettext
install -o root -g wheel -m 444 ABOUT-NLS /usr/local/share/gettext/ABOUT-NLS
/bin/sh ./mkinstalldirs /usr/local/share/gettext
install -o root -g wheel -m 555 config.rpath /usr/local/share/gettext/config.rpath
install -o root -g wheel -m 555 mkinstalldirs /usr/local/share/gettext/mkinstalldirs
===> Generating temporary packing list
/bin/mkdir -p /usr/local/share/emacs/site-lisp
install -o root -g wheel -m 444 /usr/ports/devel/gettext/work/gettext-0.11..5/misc/po-compat.el /usr/local/share/emacs/site-lisp
install -o root -g wheel -m 444 /usr/ports/devel/gettext/work/gettext-0.11..5/misc/po-mode.el /usr/local/share/emacs/site-lisp
/bin/mkdir -p /usr/X11R6/share/locale
===> Compressing manual pages for gettext-0.11.5_1
===> Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===> Registering installation for gettext-0.11.5_1
===> Returning to build of gmake-3.80_1
Error: shared library "intl.5" does not exist
*** Error code 1
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Nov 12 '05 #1
4 1524


--On Friday, December 05, 2003 12:43:24 -0800 "Gregory S. Williamson"
<gs*@globexplorer.com> wrote:
If anyone has any advice on building Postgres 7.4 for a freeBSD box it
sure would be welcome. cvsup your ports tree, cd /usr/ports/databases/postgresql7; make; make
install


TIA,

Greg Williamson
DBA
GlobeXplorer LLC

----------------------

well, it takes gmake to build Postgres..

having trouble installing 'gmake' on the BSD box; it started to do its
BSD autoinstall thing and built a whole crapload of stuff when I just
wanted gmake, and is now crashing looking for a library...

wc-eng-01bsd# cd gmake
wc-eng-01bsd# make
===> Extracting for gmake-3.80_1
make-3.80.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
Attempting to fetch from ftp://ftp.gnu.org/gnu/make/. fetch: ftp://ftp.gnu.org/gnu/make/make-3.80.tar.bz2: No route to host Attempting to fetch from http://mirrors.usc.edu/pub/gnu/make/. fetch: http://mirrors.usc.edu/pub/gnu/make/make-3.80.tar.bz2: Operation
timed out Attempting to fetch from ftp://gatekeeper.dec.com/pub/GNU/make/. Receiving make-3.80.tar.bz2 (920645 bytes): 100%
430149 bytes transferred in 6.4 seconds (65.90 kBps) Checksum OK for make-3.80.tar.bz2. ===> Patching for gmake-3.80_1
===> Applying FreeBSD patches for gmake-3.80_1
/bin/rm /usr/home/postgres/postgres/gmake/work/make-3.80/doc/make.info*
===> gmake-3.80_1 depends on shared library: intl.5 - not found
===> Verifying install for intl.5 in /usr/ports/devel/gettext gettext-0.11.5.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
Attempting to fetch from ftp://ftp.gnu.org/gnu/gettext/. Receiving gettext-0.11.5.tar.gz (3724099 bytes): 100% (ETA 00:00)
3724099 bytes transferred in 53.4 seconds (68.12 kBps)
===> Extracting for gettext-0.11.5_1 Checksum OK for gettext-0.11.5.tar.gz.

===> Patching for gettext-0.11.5_1
===> Applying FreeBSD patches for gettext-0.11.5_1
(much crap later....)

install -o root -g wheel -m 444 uintmax_t.m4
/usr/local/share/aclocal/uintmax_t.m4 install -o root -g wheel -m 444
ulonglong.m4 /usr/local/share/aclocal/ulonglong.m4 Making install in tests
/bin/sh ./mkinstalldirs /usr/local/share/gettext
install -o root -g wheel -m 444 ABOUT-NLS
/usr/local/share/gettext/ABOUT-NLS /bin/sh ./mkinstalldirs
/usr/local/share/gettext
install -o root -g wheel -m 555 config.rpath
/usr/local/share/gettext/config.rpath install -o root -g wheel -m 555
mkinstalldirs /usr/local/share/gettext/mkinstalldirs ===> Generating
temporary packing list
/bin/mkdir -p /usr/local/share/emacs/site-lisp
install -o root -g wheel -m 444
/usr/ports/devel/gettext/work/gettext-0.11.5/misc/po-compat.el
/usr/local/share/emacs/site-lisp install -o root -g wheel -m 444
/usr/ports/devel/gettext/work/gettext-0.11.5/misc/po-mode.el
/usr/local/share/emacs/site-lisp /bin/mkdir -p /usr/X11R6/share/locale
===> Compressing manual pages for gettext-0.11.5_1
===> Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===> Registering installation for gettext-0.11.5_1
===> Returning to build of gmake-3.80_1
Error: shared library "intl.5" does not exist
*** Error code 1
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster


--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: le*@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/0O+2rRNGhTxJvdYRAkLGAJ9Rs9ZRJegzhHW/Ia3dShMjI4MvCQCdG0oW
LSjamhc+WiKMTIcCOlYAzSM=
=ZzYd
-----END PGP SIGNATURE-----

Nov 12 '05 #2
>>>>> "LR" == Larry Rosenman <le*@lerctr.org> writes:

LR> --On Friday, December 05, 2003 12:43:24 -0800 "Gregory S. Williamson"
LR> <gs*@globexplorer.com> wrote:
If anyone has any advice on building Postgres 7.4 for a freeBSD box it
sure would be welcome.

LR> cvsup your ports tree, cd /usr/ports/databases/postgresql7; make; make
LR> install

That would render a 7.3.4 installation.

I just installed from the source tarball. first, install libgnugetopt
and gmake from ports, then run this config command:

../configure --enable-syslog --with-includes=/usr/local/include --with-libraries=/usr/local/lib

then follow the normal install instructions.
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D. Khera Communications, Inc.
Internet: kh***@kciLink.com Rockville, MD +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org

Nov 12 '05 #3


--On Friday, December 05, 2003 17:29:06 -0500 Vivek Khera
<kh***@kcilink.com> wrote:
>> "LR" == Larry Rosenman <le*@lerctr.org> writes:
LR> --On Friday, December 05, 2003 12:43:24 -0800 "Gregory S. Williamson"
LR> <gs*@globexplorer.com> wrote:
If anyone has any advice on building Postgres 7.4 for a freeBSD box it
sure would be welcome.
LR> cvsup your ports tree, cd /usr/ports/databases/postgresql7; make; make
LR> install

That would render a 7.3.4 installation.

I thought I saw a commit from SeanC...
# $FreeBSD: ports/databases/postgresql7/Makefile,v 1.117 2003/12/04
15:24:57 erw
in Exp $
#

PORTNAME?= postgresql
PORTVERSION?= 7.4
PORTREVISION?= 0

I did :-0)

I just installed from the source tarball. first, install libgnugetopt
and gmake from ports, then run this config command:

./configure --enable-syslog --with-includes=/usr/local/include
--with-libraries=/usr/local/lib

then follow the normal install instructions.
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D. Khera Communications, Inc.
Internet: kh***@kciLink.com Rockville, MD +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org


--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: le*@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/0QiDrRNGhTxJvdYRAv0XAJ90eBjjSVxc0VlsdOlYeTmqlHJ3Jg CdHY1v
Va7KVoqcfzb7+ryRR06lvsY=
=QiSA
-----END PGP SIGNATURE-----

Nov 12 '05 #4
>>>>> "LR" == Larry Rosenman <le*@lerctr.org> writes:
LR> PORTNAME?= postgresql
LR> PORTVERSION?= 7.4
LR> PORTREVISION?= 0

LR> I did :-0)

I stand outdated ;-)

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Adam Kempa | last post by:
Hello I've been installed Postgres 7.4.2 on FreeBSD system and when load average grow up i've error in postgres like this: ERROR: permission denied for function varchar ERROR: permission...
3
by: N.K. | last post by:
Hi, I've just installed postgres on the Linux server. It is supposed to start automatically which I think it does since I can run an sql stmt right away. When I'm trying to connect from a remote...
7
by: Abdul-Wahid Paterson | last post by:
Hi, I have had a site working for the last 2 years and have had no problems until at the weekend I replace my database server with a newer one. The database migration went like a dream and I had...
18
by: Chris Travers | last post by:
Hi all; I have been looking into how to ensure that synchronous replication, etc. could best be implimented. To date, I see only two options: incorporate the replication code into the database...
3
by: warwick.poole | last post by:
I am interested in finding out about Enterprise scale Postgres installations and clustering, especially on Linux. Essentially I would like to know the possibility that Postgres can store the...
6
by: Prabu Subroto | last post by:
Dear my friends... Usually I use MySQL. Now I have to migrate my database from MySQL to Postgres. I have created a database successfully with "creatdb" and a user account successfully. But...
18
by: Joe Lester | last post by:
This thread was renamed. It used to be: "shared_buffers Question". The old thread kind of died out. I'm hoping to get some more direction by rephrasing the problem, along with some extra...
1
by: Jack Orenstein | last post by:
I'm trying to configure PHP 5.2.0 with support for Postgres 8.1.3. Postgres was installed with FC5 without source. PHP's configure needs source. When I run configure: configure: error: Cannot...
0
by: NM | last post by:
Hello, I've got a problem inserting binary objects into the postgres database. I have binary objects (e.g. images or smth else) of any size which I want to insert into the database. Funny is it...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.