On 4/24/06, Steve Kreyer <[EMAIL PROTECTED]> wrote:
> :echo libcall("libc.so", "getenv", "HOME")
>
> this call fails with the following error message:
> "Library call for getenv() fails" or something like that.

This works for me:

echo libcall("/lib/libc.so.6", "getenv", "HOME")

Yakov

Reply via email to