Re: [GENERAL] pg_similarity

2013-10-17 Thread sachin kotwal
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

[GENERAL] pg_similarity

2013-10-10 Thread janek12
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  

Re: [GENERAL] pg_similarity

2013-10-09 Thread janek12
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

Re: [GENERAL] pg_similarity

2013-10-09 Thread janek12
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

Re: [GENERAL] pg_similarity

2013-10-07 Thread Pavel Stehule
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

[GENERAL] pg_similarity

2013-10-07 Thread janek12
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 $