niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » Apps » Apache
Cannot load mod_proxy. undefined symbol: proxy_lb_workers
Post new topic   Reply to topic Page 1 of 1 [4 Posts] View previous topic :: View next topic
Author Message
muralive
*nix forums beginner


Joined: 13 Mar 2008
Posts: 1

PostPosted: Thu Mar 13, 2008 8:17 pm    Post subject: Reply with quote

/usr/local/apache/bin/apxs -c mod_proxy.c proxy_util.c

Change the apache location as appropriate.
Back to top
Nate Hausrath
*nix forums beginner


Joined: 06 Jul 2006
Posts: 3

PostPosted: Fri Jul 07, 2006 8:58 pm    Post subject: Re: Cannot load mod_proxy. undefined symbol: proxy_lb_workers Reply with quote

Thanks for your help.

I used apxs to build proxy_util and then tried again. This time I received
a similar message:

httpd: Syntax error on line 82 of /usr/local/apache2/conf/httpd.conf: Cannot
load /usr/local/apache2/modules/proxy_util.so into server:
/usr/local/apache2/modules/proxy_util.so: undefined symbol:
ap_proxy_ssl_enable

Where is ap_proxy_ssl_enable located?

If it's easier, I would like to try to build mod_proxy with configure, but
I'm not really sure how to go about doing that. I've only ever built
modules with apxs. How do I go about doing this?

Thanks,
Nate

On 7/7/06, Ellison , John P <jp@tulane.edu> wrote:
Quote:

" I then added the modules to httpd.conf (LoadModule proxy_module
modules/mod_proxy.so, etc). Upon trying to stop the currently running server
with apachectl, I received the following error:

httpd: Syntax error on line 82 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/mod_proxy.so into server:
/usr/local/apache2/modules/mod_proxy.so: undefined symbol: proxy_lb_workers

Line 82 is what I listed above: LoadModule proxy_module
modules/mod_proxy.so

Have I missed some dependency within my jail? Is this something easy that
I've simply overlooked? Googling wasn't very helpful, so I turned this way.
Thanks in advance.

-Nate
"


Hi. I think I ran across the solution to your problem the other day.
http://www.apacheweek.com/features/reverseproxies. Skip down to the part
where he states "noting that mod_proxy itself is in two source files
(mod_proxy.c and proxy_util.c).
"
I ran across a similar problem to yours and solved it by building
mod_proxy using configure. Try using apxs to build proxy_util as well. If
you dig around, I think you'll find the proxy_lb_workers, etc. functions in
there.

JP

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

Back to top
Ellison , John P
*nix forums beginner


Joined: 23 Jun 2006
Posts: 7

PostPosted: Fri Jul 07, 2006 1:33 pm    Post subject: RE: Cannot load mod_proxy. undefined symbol: proxy_lb_workers Reply with quote

" I then added the modules to httpd.conf (LoadModule proxy_module modules/mod_proxy.so, etc).  Upon trying to stop the currently running server with apachectl, I received the following error:

httpd: Syntax error on line 82 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/mod_proxy.so into server: /usr/local/apache2/modules/mod_proxy.so: undefined symbol: proxy_lb_workers

Line 82 is what I listed above: LoadModule proxy_module modules/mod_proxy.so

Have I missed some dependency within my jail?  Is this something easy that I've simply overlooked?  Googling wasn't very helpful, so I turned this way.  Thanks in advance.

-Nate
"


Hi. I think I ran across the solution to your problem the other day. http://www.apacheweek.com/features/reverseproxies. Skip down to the part where he states "noting that mod_proxy itself is in two source files
(mod_proxy.c and proxy_util.c).
"
I ran across a similar problem to yours and solved it by building mod_proxy using configure. Try using apxs to build proxy_util as well. If you dig around, I think you'll find the proxy_lb_workers, etc. functions in there.

JP

---------------------------------------------------------------------
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
Back to top
Nate Hausrath
*nix forums beginner


Joined: 06 Jul 2006
Posts: 3

PostPosted: Thu Jul 06, 2006 10:30 pm    Post subject: Cannot load mod_proxy. undefined symbol: proxy_lb_workers Reply with quote

Hi,

I have had Apache 2.2.2 chrooted and running fine for a few weeks now.
Today, I compiled mod_proxy and mod_proxy_http with apxs and copied them to
my jail modules directory. I then added the modules to
httpd.conf(LoadModule proxy_module modules/mod_proxy.so, etc). Upon
trying to stop
the currently running server with apachectl, I received the following error:

httpd: Syntax error on line 82 of /usr/local/apache2/conf/httpd.conf: Cannot
load /usr/local/apache2/modules/mod_proxy.so into server:
/usr/local/apache2/modules/mod_proxy.so: undefined symbol: proxy_lb_workers

Line 82 is what I listed above: LoadModule proxy_module modules/mod_proxy.so

Have I missed some dependency within my jail? Is this something easy that
I've simply overlooked? Googling wasn't very helpful, so I turned this
way. Thanks in advance.

-Nate
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [4 Posts] View previous topic :: View next topic
The time now is Sat Nov 22, 2008 9:24 am | All times are GMT
navigation Forum index » Apps » Apache
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts Is there a boot loader that can load a file a start up an... christopher.mcrorie@gmail Setup 1 Thu Jul 20, 2006 2:57 am
No new posts Load balancing outgoing messages Pierre VANNIER Postfix 2 Wed Jul 19, 2006 8:21 am
No new posts Announce: LBPool 1.0 beta1 (Load Balancing JDBC Connectio... Kevin Burton MySQL 2 Wed Jul 19, 2006 5:35 am
No new posts Advise on load Robert Fitzpatrick Postfix 5 Tue Jul 18, 2006 4:22 pm
No new posts undefined index Chris PHP 4 Tue Jul 18, 2006 3:45 pm

Adverse Credit Remortgage | Online advertising | Fast Loans | Latest Hollywood Gossip | Xbox Mod Chip
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.1604s ][ Queries: 20 (0.0769s) ][ GZIP on - Debug on ]