From: | "Ed Bras" <e(dot)bras(at)hccnet(dot)nl> |
---|---|
To: | <mack(at)ips(dot)cs(dot)tu-bs(dot)de>, "Postgres General newsgroep (E-mail)" <pgsql-general(at)postgresql(dot)org> |
Subject: | RE: stat failed on /usr/lib/pgsql/plpgsql.so; no file or directory |
Date: | 2000-01-21 18:47:07 |
Message-ID: | 001601bf6440$6e0d8e90$1c969696@pietjepuik |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I can do a ls /usr/lib/pgsql/plpgsql.so with no problem.
By the way:
1: I am using Red hat 6.0 with kernel 2.2.52.
2: What shloud be the rights and the ownership of the plpgsql file and those
of the directories where it in ? (I haven't changed any of these after the
installation).
Please let me know if anyone has any ideas ?
Regards,
Ed Bras
-----Original Message-----
From: mack(at)ips(dot)cs(dot)tu-bs(dot)de [mailto:mack(at)ips(dot)cs(dot)tu-bs(dot)de]
Sent: vrijdag 21 januari 2000 14:24
To: e(dot)bras(at)hccnet(dot)nl
Subject: Re: stat failed on /usr/lib/pgsql/plpgsql.so; no file or
directory
> I am using psql for about the first time and created some tables and
triggers with their functions written in PL/pgSQL... No errors so far.
>
> I loaded the plpgsql.so (which I wrote down at het bottom of the mail)
with neither an error.
>
> However when I ecxute a very simple short function which has the language
set to plpgsql it gives me the following error: "stat failed on
/usr/lib/pgsql/plpgsql.so; no file or directory"
>
Try: ls /usr/lib/pgsql/plpgsql.so as user postgres.
If it doesn't show you the file, the problem should be clear.
Otherwise? Don't know for the moment...
Thomas Mack
TU Braunschweig, Abt. Informationssysteme
From | Date | Subject | |
---|---|---|---|
Next Message | Patrick Welche | 2000-01-21 19:06:59 | Re: [HACKERS] Re: [GENERAL] Variable case database names |
Previous Message | The Hermit Hacker | 2000-01-21 18:01:41 | BEGIN/END question ... |