You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Eric Wagar <er...@deadhookers.org> on 2005/09/17 00:45:38 UTC

[users@httpd] Apache 1.3.33 not compiling proxy (only problem...at the moment)

I am using this configure command:
./configure --prefix=/engr/apache
--enable-module=proxy --enable-shared=proxy --enable-module=define
--enable-shared=define --enable-module=cern_meta
--enable-shared=cern_meta --enable-module=usertrack
--enable-shared=usertrack --enable-module=unique_id
--enable-shared=unique_id --enable-module=headers
--enable-shared=headers --enable-module=expires --enable-shared=expires
--enable-module=digest --enable-shared=digest --enable-module=auth_dbm
--enable-shared=auth_dbm --enable-module=speling --enable-shared=speling
--enable-module=auth_anon --enable-shared=auth_anon
--enable-module=rewrite --enable-shared=rewrite --enable-module=info
--enable-shared=info --enable-module=so --enable-module=vhost_alias
--enable-module=mime_magic --enable-shared=info --enable-shared=max
--enable-shared=rewrite --enable-shared=vhost_alias
--enable-shared=mime_magic

But, after the make|make install, I receive these errors:
Starting Apache Server for ewm-test.corp.sgi.com
/engr/apache/site_conf/ewm-test.corp.sgi.com/start :
ewm-test.corp.sgi.com::httpd could not be started
Syntax error on line 230 of
/engr/apache/site_conf/ewm-test.corp.sgi.com/conf/httpd.conf:
Cannot load /engr/apache/libexec/libproxy.so into server:
/engr/apache/libexec/libproxy.so: undefined symbol: ap_hook_unregister_I
  ERROR: can not start ewm-test.corp.sgi.com
Line 230:
LoadModule proxy_module       libexec/libproxy.so

After doing so, I look in the libexec dir, and I do not see libproxy.so
being updated with the current timestamp.  Commenting the proxy lines
out of the httpd.conf does not help either.

This is being compiled with gcc 2.96 on RH7.2.

Anyone have any ideas how to get around this issue?

Thanks
eric

---------------------------------------------------------------------
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] Apache 1.3.33 not compiling proxy (only problem...at the moment)

Posted by Tom Cat <st...@gmail.com>.
On 9/16/05, Eric Wagar <er...@deadhookers.org> wrote:
> But, after the make|make install, I receive these errors:
> Starting Apache Server for ewm-test.corp.sgi.com
> /engr/apache/site_conf/ewm-test.corp.sgi.com/start :
> ewm-test.corp.sgi.com::httpd could not be started
> Syntax error on line 230 of
> /engr/apache/site_conf/ewm-test.corp.sgi.com/conf/httpd.conf:
> Cannot load /engr/apache/libexec/libproxy.so into server:
> /engr/apache/libexec/libproxy.so: undefined symbol: ap_hook_unregister_I
>   ERROR: can not start ewm-test.corp.sgi.com
> Line 230:
> LoadModule proxy_module       libexec/libproxy.so
> 
> After doing so, I look in the libexec dir, and I do not see libproxy.so
> being updated with the current timestamp.  Commenting the proxy lines
> out of the httpd.conf does not help either.
> 

What error message do you get when you comment out line 230?  I'm sure
it won't say the same thing.

> This is being compiled with gcc 2.96 on RH7.2.
> 

Someone is going to say you need to upgrade.  It won't be me b/c I've
had Apache compile and run just fine on boxes from RH6.2 up to RHEL 4.
 I've seen no serious difference in performance (could be just me) and
security updates aren't that difficult to keep track of.

---------------------------------------------------------------------
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