|
|
|
|
||||||
| alt.apache.configuration Apache web server configuration issues. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi,
A few months back, I downloaded the tar.gz Apache 2.2.3 for my Fedora Core 5 Linux system and installed successfully. Now I'm trying to install mod_ruby_1.2.5 and after configuring with apxs, I get errors upon making, here are a few ... In file included from /usr/local/apache2/include/httpd.h:43, from mod_ruby.h:49, from mod_ruby.c:33: /usr/local/apache2/include/ap_config.h:25:17: error: apr.h: No such file or directory /usr/local/apache2/include/ap_config.h:26:23: error: apr_hooks.h: No such file or directory /usr/local/apache2/include/ap_config.h:27:32: error: apr_optional_hooks.h: No such file or directory In file included from /usr/local/apache2/include/httpd.h:46, from mod_ruby.h:49, from mod_ruby.c:33 The files in question do not show up in my /usr/local/apache2/include directory. Where can I find them? I would prefer not to re-install Apache2, but if that's what it takes, that what I'll do. Thanks, - Dave |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
laredotornado@zipmail.com schrieb am 01.02.2007 17:09:
> Hi, > > A few months back, I downloaded the tar.gz Apache 2.2.3 for my Fedora > Core 5 Linux system and installed successfully. Now I'm trying to > install mod_ruby_1.2.5 and after configuring with apxs, I get errors > upon making, here are a few ... > > In file included from /usr/local/apache2/include/httpd.h:43, > from mod_ruby.h:49, > from mod_ruby.c:33: > /usr/local/apache2/include/ap_config.h:25:17: error: apr.h: No such > file or directory OK, and what does "pin apr.h" tell you? On my system, it tells me this file is in the package libapr1-devel. > /usr/local/apache2/include/ap_config.h:26:23: error: apr_hooks.h: No > such file or directory On my distro, this is in libapr-util1-devel. > > The files in question do not show up in my /usr/local/apache2/include > directory. Where can I find them? I would prefer not to re-install > Apache2, but if that's what it takes, that what I'll do. > > Thanks, - Dave > Try to install the packages that contain the libapr1-development / libapr-util1-development code. When you installed Apache and the files are not there, why would they be there when you install a second time? HTH Werner -- Werner Flamme, Abt. WKDV Helmholtz-Zentrum für Umweltforschung GmbH - UFZ Permoserstr. 15 - 04318 Leipzig Tel.: (0341) 235-3921 - Fax (0341) 235-453921 http://www.ufz.de - eMail: werner.flamme@ufz.de |
|
![]() |
| Outils de la discussion | |
|
|