Re: [EMAIL PROTECTED] mod_dav_svn.so is garbled - perhaps this is not an Apache module DSO?

2006-12-20 Thread thomas Armstrong

Mmm.. I don't know, Joshua. I installed it by using Yum:
[]# yum install mod_dav_svn

I suppose I could get the right version if I build it from sources, right?

Thank you very much,
--Thomas

On 12/20/06, Joshua Slive [EMAIL PROTECTED] wrote:

On 12/20/06, thomas Armstrong [EMAIL PROTECTED] wrote:
 Hi.

 Using Apache 2.0.59 on Linux FC6, I want to install 'mod_dav_svn'. I've got:
 /usr/lib/httpd/modules/mod_dav_svn.so

 So I inserted within 'httpd.conf':

 
 LoadModule dav_svn_module /usr/lib/httpd/modules/mod_dav_svn.so
 

 But I get this error message when restarting Apache:
 --
 API module structure `dav_svn_module' in file
 /usr/lib/httpd/modules/mod_dav_svn.so is garbled - perhaps this is not
 an Apache module DSO?
 -

 Any clue? Thank you very much.

Where did mod_dav_svn.so come from?  Are you sure it is for the right
version of apache?

Joshua.

-
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: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
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: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] mod_dav_svn.so is garbled - perhaps this is not an Apache module DSO?

2006-12-20 Thread Richard de Vries
Or perhaps this .so got pulled from a different OS?
It's been a while, but I think I got a similiar error
when I accidentely tried using a .so compiled for
linux on a solaris box. (Don't ask how this happened
... long story!)


--- Joshua Slive [EMAIL PROTECTED] wrote:

 Where did mod_dav_svn.so come from?  Are you sure it
 is for the right
 version of apache?
 
 Joshua.


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
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: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] mod_dav_svn.so is garbled - perhaps this is not an Apache module DSO?

2006-12-20 Thread thomas Armstrong

where can I find the mod_dav_svn.so for FC6?

On 12/20/06, Richard de Vries [EMAIL PROTECTED] wrote:

Or perhaps this .so got pulled from a different OS?
It's been a while, but I think I got a similiar error
when I accidentely tried using a .so compiled for
linux on a solaris box. (Don't ask how this happened
... long story!)


--- Joshua Slive [EMAIL PROTECTED] wrote:

 Where did mod_dav_svn.so come from?  Are you sure it
 is for the right
 version of apache?

 Joshua.


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

-
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: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
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: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] mod_dav_svn.so is garbled - perhaps this is not an Apache module DSO?

2006-12-20 Thread Richard de Vries
I am not familiar with this module so I don't know how
it is being distributed ... but can't you just locate
the source and compile it yourself?

--- thomas Armstrong [EMAIL PROTECTED] wrote:

 where can I find the mod_dav_svn.so for FC6?
 


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
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: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] mod_dav_svn.so is garbled - perhaps this is not an Apache module DSO?

2006-12-20 Thread thomas Armstrong

[]# yum info mod_dav_svn

Name   : mod_dav_svn
Arch   : i386
Version: 1.4.2
Release: 2.fc6
Size   : 135 k
Repo   : installed
-


On 12/20/06, thomas Armstrong [EMAIL PROTECTED] wrote:

where can I find the mod_dav_svn.so for FC6?

On 12/20/06, Richard de Vries [EMAIL PROTECTED] wrote:
 Or perhaps this .so got pulled from a different OS?
 It's been a while, but I think I got a similiar error
 when I accidentely tried using a .so compiled for
 linux on a solaris box. (Don't ask how this happened
 ... long story!)


 --- Joshua Slive [EMAIL PROTECTED] wrote:

  Where did mod_dav_svn.so come from?  Are you sure it
  is for the right
  version of apache?
 
  Joshua.


 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com

 -
 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: [EMAIL PROTECTED]
   from the digest: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
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: [EMAIL PROTECTED]
 from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [EMAIL PROTECTED] mod_dav_svn.so is garbled - perhaps this is not an Apache module DSO?

2006-12-20 Thread Richard de Vries
Hmmm ... perhaps this module got compiled with a
compiler not compatible with the compiler used to
compile apache.

I personally would still try to get a hold of the
source-code, and compile this module with apxs.

 R


--- thomas Armstrong [EMAIL PROTECTED] wrote:

 []# yum info mod_dav_svn
 
 Name   : mod_dav_svn
 Arch   : i386
 Version: 1.4.2
 Release: 2.fc6
 Size   : 135 k
 Repo   : installed
 -


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
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: [EMAIL PROTECTED]
  from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]