Re: Trouble Installing Apache2::Request on Centos 5.5
Alexander Goller <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
Hi, find out why libapreq2.so.3 is not existing. It usually links to the library file with the full version number (and maybe you should check if the linker knows about the lib), maybe you just forgot to run ldconfig? cheers, alex On 03/24/2011 03:25 PM, Robert D Oden wrote: > I have been struggling with getting Apache2::Request (libapreq2-2.13) > to run on Centos 5.5. > > Apache was installed during OS install. > > Apache2::Request was downloaded, built, tested, and installed > successfully. > > perl Makefile.PL --with-apache2-apxs=/usr/sbin/apxs > All dependencies satisfied. > httpd_devel and mod_per_devel installed. > LoadModule apreq_module modules/mod_apreq2.so added to httpd.conf file. > > Below is the error I am getting when trying to start Apache (apachectl > start). > > httpd: Syntax error on line 203 of /etc/httpd/conf/httpd.conf: Cannot > load /etc/httpd/modules/mod_apreq2.so into server: libapreq2.so.3: > cannot open shared object file: No such file or directory > > I have compared this install to another machine that has > Apache2::Request installed on Centos 5.2. It appears that I have all > the right files in all the right places. > > I must be missing something somewhere. Any help would be greatly > appreciated. > > Thanks in advance. >