Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old November 12th, 2005, 01:01 AM
Gregory S. Williamson
Guest
 
Posts: n/a
Default 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[color=blue][color=green]
>> make-3.80.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
>> Attempting to fetch from ftp://ftp.gnu.org/gnu/make/.[/color][/color]
fetch: ftp://ftp.gnu.org/gnu/make/make-3.80.tar.bz2: No route to host[color=blue][color=green]
>> Attempting to fetch from http://mirrors.usc.edu/pub/gnu/make/.[/color][/color]
fetch: http://mirrors.usc.edu/pub/gnu/make/make-3.80.tar.bz2: Operation timed out[color=blue][color=green]
>> Attempting to fetch from ftp://gatekeeper.dec.com/pub/GNU/make/.[/color][/color]
Receiving make-3.80.tar.bz2 (920645 bytes): 100%
430149 bytes transferred in 6.4 seconds (65.90 kBps)[color=blue][color=green]
>> Checksum OK for make-3.80.tar.bz2.[/color][/color]
===> 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[color=blue][color=green]
>> 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/.[/color][/color]
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[color=blue][color=green]
>> Checksum OK for gettext-0.11.5.tar.gz.[/color][/color]
===> 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

  #2  
Old November 12th, 2005, 01:01 AM
Larry Rosenman
Guest
 
Posts: n/a
Default Re: FW: Postgres 7.4 runing on BSD



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

[color=blue]
>
> 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[color=green][color=darkred]
>>> make-3.80.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
>>> Attempting to fetch from ftp://ftp.gnu.org/gnu/make/.[/color][/color]
> fetch: ftp://ftp.gnu.org/gnu/make/make-3.80.tar.bz2: No route to host[color=green][color=darkred]
>>> Attempting to fetch from http://mirrors.usc.edu/pub/gnu/make/.[/color][/color]
> fetch: http://mirrors.usc.edu/pub/gnu/make/make-3.80.tar.bz2: Operation
> timed out[color=green][color=darkred]
>>> Attempting to fetch from ftp://gatekeeper.dec.com/pub/GNU/make/.[/color][/color]
> Receiving make-3.80.tar.bz2 (920645 bytes): 100%
> 430149 bytes transferred in 6.4 seconds (65.90 kBps)[color=green][color=darkred]
>>> Checksum OK for make-3.80.tar.bz2.[/color][/color]
> ===> 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[color=green][color=darkred]
>>> 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/.[/color][/color]
> 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[color=green][color=darkred]
>>> Checksum OK for gettext-0.11.5.tar.gz.[/color][/color]
> ===> 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
>[/color]



--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler@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-----

  #3  
Old November 12th, 2005, 01:01 AM
Vivek Khera
Guest
 
Posts: n/a
Default Re: FW: Postgres 7.4 runing on BSD

>>>>> "LR" == Larry Rosenman <ler@lerctr.org> writes:

LR> --On Friday, December 05, 2003 12:43:24 -0800 "Gregory S. Williamson"
LR> <gsw@globexplorer.com> wrote:
[color=blue][color=green]
>> If anyone has any advice on building Postgres 7.4 for a freeBSD box it
>> sure would be welcome.[/color][/color]
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: khera@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 majordomo@postgresql.org

  #4  
Old November 12th, 2005, 01:01 AM
Larry Rosenman
Guest
 
Posts: n/a
Default Re: FW: Postgres 7.4 runing on BSD



--On Friday, December 05, 2003 17:29:06 -0500 Vivek Khera
<khera@kcilink.com> wrote:
[color=blue][color=green][color=darkred]
>>>>>> "LR" == Larry Rosenman <ler@lerctr.org> writes:[/color][/color]
>
> LR> --On Friday, December 05, 2003 12:43:24 -0800 "Gregory S. Williamson"
> LR> <gsw@globexplorer.com> wrote:
>[color=green][color=darkred]
>>> If anyone has any advice on building Postgres 7.4 for a freeBSD box it
>>> sure would be welcome.[/color][/color]
> LR> cvsup your ports tree, cd /usr/ports/databases/postgresql7; make; make
> LR> install
>
> That would render a 7.3.4 installation.[/color]
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)


[color=blue]
>
> 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: khera@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 majordomo@postgresql.org
>[/color]



--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler@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-----

  #5  
Old November 12th, 2005, 01:01 AM
Vivek Khera
Guest
 
Posts: n/a
Default Re: FW: Postgres 7.4 runing on BSD

>>>>> "LR" == Larry Rosenman <ler@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

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles