Re: Regex files are missing

From: Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>
To: Janek Sendrowski <janek12(at)web(dot)de>, pgsql-general(at)postgresql(dot)org
Subject: Re: Regex files are missing
Date: 2013-11-18 15:53:34
Message-ID: 528A37FE.40208@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/18/2013 07:34 AM, Janek Sendrowski wrote:
> Hi,
>
> Have some issues to built the pg_trgm module from source.
> For first the regexport.h file was missing in /usr/include, so I got it.
> Now I still need the the regexport.c file and probably also the other one
> You can see the files in this link:
> http://git.postgresql.org/gitweb/?p=postgresql.git;a=tree;f=src/backend/regex;h=a30f70549052ee6828616d933d72d0ea84922ba7;hb=refs/heads/master
>
> But I don't know where to put them. I don't have a usr/backend directory in ubuntu.
> Anyways it's very weird. Why don't I have these files?
> Do I have to install something for example.
>
> Hope there is someone who can help me

FYI I find those files in the source I downloaded from the Postgres site:

aklaver(at)panda:~/test/postgresql-9.3.1> find -name regexport.c
./src/backend/regex/regexport.c
aklaver(at)panda:~/test/postgresql-9.3.1> find -name regexport.h
./src/include/regex/regexport.h

So:

What version of Postgres are you working with?

Where did you get your source code?

How are you doing your build?

>
> Janek Sendrowski
>
>

--
Adrian Klaver
adrian(dot)klaver(at)gmail(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2013-11-18 16:10:17 Re: Regex files are missing
Previous Message Janek Sendrowski 2013-11-18 15:34:44 Regex files are missing