You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Paul <dl...@grosss.net> on 2003/08/28 23:46:53 UTC

Problem with mod_dav_svn and apache2

I installed subversion with mod_dav_svn on FreeBSD using ports.  The 
installation went fine, but when I uncomment the line to load 
dav_svn_module, I get the following error:

Syntax error on line 275 of /usr/local/etc/apache2/httpd.conf:
Cannot load /usr/local/libexec/apache2/mod_dav_svn.so into server: 
/usr/local/lib/libaprutil-0.so.9: Undefined symbol "libiconv_open"

Without this line, everything else works fine.  I'm using FreeBSD 4.8 
with apache 2.0.47.  I have libiconv-1.9.1_1 installed.  Does anyone 
know what's going on?

Thanks.
Paul



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

Re: Problem with mod_dav_svn and apache2

Posted by Paul <dl...@grosss.net>.
Yes.  This fixed my problem.  Thank you.

Paul

Daniel S. Haischt wrote:

> hello,
>
> i got the same error using the FreeBSD port some weeks ago.
> (tho i am using FreeBSD 5.0)
>
> the point is that you were linking against apache's apr
> library but you do have a seperate APR installation on
> your system.
>
> can you make the following?
>
>  1) pkg_info | grep apr
>  2) take the package name resulting from (1)
>     and do a pkg_delete [package name].
>
> this should fix the problem.
>
> the point is that there should be no different APR version
> on you system beside the one that got installed along
> with the Apache HTTPD port (actually those APR version
> resides in /usr/local/lib/apache2 AFAIK).
>
> regards
>
> daniel s. haischt
> -- 
>
> Paul wrote:
>
>> I installed subversion with mod_dav_svn on FreeBSD using ports.  The 
>> installation went fine, but when I uncomment the line to load 
>> dav_svn_module, I get the following error:
>>
>> Syntax error on line 275 of /usr/local/etc/apache2/httpd.conf:
>> Cannot load /usr/local/libexec/apache2/mod_dav_svn.so into server: 
>> /usr/local/lib/libaprutil-0.so.9: Undefined symbol "libiconv_open"
>>
>> Without this line, everything else works fine.  I'm using FreeBSD 4.8 
>> with apache 2.0.47.  I have libiconv-1.9.1_1 installed.  Does anyone 
>> know what's going on?
>>
>> Thanks.
>> Paul
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>> For additional commands, e-mail: users-help@subversion.tigris.org
>>
>



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

Re: Problem with mod_dav_svn and apache2

Posted by "Daniel S. Haischt" <me...@stefan.haischt.name>.
hello,

i got the same error using the FreeBSD port some weeks ago.
(tho i am using FreeBSD 5.0)

the point is that you were linking against apache's apr
library but you do have a seperate APR installation on
your system.

can you make the following?

  1) pkg_info | grep apr
  2) take the package name resulting from (1)
     and do a pkg_delete [package name].

this should fix the problem.

the point is that there should be no different APR version
on you system beside the one that got installed along
with the Apache HTTPD port (actually those APR version
resides in /usr/local/lib/apache2 AFAIK).

regards

daniel s. haischt
--

Paul wrote:

> I installed subversion with mod_dav_svn on FreeBSD using ports.  The 
> installation went fine, but when I uncomment the line to load 
> dav_svn_module, I get the following error:
> 
> Syntax error on line 275 of /usr/local/etc/apache2/httpd.conf:
> Cannot load /usr/local/libexec/apache2/mod_dav_svn.so into server: 
> /usr/local/lib/libaprutil-0.so.9: Undefined symbol "libiconv_open"
> 
> Without this line, everything else works fine.  I'm using FreeBSD 4.8 
> with apache 2.0.47.  I have libiconv-1.9.1_1 installed.  Does anyone 
> know what's going on?
> 
> Thanks.
> Paul
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 



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