> createlang --pglib=/usr/local/pgsql/lib --dbname=apache_auth plpgsql
>
> simply returns:
>
> ERROR: Load of file /usr/local/pgsql/lib/plpgsql.dylib failed: no error
> message available
> createlang: language installation failed
I suspect that plpgsql.dylib wasn't there in /usr/local/pgsql/lib/, try to
locate the file and specify --pglib param appropriately.
regards,
bhuvaneswaran