Обсуждение: Error when try installing pgbench ?

Поиск
Список
Период
Сортировка

Error when try installing pgbench ?

От
Andre Nas
Дата:

Hello …

Im using source  postgresql 8.0.3 under FreeBSD and already install, the database is running well.

 

I want to install a pgbench, but I can’t install it, coz an error occur.

I try to “make all” in directory ~/src/interfaces/lipq/

The messages are :

. . . . .

. . . . .

"../../../src/Makefile.global", line 546: Need an operator

"../../../src/Makefile.global", line 553: Missing dependency operator

"../../../src/Makefile.global", line 554: Missing dependency operator

"/home/postgres/postgresql-8.0.3/src/nls-global.mk", line 29: Need an operator

"/home/postgres/postgresql-8.0.3/src/nls-global.mk", line 31: Need an operator

"/home/postgres/postgresql-8.0.3/src/nls-global.mk", line 33: Need an operator

"/home/postgres/postgresql-8.0.3/src/nls-global.mk", line 38: Need an operator

"/home/postgres/postgresql-8.0.3/src/nls-global.mk", line 40: Need an operator

Error expanding embedded variable.

 

Any body can help me

Sorry Im newbie

Thanks

 



Find local movie times and trailers on Yahoo! Movies.

Re: Error when try installing pgbench ?

От
Michael Fuhr
Дата:
On Sun, May 15, 2005 at 07:48:53PM +1000, Andre Nas wrote:
>
> Im using source  postgresql 8.0.3 under FreeBSD and already
> install, the database is running well.
>
> I want to install a pgbench, but I can’t install it, coz an error occur.
>
> I try to “make all” in directory ~/src/interfaces/lipq/
>
> The messages are :
> . . . . .
> . . . . .
> "../../../src/Makefile.global", line 546: Need an operator
> "../../../src/Makefile.global", line 553: Missing dependency operator

Looks like you used FreeBSD's make instead of GNU make.  Install
the latter if you haven't already and use gmake instead of make.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

Re: Error when try installing pgbench ?

От
Sven Willenberger
Дата:

Andre Nas presumably uttered the following on 05/15/05 05:48:
> Hello …
>
> Im using source  postgresql 8.0.3 under FreeBSD and already install, the
> database is running well.
>
>
>
> I want to install a pgbench, but I can’t install it, coz an error occur.
>
> I try to “make all” in directory ~/src/interfaces/lipq/
>
> The messages are :
>
> . . . . .
>
> . . . . .
>
> "../../../src/Makefile.global", line 546: Need an operator
>
> "../../../src/Makefile.global", line 553: Missing dependency operator
>
> "../../../src/Makefile.global", line 554: Missing dependency operator
>
> "/home/postgres/postgresql-8.0.3/src/nls-global.mk", line 29: Need an
> operator
>
> "/home/postgres/postgresql-8.0.3/src/nls-global.mk", line 31: Need an
> operator
>
> "/home/postgres/postgresql-8.0.3/src/nls-global.mk", line 33: Need an
> operator
>
> "/home/postgres/postgresql-8.0.3/src/nls-global.mk", line 38: Need an
> operator
>
> "/home/postgres/postgresql-8.0.3/src/nls-global.mk", line 40: Need an
> operator
>
> Error expanding embedded variable.
>
>
>
> Any body can help me
>
> Sorry Im newbie
>
> Thanks
>
>

For FreeBSD there is a postgresql-contrib ports that you should use. It
will build the contrib section of the postgresql and should make just fine.

Sven