> I have installed PostgreSQL 7.3.2 on Linux Mandrake
> 9.1 (yes I'm french ;)).
>
> And the file plpgsql.so is missing in /usr/lib/pgsql.
>
> So, I can't use postgreSQL with plpgsql language and
> that's very bad for me :(((
try,
$ locate plpgsql.so
and pass appropriate -L argument to createlang command. If you are unable
to locate it, i suggest you to re-compile.
regards,
bhuvaneswaran