in reply to Re^2: mod_perl installation - missing apache src
in thread mod_perl installation - missing apache src
Even being able to successfully start Apache does not necessarily mean that its C sources are installed. Most distros only install the Apache runtime environment, i.e. compiled program, etc. (when you install the apache package), but not the source/header files. You typically need to install them separately via "*-dev" or "*-devel" packages.
If you intend to use packages supplied by the disto (or are generally not experienced with compiling stuff yourself), it's usually easier to also use the precompiled mod_perl distro package, if one is available...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: mod_perl installation - missing apache src
by ARiccela (Novice) on Jun 08, 2009 at 20:01 UTC | |
by perrin (Chancellor) on Jun 08, 2009 at 20:20 UTC |