in reply to Re^3: Dynaloader library path
in thread Dynaloader library path

Well, if I had access to the script that starts Apache (aka root), I'd have just installed the files in the global lib area, and been done with it :)

Problem is, I don't have root on the machine, it's a hosted account. So I'm looking for a way to get the Path set and exported so the Dynaloader can see it. I was wondering if Apache looks at .profile, .bashrc, before running a CGI that might help me.

-Jim

Replies are listed 'Best First'.
Re^5: Dynaloader library path
by CountOrlok (Friar) on Feb 14, 2006 at 17:41 UTC
    You can also use the SetEnv directive. You can place this in a .htaccess file in the directory where your script resides.

    -imran