I tried the installation as suggested at
http://pgsimilarity.projects.pgfoundry.org/
after make install command we have run following command:-
psql -f SHAREDIR/contrib/pg_similarity.sql mydb
Here SHAREDIR is /usr/local/pgsql/share/extension/
under this directory we can see file pg_similarity.s
Now the Steps:
$ USE_PGXS=1 make
$ USE_PGXS=1 make install
are working.
But I still don't have the directory 'SHAREDIR/contrib/pg_similarity.sql'
Janek Sendrowski
Thanks a lot!
Now it's working :)
Janek Sendrowksi
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
Now the Steps:
$ USE_PGXS=1 make
$ USE_PGXS=1 make install
are working.
But I still don't have the directory 'SHAREDIR/contrib/pg_similarity.sql'
Janek Sendrowski
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql
Hello
you are missing some from basic packages on your system probably
postgresql-devel.i686 : PostgreSQL development header files and libraries
postgresql-server.i686 : The programs needed to create and run a PostgreSQL
Regards
Pavel Stehule
2013/10/7
> Hi,
>
> I have some problems to inst
Hi,
I have some problems to install the pg_similarity Module. It's my first time to install something like that and I'm a novice in Linux.
This is the Introduction:
tar -zxf pg_similarity-0.0.19.tgz
$ cd pg_similarity-0.0.19
$ $EDITOR Makefile # edit PG_CONFIG iif necessary
$ USE_PGXS=1 make
$