You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Lon Palmer <LP...@TridentMS.com> on 2003/04/10 16:02:47 UTC

RE: [users@httpd] Cant find the compiled modules (.so) files for 2.0.45

Albert,

I'm still working on the problem and here is what I have so far:

Almost done with the exception of the proxy stuff.  What I've found is that
the tag --enable-mods-shared=all leavs out some modules for configuration.
The mods it leaves out that I've found so far are:

proxy
proxy-connect
proxy-ftp
proxy-http
ssl

so I'm just now running 
./configure --enable-layout=RedHat --enable-mods-shared=all --enable-ssl
--enable-proxy --enable-proxy-connect --enable-proxy-ftp --enable-proxy-http

After that I'll drop to each of the mods that were left out and run
make
make install

which should place them into the /usr/lib/apache dir.  After that I'll copy
them to the dir that redhat wants under /etc/httpd/modules

I find all this very silly.

I should mention that previously I dropped into the modules directory and
did
make
make install

to get the rest of the modules.

Lon


-----Original Message-----
From: Albert E. Whale, CISSP [mailto:aewhale@ABS-CompTech.com]
Sent: Thursday, April 10, 2003 9:47 AM
To: users@httpd.apache.org
Subject: Re: [users@httpd] Cant find the compiled modules (.so) files
for 2.0.45


Lon,

Sounds like the very problem I am having on Solaris 5.7.  Please let  me 
know if you get this matter resolved, and what it took to get it 
resolved.  Thank you.

Lon Palmer wrote:

> Hello,
>
> I've compiled apache with the "./configure --enable-mods-shared=all
> --disable-info" command followed by "make" followed by "make install" and
> when I tried to start apache using "/sbin/services httpd start" I 
> received
> an error stating that a module was not for my current version of 
> apache.  (
> Yes, I'm upgrading from 2.0.14 I think ). 
>
> ** Keep reading if your interested :)
>
> So, I copied all my so's out of my /etc/httpd/modules directory to a save
> location and ran "make install" again hoping that the so's would go to 
> the
> correct directory.  I'm confused because I can't find the modules 
> anywhere!
> Then I went in to the modules directory and ran "make install" hoping the
> modules would be compiled like the main program and the were but now 
> apache
> is complaining because some modules are missing.  Alright, so I copy 
> back my
> original modules and then copy the new modules in again and finally 
> I'm left
> with
>        
>         module "mod_info.c" is not compatible with this version of Apache
> (found 2002628, need 20020903)  Please contact the vendor for the correct
> version.
>
> System Specs:
>         RedHat v 8
>
>
> Threes got to be an easier way to do this isn't there?
>
> Thanks for all the support.  I'm a member of the tomcat group and 
> everyone
> has always been very helpful.
>
> Lon Palmer
>

-- 
Albert E. Whale, CISSP
http://www.abs-comptech.com
----------------------------------------------------------------------
ABS Computer Technology, Inc. - ESM, Computer & Networking Specialists
Sr. Security, Network, and Systems Consultant
Founding Board of Directors of Pittsburgh FBI - InfraGard





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org

Re: [users@httpd] Cant find the compiled modules (.so) files for 2.0.45

Posted by "Albert E. Whale, CISSP" <ae...@ABS-CompTech.com>.
Lon,

I'm giving up on compiling this manually.  Have you checked out 
http://www.blastwave.org/?

I'm going to take a chance,  PLEASE let me know if this resolves your 
needs as well.  Thanks.

Lon Palmer wrote:

> Albert,
>
> I'm still working on the problem and here is what I have so far:
>
> Almost done with the exception of the proxy stuff.  What I've found is 
> that the tag --enable-mods-shared=all leavs out some modules for 
> configuration.  The mods it leaves out that I've found so far are:
>
> proxy
> proxy-connect
> proxy-ftp
> proxy-http
> ssl
>
> so I'm just now running
> ./configure --enable-layout=RedHat --enable-mods-shared=all 
> --enable-ssl --enable-proxy --enable-proxy-connect --enable-proxy-ftp 
> --enable-proxy-http
>
> After that I'll drop to each of the mods that were left out and run
> make
> make install
>
> which should place them into the /usr/lib/apache dir.  After that I'll 
> copy them to the dir that redhat wants under /etc/httpd/modules
>
> I find all this very silly.
>
> I should mention that previously I dropped into the modules directory 
> and did
> make
> make install
>
> to get the rest of the modules.
>
> Lon
>
>
> -----Original Message-----
> From: Albert E. Whale, CISSP [mailto:aewhale@ABS-CompTech.com]
> Sent: Thursday, April 10, 2003 9:47 AM
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] Cant find the compiled modules (.so) files
> for 2.0.45
>
>
> Lon,
>
> Sounds like the very problem I am having on Solaris 5.7.  Please let  me
> know if you get this matter resolved, and what it took to get it
> resolved.  Thank you.
>
> Lon Palmer wrote:
>
> > Hello,
> >
> > I've compiled apache with the "./configure --enable-mods-shared=all
> > --disable-info" command followed by "make" followed by "make 
> install" and
> > when I tried to start apache using "/sbin/services httpd start" I
> > received
> > an error stating that a module was not for my current version of
> > apache.  (
> > Yes, I'm upgrading from 2.0.14 I think ).
> >
> > ** Keep reading if your interested :)
> >
> > So, I copied all my so's out of my /etc/httpd/modules directory to a 
> save
> > location and ran "make install" again hoping that the so's would go to
> > the
> > correct directory.  I'm confused because I can't find the modules
> > anywhere!
> > Then I went in to the modules directory and ran "make install" 
> hoping the
> > modules would be compiled like the main program and the were but now
> > apache
> > is complaining because some modules are missing.  Alright, so I copy
> > back my
> > original modules and then copy the new modules in again and finally
> > I'm left
> > with
> >       
> >         module "mod_info.c" is not compatible with this version of 
> Apache
> > (found 2002628, need 20020903)  Please contact the vendor for the 
> correct
> > version.
> >
> > System Specs:
> >         RedHat v 8
> >
> >
> > Threes got to be an easier way to do this isn't there?
> >
> > Thanks for all the support.  I'm a member of the tomcat group and
> > everyone
> > has always been very helpful.
> >
> > Lon Palmer
> >
>
> -- 
> Albert E. Whale, CISSP
> http://www.abs-comptech.com
> ----------------------------------------------------------------------
> ABS Computer Technology, Inc. - ESM, Computer & Networking Specialists
> Sr. Security, Network, and Systems Consultant
> Founding Board of Directors of Pittsburgh FBI - InfraGard
>
>
>
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server 
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>

-- 
Albert E. Whale, CISSP
http://www.abs-comptech.com
----------------------------------------------------------------------
ABS Computer Technology, Inc. - ESM, Computer & Networking Specialists
Sr. Security, Network, and Systems Consultant
Founding Board of Directors of Pittsburgh FBI - InfraGard





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org