You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Keith and Teri Kwiatek <kw...@gmail.com> on 2006/03/19 04:17:55 UTC

Error trying to load mod_dav_svn.so HELP!!!

Hello,

I compiled apache, and subversion, but when I went to run apache, I get the
errors below...

Can anyone give me some ideas what is going on, and how to troubleshoot?

Thanks
Keith

./apachectl startssl

Syntax error on line 232 of /u01/weblogic/subversion/Apache/conf/httpd.conf:
Cannot load /u01/weblogic/subversion/Apache/modules/mod_dav_svn.so into
server:

rtld: 0712-001 Symbol dav_new_error_tag was referenced\n      from module
/u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
definition\n      of the symbol was not found.\n

rtld: 0712-001 Symbol dav_push_error was referenced\n      from module
/u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
definition\n      of the symbol was not found.\n

rtld: 0712-001 Symbol dav_new_error was referenced\n      from module
/u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
definition\n      of the symbol was not found.\n

rtld: 0712-001 Symbol dav_xml_get_cdata was referenced\n      from module
/u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
definition\n      of the symbol was not found.\nrtld:

0712-001 Symbol dav_get_locktoken_list was referenced\n      from module
/u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
definition\n      of the symbol was not found.\nrtld:

0712-001 Symbol dav_xmlns_add was referenced\n      from module
/u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
definition\n      of the symbol was not found.\nrtld:

0712-001 Symbol dav_register_provider was referenced\n      from module
/u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
definition\n      of the symbol was not found.\n\t0509-021 Additional errors
occurred but are not reported.

Re: Error trying to load mod_dav_svn.so HELP!!!

Posted by Keith and Teri Kwiatek <kw...@gmail.com>.
Hello Nico,

Sorry, I am installing on AIX 5.2 and I used subversion 1.3 and apache
2.0.55.

Unless someone can find me a good AIX binary, I think I must build from
scratch.

I built apache with:

 ./configure --enable-dav --enable-so --with-ssl=/u01/subversion/openssl
--prefix=/u01/subversion/Apache --enable-ssl

I built subversion with:

nohup ./configure --with-ssl --enable-ssl
--with-apxs=/u01/subversion/Apache/bin/apxs --without-berkeley-db
--prefix=/u01/subversion/svn13
--with-libs=/u01/subversion/Apache/lib:/u01/subversion/Apache:/u01/subversion/openssl:/u01/subversion/openssl/lib


Apache seems to start fine without the svn modules, but once I add them, I
get the previous error (below)....

Anything I can do to trouble shoot..?  what is this indicating?

Keith


On 3/19/06, Nico Kadel-Garcia <nk...@comcast.net> wrote:
>
> Keith and Teri? Which operating system did you install them on, and which
> version of Apache and Subversion did you use? Is there a good binary
> available for you so you don't have to compile it yourself?
>
> ----- Original Message -----
> *From:* Keith and Teri Kwiatek <kw...@gmail.com>
> *To:* users@subversion.tigris.org
> *Sent:* Saturday, March 18, 2006 11:17 PM
> *Subject:* Error trying to load mod_dav_svn.so HELP!!!
>
> Hello,
>
> I compiled apache, and subversion, but when I went to run apache, I get
> the errors below...
>
> Can anyone give me some ideas what is going on, and how to troubleshoot?
>
> Thanks
> Keith
>
> ./apachectl startssl
>
> Syntax error on line 232 of
> /u01/weblogic/subversion/Apache/conf/httpd.conf:
> Cannot load /u01/weblogic/subversion/Apache/modules/mod_dav_svn.so into
> server:
>
> rtld: 0712-001 Symbol dav_new_error_tag was referenced\n      from module
> /u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
> definition\n      of the symbol was not found.\n
>

Re: Error trying to load mod_dav_svn.so HELP!!!

Posted by Nico Kadel-Garcia <nk...@comcast.net>.
Keith and Teri? Which operating system did you install them on, and which version of Apache and Subversion did you use? Is there a good binary available for you so you don't have to compile it yourself?
  ----- Original Message ----- 
  From: Keith and Teri Kwiatek 
  To: users@subversion.tigris.org 
  Sent: Saturday, March 18, 2006 11:17 PM
  Subject: Error trying to load mod_dav_svn.so HELP!!!


  Hello,

  I compiled apache, and subversion, but when I went to run apache, I get the errors below...

  Can anyone give me some ideas what is going on, and how to troubleshoot?

  Thanks
  Keith

  ./apachectl startssl 

  Syntax error on line 232 of /u01/weblogic/subversion/Apache/conf/httpd.conf:
  Cannot load /u01/weblogic/subversion/Apache/modules/mod_dav_svn.so into server: 

  rtld: 0712-001 Symbol dav_new_error_tag was referenced\n      from module /u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime definition\n      of the symbol was not found.\n 

Re: Error trying to load mod_dav_svn.so HELP!!!

