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

Re: Subversion Access using "http" method

From: Muthaiah Ramanathan <ramthen_at_yahoo.com>
Date: 2006-05-13 07:08:26 CEST

> From the "ps axu" command found that one httpd
> process
> runs as root while 4 others run as daemon.
>
> As the folders are already owned by "root' I did not
> make any changes.
>
> Anyway the command (svn ls ...) still fails.

I got pointers to check my apr library used by apache
and mod_dav_svn.so. They were not referencing the same
apr library.

Hence I decided to re-compile subvesion (1.3.0) again
like this,

./configure --with-apr=/lnx_data/apache2.0.54/bin
--with-apr-util=/lnx_data/apache2.0.54/bin
--with-apxs=/lnx_data/apache2.0.54/bin/apxs

This went thru' fine and also make and make install.

After that I created another fresh repo but the
problem still exists.

NOTE : make install gave warning messages that
existing libraries must be linked using libtool and
LB_LIBRARY_PATH setttings.

Should I use the latest version v1.3.1 ?

/Ram

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat May 13 07:09:58 2006

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.