Thread: Install Problems
when i ./configure It works fine dose everything fine i do "# make" and get : gcc -I../include -I../backend -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -o postgres access/SUBSYS.o bootstrap/SUBSYS.o catalog/SUBSYS.o commands/SUBSYS.o executor/SUBSYS.o lib/SUBSYS.o libpq/SUBSYS.o main/SUBSYS.o parser/SUBSYS.o nodes/SUBSYS.o optimizer/SUBSYS.o port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o rewrite/SUBSYS.o storage/SUBSYS.o tcop/SUBSYS.o utils/SUBSYS.o ../utils/version.o -lcrypt -lnsl -ldl -lm -lutil -lncurses - export-dynamic /usr/lib/libdl.a(dlsym.o): In function `doit.2': dlsym.o(.text+0x22): undefined reference to `_dl_default_scope' dlsym.o(.text+0x4c): undefined reference to `_dl_default_scope' make[1]: *** [postgres] Error 1 make[1]: Leaving directory `/home/dgman/postgresql-7.0.3/src/backend' make: *** [all] Error 2 eagle:/home/dgman/postgresql-7.0.3/src# And I can Not Figure It Out!! please Help I am fairly new To PGsql (this is A Debian Server) Thnx Jeremy D. May
you need to use gmake to compile postgres ./configure gmake gmake install Mike ----- Original Message ----- From: "Jeremy D. May" <webmaster@neowa.com> To: <pgsql-admin@postgresql.org> Sent: Thursday, April 19, 2001 4:48 PM Subject: Install Problems > when i ./configure > It works fine dose everything fine > i do "# make" > and get : > gcc -I../include -I../backend -O2 -Wall -Wmissing-prototypes > -Wmissing-declarations -o postgres access/SUBSYS.o bootstrap/SUBSYS.o > catalog/SUBSYS.o commands/SUBSYS.o executor/SUBSYS.o lib/SUBSYS.o > libpq/SUBSYS.o main/SUBSYS.o parser/SUBSYS.o nodes/SUBSYS.o > optimizer/SUBSYS.o port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o > rewrite/SUBSYS.o storage/SUBSYS.o tcop/SUBSYS.o > utils/SUBSYS.o ../utils/version.o -lcrypt -lnsl -ldl -lm -lutil > -lncurses - export-dynamic > /usr/lib/libdl.a(dlsym.o): In function `doit.2': > dlsym.o(.text+0x22): undefined reference to `_dl_default_scope' > dlsym.o(.text+0x4c): undefined reference to `_dl_default_scope' > make[1]: *** [postgres] Error 1 > make[1]: Leaving directory `/home/dgman/postgresql-7.0.3/src/backend' > make: *** [all] Error 2 > eagle:/home/dgman/postgresql-7.0.3/src# > And I can Not Figure It Out!! > > please Help I am fairly new To PGsql > > (this is A Debian Server) > > Thnx Jeremy D. May > > > ---------------------------(end of broadcast)--------------------------- > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org >
i have no gmake i downloaded latest GNU make GNU Make version 3.79.1, by Richard Stallman and Roland McGrath. Built for i686-pc-linux-gnu ----- Original Message ----- From: mike <matrix@quadrent.net> To: <pgsql-admin@postgresql.org>; Jeremy D. May <webmaster@neowa.com> Sent: Saturday, April 21, 2001 11:43 PM Subject: Re: Install Problems > you need to use gmake to compile postgres > > ./configure > gmake > gmake install > > Mike > > ----- Original Message ----- > From: "Jeremy D. May" <webmaster@neowa.com> > To: <pgsql-admin@postgresql.org> > Sent: Thursday, April 19, 2001 4:48 PM > Subject: Install Problems > > > > when i ./configure > > It works fine dose everything fine > > i do "# make" > > and get : > > gcc -I../include -I../backend -O2 -Wall -Wmissing-prototypes > > -Wmissing-declarations -o postgres access/SUBSYS.o bootstrap/SUBSYS.o > > catalog/SUBSYS.o commands/SUBSYS.o executor/SUBSYS.o lib/SUBSYS.o > > libpq/SUBSYS.o main/SUBSYS.o parser/SUBSYS.o nodes/SUBSYS.o > > optimizer/SUBSYS.o port/SUBSYS.o postmaster/SUBSYS.o regex/SUBSYS.o > > rewrite/SUBSYS.o storage/SUBSYS.o tcop/SUBSYS.o > > utils/SUBSYS.o ../utils/version.o -lcrypt -lnsl -ldl -lm -lutil > > -lncurses - export-dynamic > > /usr/lib/libdl.a(dlsym.o): In function `doit.2': > > dlsym.o(.text+0x22): undefined reference to `_dl_default_scope' > > dlsym.o(.text+0x4c): undefined reference to `_dl_default_scope' > > make[1]: *** [postgres] Error 1 > > make[1]: Leaving directory `/home/dgman/postgresql-7.0.3/src/backend' > > make: *** [all] Error 2 > > eagle:/home/dgman/postgresql-7.0.3/src# > > And I can Not Figure It Out!! > > > > please Help I am fairly new To PGsql > > > > (this is A Debian Server) > > > > Thnx Jeremy D. May > > > > > > ---------------------------(end of broadcast)--------------------------- > > TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org > > >
The Install readmes specifically say to use gmake. gmake and make are two different animals. Good luck. -----Original Message----- From: Jeremy May [mailto:webmaster@neowa.com] Sent: Sunday, April 22, 2001 2:58 AM To: pgsql-admin@postgresql.org Subject: [ADMIN] Re: Install Problems i have no gmake i downloaded latest GNU make
Toma Vailikit writes: > The Install readmes specifically say to use gmake. gmake and make are > two different animals. Good luck. The INSTALL file specifically says On GNU/Linux systems GNU make is the default tool with the name make. -- Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter