You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Néstor Boscán <ne...@tcs.com.ve> on 2008/01/17 05:38:17 UTC

Undefined symbol: ap_filter_flush

Hi
 
I'm configuring my Apache 2.0.52 to work with mod_dav_svn.so. When I start
the Apache I get:
 
Cannot load
/opt/oracle/appserver/10.1.3/Apache/Apache/libexec/mod_dav_svn.so in to
server: /opt/oracle/appserver/10.1.3/Apache/Apache/libexec/mod_dav_svn.so:
undefined symbol: ap_filter_flush

Any ideas?
 

Re: Undefined symbol: ap_filter_flush

Posted by Romano Londt <ro...@gmail.com>.
Néstor Boscán <nestor.boscan <at> tcs.com.ve> writes:

> 
> 
> Hi
> 
>  
> I'm configuring my 
> Apache 2.0.52 to work with mod_dav_svn.so. When I start the Apache I 
> get:
> 
>  
> Cannot load 
> /opt/oracle/appserver/10.1.3/Apache/Apache/libexec/mod_dav_svn.so in to 
server: 
> /opt/oracle/appserver/10.1.3/Apache/Apache/libexec/mod_dav_svn.so: undefined 
> symbol: ap_filter_flush
> Any 
> ideas?
>  
> 


Néstor,

Did you succeed in combining subversion, preferrably 1.5, with the Oracle 
Application Server?
We are running into the same kind of errors and need a little help.

Regards,

Romano



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Undefined symbol: ap_filter_flush

Posted by Ryan Bloom <rb...@gmail.com>.
This shouldn't be impacted by APR version.  ap_filter_flush is a part
of the Apache API, not the APR api (the prefix is ap_ not apr_, and I
this is part of the filter API, which is Apache).  I believe that
ap_filter_flush has been part of the Apache API for a long time (I
remember putting it into Apache 2.0 with the rest of the filter API),
and I see it in the HEAD of the tree as well.

Did you build this mod_dav_svn?

Ryan

On Jan 17, 2008 10:36 AM,  <da...@jpmorgan.com> wrote:
> Just to clarify - you mean the same major version right?
> Dg.
> --
> David Grierson
> JPMorgan - IB Architecture - Source Code Management Consultant
> GDP 228-5574 / DDI +44 141 228 5574 / Email david.x.grierson@jpmorgan.com
> Alhambra House 6th floor, 45 Waterloo Street, Glasgow G2 6HS
>
>
>
>
> Ryan Schmidt <su...@ryandesign.com>
> 17/01/2008 15:30
>
> To
> Néstor Boscán <ne...@tcs.com.ve>
> cc
> Subversion Users <us...@subversion.tigris.org>
> Subject
> Re: Undefined symbol: ap_filter_flush
>
>
>
>
>
>
>
> On Jan 16, 2008, at 23:38, Néstor Boscán wrote:
>
> > I'm configuring my Apache 2.0.52 to work with mod_dav_svn.so. When
> > I start the Apache I get:
> >
> > Cannot load /opt/oracle/appserver/10.1.3/Apache/Apache/libexec/
> > mod_dav_svn.so in to server: /opt/oracle/appserver/10.1.3/Apache/
> > Apache/libexec/mod_dav_svn.so: undefined symbol: ap_filter_flush
> > Any ideas?
>
> Apache and mod_dav_svn must be built using the same version of APR.
> Are they?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>
>
> Generally, this communication is for informational purposes only
> and it is not intended as an offer or solicitation for the purchase
> or sale of any financial instrument or as an official confirmation
> of any transaction. In the event you are receiving the offering
> materials attached below related to your interest in hedge funds or
> private equity, this communication may be intended as an offer or
> solicitation for the purchase or sale of such fund(s).  All market
> prices, data and other information are not warranted as to
> completeness or accuracy and are subject to change without notice.
> Any comments or statements made herein do not necessarily reflect
> those of JPMorgan Chase & Co., its subsidiaries and affiliates.
>
> This transmission may contain information that is privileged,
> confidential, legally privileged, and/or exempt from disclosure
> under applicable law. If you are not the intended recipient, you
> are hereby notified that any disclosure, copying, distribution, or
> use of the information contained herein (including any reliance
> thereon) is STRICTLY PROHIBITED. Although this transmission and any
> attachments are believed to be free of any virus or other defect
> that might affect any computer system into which it is received and
> opened, it is the responsibility of the recipient to ensure that it
> is virus free and no responsibility is accepted by JPMorgan Chase &
> Co., its subsidiaries and affiliates, as applicable, for any loss
> or damage arising in any way from its use. If you received this
> transmission in error, please immediately contact the sender and
> destroy the material in its entirety, whether in electronic or hard
> copy format. Thank you.
> Please refer to http://www.jpmorgan.com/pages/disclosures for
> disclosures relating to UK legal entities.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>



