libgcc_s.so.1

Started by Nonameover 24 years ago2 messagesgeneral
Jump to latest
#1Noname
newsreader@mediaone.net

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 object file: 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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Noname (#1)
Re: libgcc_s.so.1

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 object file: 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