Nate Haggard <nate@wordplace.com> writes:
> I'm having trouble with pltclu on my redhat 7.2 box. Postgres version
> 7.1.2. I'm creating pltclu so I can use pgMail.
> createlang pltclu <database> give me this error:
> createlang: cannot find the file '/usr/local/pgsql/lib/pltclu.so'
Is it really referring to pltclu.so? It should be looking for pltcl.so
(which handles both pltcl and pltclu). I looked at the script and I
don't see any way it would try to reference pltclu.so.
regards, tom lane