Posted by Keith and Teri Kwiatek <kw...@gmail.com>.
Hi Lieven,

$ ./apachectl startssl
Syntax error on line 232 of /u01/weblogic/subversion/Apache/conf/httpd.conf:
module dav_module is built-in and can't be loaded

I am running aix 5.2 with svn 1.3 with apache 2.0.55

Keith


On 3/19/06, Lieven Govaerts <lg...@mobsol.be> wrote:
>
> Hi Keith,
>
> is the mod_dav module loaded correctly? This line should not be commented
> out in httpd.conf:
> LoadModule dav_module         modules/mod_dav.so
> Which version if subversion & apache did you built? The default source
> package of svn 1.3
> is created to be built with apache 2.0.5[4/5].
>
> regards,
>
> Lieven.
>
>
>  ------------------------------
> *From:* Keith and Teri Kwiatek [mailto:kwiatekfamily@gmail.com]
> *Sent:* zondag 19 maart 2006 5:18
> *To:* users@subversion.tigris.org
> *Subject:* Error trying to load mod_dav_svn.so HELP!!!
>
> Hello,
>
> I compiled apache, and subversion, but when I went to run apache, I get
> the errors below...
>
> Can anyone give me some ideas what is going on, and how to troubleshoot?
>
> Thanks
> Keith
>
> ./apachectl startssl
>
> Syntax error on line 232 of
> /u01/weblogic/subversion/Apache/conf/httpd.conf:
> Cannot load /u01/weblogic/subversion/Apache/modules/mod_dav_svn.so into
> server:
>
> rtld: 0712-001 Symbol dav_new_error_tag was referenced\n      from module
> /u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
> definition\n      of the symbol was not found.\n
>
> rtld: 0712-001 Symbol dav_push_error was referenced\n      from module
> /u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
> definition\n      of the symbol was not found.\n
>
> rtld: 0712-001 Symbol dav_new_error was referenced\n      from module
> /u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
> definition\n      of the symbol was not found.\n
>
> rtld: 0712-001 Symbol dav_xml_get_cdata was referenced\n      from module
> /u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
> definition\n      of the symbol was not found.\nrtld:
>
> 0712-001 Symbol dav_get_locktoken_list was referenced\n      from module
> /u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
> definition\n      of the symbol was not found.\nrtld:
>
> 0712-001 Symbol dav_xmlns_add was referenced\n      from module
> /u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
> definition\n      of the symbol was not found.\nrtld:
>
> 0712-001 Symbol dav_register_provider was referenced\n      from module
> /u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
> definition\n      of the symbol was not found.\n\t0509-021 Additional errors
> occurred but are not reported.
>
>

RE: Error trying to load mod_dav_svn.so HELP!!!

Posted by Lieven Govaerts <lg...@mobsol.be>.
Hi Keith, 
 
is the mod_dav module loaded correctly? This line should not be commented
out in httpd.conf:
LoadModule dav_module         modules/mod_dav.so

Which version if subversion & apache did you built? The default source
package of svn 1.3
is created to be built with apache 2.0.5[4/5]. 
 
regards,
 
Lieven.
 


  _____  

From: Keith and Teri Kwiatek [mailto:kwiatekfamily@gmail.com] 
Sent: zondag 19 maart 2006 5:18
To: users@subversion.tigris.org
Subject: Error trying to load mod_dav_svn.so HELP!!!


Hello,

I compiled apache, and subversion, but when I went to run apache, I get the
errors below...

Can anyone give me some ideas what is going on, and how to troubleshoot?

Thanks
Keith

./apachectl startssl 

Syntax error on line 232 of /u01/weblogic/subversion/Apache/conf/httpd.conf:
Cannot load /u01/weblogic/subversion/Apache/modules/mod_dav_svn.so into
server: 

rtld: 0712-001 Symbol dav_new_error_tag was referenced\n      from module
/u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
definition\n      of the symbol was not found.\n 

rtld: 0712-001 Symbol dav_push_error was referenced\n      from module
/u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
definition\n      of the symbol was not found.\n

rtld: 0712-001 Symbol dav_new_error was referenced\n      from module
/u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
definition\n      of the symbol was not found.\n 

rtld: 0712-001 Symbol dav_xml_get_cdata was referenced\n      from module
/u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
definition\n      of the symbol was not found.\nrtld: 

0712-001 Symbol dav_get_locktoken_list was referenced\n      from module
/u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
definition\n      of the symbol was not found.\nrtld: 

0712-001 Symbol dav_xmlns_add was referenced\n      from module
/u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
definition\n      of the symbol was not found.\nrtld: 

0712-001 Symbol dav_register_provider was referenced\n      from module
/u01/weblogic/subversion/Apache/modules/mod_dav_svn.so(), but a runtime
definition\n      of the symbol was not found.\n\t0509-021 Additional errors
occurred but are not reported.