Thread: libgcc_s.so.1

libgcc_s.so.1

From
newsreader@mediaone.net
Date:
Hi All

I'm attempting to use the fulltextindex trigger
found in contrib directory

Make went fine as far as I can tell but when I
tried to do

# create function  fti() returns opaque as
# '/home/news/tmp/postgresql-7.1.2/contrib/fulltextindex/fti.so' language 'C';

I got

 Load of file /home/news/tmp/postgresql-7.1.2/contrib/fulltextindex/fti.so failed: libgcc_s.so.1: cannot load shared
objectfile: No such file or directory 


Could someone tell me what is it that I am
missing?

I am using red hat 7.1 postgres 7.1.2

Thanks in advance

Re: libgcc_s.so.1

From
Tom Lane
Date:
newsreader@mediaone.net writes:
>  Load of file /home/news/tmp/postgresql-7.1.2/contrib/fulltextindex/fti.so failed: libgcc_s.so.1: cannot load shared
objectfile: No such file or directory 

Figure out where libgcc_s.so.1 lives on your system, and then tell
ldconfig about it.

            regards, tom lane