This ia a Perl/Apache/XP problem.
I have tried to install the MD5 module using PPM, and when I make "query *" the MD5 is there.
I have also tried to download it and install it this way:
cd Apache-Session-1.6
perl Makefile.PL
make
make test
make install
- the "make" stuff doesn't work though, not with "nmake" either.
But when I try to run a script in PerlEditor, it says:
Can't locate Apache/Session/Generate/MD5.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at login.pl line 6.
I'm not even sure I know what this mean - the @INC thing, and wether its a Apache or Perl problem.
What can I do? and is there a way to check what modules are installed on apache? is there a command or something?
I have tried to install the MD5 module using PPM, and when I make "query *" the MD5 is there.
I have also tried to download it and install it this way:
cd Apache-Session-1.6
perl Makefile.PL
make
make test
make install
- the "make" stuff doesn't work though, not with "nmake" either.
But when I try to run a script in PerlEditor, it says:
Can't locate Apache/Session/Generate/MD5.pm in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at login.pl line 6.
I'm not even sure I know what this mean - the @INC thing, and wether its a Apache or Perl problem.
What can I do? and is there a way to check what modules are installed on apache? is there a command or something?