"PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes:
> I have downloaded and built Postgres 7.4.1:
> as user 'tbs':
> ./configure --prefix=/opt/postgres-7.4.1/ --with-perl --enable-thread-safety
> make
> make check
Did the "make check" work?
> creating conversions... ERROR: could not access file
> "$libdir/ascii_and_mic": No such file or directory
What's in /opt/postgres-7.4.1/lib? If you see an ascii_and_mic.so
there, what does ldd say about it?
regards, tom lane