Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2005 18:26:50 +0300
From:      Vasil Dimov <vd@datamax.bg>
To:        Jacques Marneweck <jacques@powertrip.co.za>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/82527: New port: databases/pgmemcache Provides a PostgreSQL interface to memcached
Message-ID:  <20050624152650.GA63152@sinanica.bg.datamax>
In-Reply-To: <200506241350.j5ODoJ0c013439@freefall.freebsd.org>
References:  <200506241350.j5ODoJ0c013439@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Fri, Jun 24, 2005 at 01:50:19PM +0000, Jacques Marneweck wrote:
>  
>  I've attached the updated port for pgmemcahe to this message.
>  

Hi,

According to
http://people.FreeBSD.org/~seanc/pgmemcache/pgmemcache-1.0/README.pgmemcache
pgmemcache only works with "PostgreSQL 8.0 rc2 or newer".

I have PostgreSQL 7.4.8 installed and get the following error:

===>  Building for pgmemcache-1.0
pg_config: invalid argument: --pgxs
Try "pg_config --help" for more information.
Makefile:44: no file name for `include'
gmake: *** No rule to make target `all'.  Stop.
*** Error code 2

Stop in /tmp/pgmemcache.

Maybe you should try to use WANT_PGSQL_VER (see bsd.port.mk) to insist
on postgres 8.0 being installed on the system.

Normally LIB_DEPENDS= should be used for libmemcache dependency.
I will track down why this is not working on my system.

Is the postgres executable really needed to build pgmemcache? Maybe just
the postgres client library? If "yes" then LIB_DEPENDS= should be used.

And one last suggestion: In FreeBSD libraries do not need to have the
execute flag set on. Look in /lib and /usr/lib, so maybe it's better to
use INSTALL_DATA to install .so's instead of INSTALL_SCRIPT.

-----BEGIN PGP SIGNATURE-----

iD8DBQFCvCY6Fw6SP/bBpCARAolrAKDfBWPY0JzKtA/9hlgvYCIgironiQCghSi+
vyuMTM4DDenPh5E5zZS1ww4=
=dzAs
-----END PGP SIGNATURE-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050624152650.GA63152>