"Medora Schauer" <mschauer(at)fairfield(dot)com> writes:
> creating conversions... ERROR: could not load library
> "/usr/local/pgsql-7.4.2/lib/ascii_and_mic.so":
> /usr/local/pgsql-7.4.2/lib/ascii_and_mic.so: undefined symbol:
> pg_mic2ascii
Hm, that's odd. The pg_mic2ascii function is defined in the main
backend, so it certainly should be available to ascii_and_mic.so.
Is it possible the postgres executable has been stripped, or some
such strange move? Did you build Postgres yourself or use someone
else's RPM, and if so whose?
regards, tom lane