-- 
Ryan Bloom
rbb@apache.org
rbb@rkbloom.net
rbloom@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Undefined symbol: ap_filter_flush

Posted by da...@jpmorgan.com.
Just to clarify - you mean the same major version right?
Dg.
--
David Grierson
JPMorgan - IB Architecture - Source Code Management Consultant
GDP 228-5574 / DDI +44 141 228 5574 / Email david.x.grierson@jpmorgan.com
Alhambra House 6th floor, 45 Waterloo Street, Glasgow G2 6HS
 



Ryan Schmidt <su...@ryandesign.com> 
17/01/2008 15:30

To
Néstor Boscán <ne...@tcs.com.ve>
cc
Subversion Users <us...@subversion.tigris.org>
Subject
Re: Undefined symbol: ap_filter_flush






On Jan 16, 2008, at 23:38, Néstor Boscán wrote:

> I'm configuring my Apache 2.0.52 to work with mod_dav_svn.so. When 
> I start the Apache I get:
>
> Cannot load /opt/oracle/appserver/10.1.3/Apache/Apache/libexec/ 
> mod_dav_svn.so in to server: /opt/oracle/appserver/10.1.3/Apache/ 
> Apache/libexec/mod_dav_svn.so: undefined symbol: ap_filter_flush
> Any ideas?

Apache and mod_dav_svn must be built using the same version of APR. 
Are they?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org




Generally, this communication is for informational purposes only
and it is not intended as an offer or solicitation for the purchase
or sale of any financial instrument or as an official confirmation
of any transaction. In the event you are receiving the offering
materials attached below related to your interest in hedge funds or
private equity, this communication may be intended as an offer or
solicitation for the purchase or sale of such fund(s).  All market
prices, data and other information are not warranted as to
completeness or accuracy and are subject to change without notice.
Any comments or statements made herein do not necessarily reflect
those of JPMorgan Chase & Co., its subsidiaries and affiliates.

This transmission may contain information that is privileged,
confidential, legally privileged, and/or exempt from disclosure
under applicable law. If you are not the intended recipient, you
are hereby notified that any disclosure, copying, distribution, or
use of the information contained herein (including any reliance
thereon) is STRICTLY PROHIBITED. Although this transmission and any
attachments are believed to be free of any virus or other defect
that might affect any computer system into which it is received and
opened, it is the responsibility of the recipient to ensure that it
is virus free and no responsibility is accepted by JPMorgan Chase &
Co., its subsidiaries and affiliates, as applicable, for any loss
or damage arising in any way from its use. If you received this
transmission in error, please immediately contact the sender and
destroy the material in its entirety, whether in electronic or hard
copy format. Thank you.
Please refer to http://www.jpmorgan.com/pages/disclosures for
disclosures relating to UK legal entities.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Undefined symbol: ap_filter_flush

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jan 16, 2008, at 23:38, Néstor Boscán wrote:

> I'm configuring my Apache 2.0.52 to work with mod_dav_svn.so. When  
> I start the Apache I get:
>
> Cannot load /opt/oracle/appserver/10.1.3/Apache/Apache/libexec/ 
> mod_dav_svn.so in to server: /opt/oracle/appserver/10.1.3/Apache/ 
> Apache/libexec/mod_dav_svn.so: undefined symbol: ap_filter_flush
> Any ideas?

Apache and mod_dav_svn must be built using the same version of APR.  
Are they?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org