"Peter Woodward" <peter@petew.org.uk> writes:
> creating conversions ... FATAL: could not access file
> "$libdir/ascii_and_mic": No such file or directory
Hm, so did ascii_and_mic.so get installed in your pkglibdir
(ie, /usr/local/lib/postgresql)? If not, where did it end up?
If it is there, what does ldd or local equivalent say about its
dynamic-link dependencies?
> LDFLAGS = -pthread -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib
> -Wl,-R'/usr/local/lib'
I have a suspicion that the explicit rpath configuration may be
wrong and causing the problem, but it's hard to tell without
more information.
regards, tom lane