[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Apache Setup

From: Scott Lawrence <slawrence_at_pingtel.com>
Date: 2004-06-08 05:08:04 CEST

On Mon, 2004-06-07 at 22:22, Brad Rhoads wrote:
> > > [root@linux1 init.d]# httpd start
> > > /bin/bash: line 10: ./.kshrc: No such file or directory Starting
> > > httpd: Syntax error on line 193 of /etc/httpd/conf/httpd.conf:
> > > Cannot load /etc/httpd/modules/mod_dav_svn.so into server:
> > > /etc/httpd/modules/mo
> > > d_dav_svn.so: undefined symbol: ap_lookup_provider FAILED]
> >
> > Check all the file permissions - make sure everything is
> > readable by the user id you tell apache to run as.
> >
>
> What is "everything"? I'm sure this is over kill, but I did chmod 777 on
> *.so in /etc/httpd/modules. But still not luck.

I would check the bash startup scripts to find out why they are trying
to read ./.kshrc on the apache account.

More important is the undefined symbol... If I'm not mistaken, that one
is from the apache runtime library, so there is something wrong with
your linkage rules such that the apache runtime is not getting located
correctly. Did you build mod_dav_svn.so on the same system where you
are trying to run it?

-- 
Scott Lawrence
Consulting Engineer
Pingtel Corp.   
sip:slawrence@pingtel.com
+1.781.938.5306 x162
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 8 05:09:26 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.