Re: Mozilla not working with CGI's

2001-04-26 Thread Daniel Chester
Another followup, I'm not sure why the build for perldap is not linking the libraries, but if I include: PassEnv LD_LIBRARY_PATH in my apache config file, the perl programs work. Aparently something is compiled dynamically in perldap (or the SDK) and cannot be loaded without my expaned LD_LIBRARY

Mozilla not working with CGI's

2001-04-24 Thread Daniel Chester
System: Sun U10 OS: Solaris 8 fully patched Compiler: gcc version 2.95.3 20010315 (release) Perl: This is perl, v5.6.1 built for sun4-solaris Apache: Server version: Apache/1.3.19 (Unix) perldap: 1.4.1 I have a cgi that I wrote that has the following in it: use Mozilla::LDAP::Conn; from the com