You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Rouslan Khafizov <ha...@icl.kazan.ru> on 2003/08/06 13:26:07 UTC

subversion FreeBSD port

Hello All

port installed WITH_MOD_DAV_SVN

#/usr/local/sbin/httpd -k start

   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/libarputil-0.so.9 Undefined symbol "iconv_open"


FreeBSD 5.1
ports updated by FTP - CTM to
ports-cur.4859.gz. . . . . . . . Aug  5 15:24
-- 
Best regards,
 Rouslan


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

Re: subversion FreeBSD port

Posted by "Bruce A. Mah" <bm...@packetdesign.com>.
If memory serves me right, Rouslan Khafizov wrote:

> The problem was fixed.
> It seems by setting up hostname in /etc/rc.conf (?)

I'm glad you got it working!  :-)

Bruce.

Re: subversion FreeBSD port

Posted by Rouslan Khafizov <ha...@icl.kazan.ru>.
Hello Bruce,

BAM> OK, you're going to need to provide more information.

>> #/usr/local/sbin/httpd -k start
>> 
>>    Syntax error on line 275 of /usr/local/etc/apache2/httpd.conf
BAM> And the contents of this line were...???...

274 LoadModule dav_module        libexec/apache2/mod_dav.so
275 LoadModule dav_svn_module    libexec/apache2/mod_dav_svn.so
276 LoadModule authz_svn_module  libexec/apache2/mod_authz_svn.so

BAM> What options did you use when compiling the apache2 port?

>>    Cannot load /usr/local/libexec/apache2/mod_dav_svn.so into server
>>    /usr/local/lib/libarputil-0.so.9 Undefined symbol "iconv_open"
BAM>                     ^^^^^^^^^^^^^^^^^
BAM> What's this?

BAM> Was this on i386 or some other architecture?
i386
>> ports updated by FTP - CTM to
>> ports-cur.4859.gz. . . . . . . . Aug  5 15:24

BAM> What version of the subversion port did you try to install?
0.26

The problem was fixed.
It seems by setting up hostname in /etc/rc.conf (?)
-- 
Best regards,
 Rouslan


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

Re: subversion FreeBSD port

Posted by Michael Wood <mw...@its.uct.ac.za>.
On Wed, Aug 06, 2003 at 08:01:10AM -0700, Bruce A. Mah wrote:
> If memory serves me right, Rouslan Khafizov wrote:
> > Hello All
> > 
> > port installed WITH_MOD_DAV_SVN
> > 
> 
> OK, you're going to need to provide more information.
> 
> > #/usr/local/sbin/httpd -k start
> > 
> >    Syntax error on line 275 of /usr/local/etc/apache2/httpd.conf

Probably not it, but make sure you've got mod_dav_files.so or whatever
it's called before mod_dav_svn.so.
> 
> And the contents of this line were...???...
> 
> What options did you use when compiling the apache2 port?
> 
> >    Cannot load /usr/local/libexec/apache2/mod_dav_svn.so into server
> >    /usr/local/lib/libarputil-0.so.9 Undefined symbol "iconv_open"
>                     ^^^^^^^^^^^^^^^^^
> What's this?

Weird.  Looks like a typo.

-- 
Michael Wood <mw...@its.uct.ac.za>

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

Re: subversion FreeBSD port

Posted by "Bruce A. Mah" <bm...@packetdesign.com>.
If memory serves me right, Rouslan Khafizov wrote:
> Hello All
> 
> port installed WITH_MOD_DAV_SVN
> 

OK, you're going to need to provide more information.

> #/usr/local/sbin/httpd -k start
> 
>    Syntax error on line 275 of /usr/local/etc/apache2/httpd.conf

And the contents of this line were...???...

What options did you use when compiling the apache2 port?

>    Cannot load /usr/local/libexec/apache2/mod_dav_svn.so into server
>    /usr/local/lib/libarputil-0.so.9 Undefined symbol "iconv_open"
                    ^^^^^^^^^^^^^^^^^
What's this?

> 
> 
> FreeBSD 5.1

Was this on i386 or some other architecture?

> ports updated by FTP - CTM to
> ports-cur.4859.gz. . . . . . . . Aug  5 15:24

What version of the subversion port did you try to install?

Bruce.