> I have a number of c functions contained in a solaris library *.so. My
> functions are failing when they call getenv to translate variables setup
> in .profile. The functions are called from a c background process When I
> call these functions through a test program on line they work ok
information. One suggestion, though: make sure you check the return value
of getenv() before dereferencing through it.
--