in reply to Installing mod_perl 2.0
Usually, it helps us if you show not only the commands you typed, but also the responses you got from typing the commands.
My guess is that you do not have a suitable C compiler installed for mod_perl, or forgot to start vcvars32.cmd to set up the path and include files.
".so files" is unix slang for dynamically loadable libraries. Under Windows, these are called DLLs and have the .dll file extension. If you don't find any of these in your mod_perl build directory, you are likely out of luck and have to install a version of the C compiler that was used to compile your Perl. This likely is Microsoft Visual C++ 6, if you're using an ActiveState build of Perl.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Installing mod_perl 2.0
by kulls (Hermit) on Jan 16, 2006 at 10:26 UTC | |
by Corion (Patriarch) on Jan 16, 2006 at 10:30 UTC | |
by kulls (Hermit) on Jan 18, 2006 at 08:20 UTC | |
by Corion (Patriarch) on Jan 18, 2006 at 08:33 UTC |