Thread: file plpgsql.so missing

file plpgsql.so missing

From
William laloyau
Date:
Hi all,


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 :(((

Anyone can help me by sending me his plpgsql.so file
:))) ?

Thanks

William

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com


Re: file plpgsql.so missing

From
"A.Bhuvaneswaran"
Date:
> 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