Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-24 Thread Nelson Cabral
Finally I followed the Synology wiki, which made me install a parallel version of Apache with all working dependencies. It should keep me safe of any update of Synology's Apache. Thank you very much for your time, guys. 2010/10/18 Loritsch, Berin blorit...@dtri.net: From: Nelson Cabral

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Nelson Cabral
I installed the tr utility. I still do have this error : In file included from subversion/libsvn_fs_fs/rep-cache.c:28: subversion/libsvn_fs_fs/rep-cache-db.h:7:3: macro names must be identifiers subversion/libsvn_fs_fs/rep-cache.c:35: error: `REP_CACHE_DB_SQL' undeclared here (not in a function)

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Nelson Cabral
It was a clean attempt... I guess. Are installed via ipkg : apr - 1.3.12-1 - Apache Portable Runtime library apr-util - 1.3.9-1 - Apache Portable Runtime utilities library svn - 1.6.12-1 - a compelling replacement for CVS But I downloaded svn 1.6.13 sources. I'm gonna re-download all source from

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Nelson Cabral
Not installed (find which don't return anything). I guess I have to install apache-devel, haven't I? Are there instructions somewhere? 'apache-devel' on google returns nothing :-/ In case you wonder, it looks like ipkg only install compiled software. For my NAS, available packages are here

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Nelson Cabral
Let's try :-) How to build them ? The Apache version is 2.2.16. Can downloading apache sources compiling them help?

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Nelson Cabral
I downloaded apache 2.2.16 sources and compiled with make, but where are the binaries ? I'm not familiar with linux conventions :-/ Do binaries have an extension ? 2010/10/17 Ryan Schmidt subversion-20...@ryandesign.com: On Oct 17, 2010, at 10:19, Nelson Cabral wrote: Let's try :-) How

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-16 Thread Nelson Cabral
.pc 2010/10/14 Ryan Schmidt subversion-20...@ryandesign.com: On Oct 13, 2010, at 12:35, Nelson Cabral wrote: My NAS comes with an Apache2 instance without mod_dav_svn. I would like to compile mod_dav_svn.so but I don't know how to get the sources and how to compile it properly. The NAS

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-16 Thread Nelson Cabral
Does the default Apache2 config includes apr-devel ? 2010/10/16 Ryan Schmidt subversion-20...@ryandesign.com: On Oct 16, 2010, at 07:41, Nelson Cabral wrote: Ryan Schmidt wrote: On Oct 13, 2010, at 12:35, Nelson Cabral wrote: My NAS comes with an Apache2 instance without mod_dav_svn. I would

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-16 Thread Nelson Cabral
a apache1 install and did not come with apr-devel. So has mod_dav_svn could be installed previously without apr-devel, are you sure i need it now? Nelson 2010/10/16 Erik Huelsmann ehu...@gmail.com: On Sat, Oct 16, 2010 at 3:23 PM, Nelson Cabral nelson.cab...@gmail.com wrote: Does the default Apache2

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-16 Thread Nelson Cabral
The installed version of apr-util is 1.3.9, can i download sources of 1.3.10 instead ? I cannot find the 1.3.9 tar file. Nelson 2010/10/16 Ryan Schmidt subversion-20...@ryandesign.com: On Oct 16, 2010, at 08:31, Nelson Cabral wrote: So has mod_dav_svn could be installed previously without

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-16 Thread Nelson Cabral
, at 08:54, Nelson Cabral wrote: The installed version of apr-util is 1.3.9, can i download sources of 1.3.10 instead ? I cannot find the 1.3.9 tar file. I wouldn't mix and match versions. 1.3.9 and all other old versions are available here: http://archive.apache.org/dist/apr/ So, you did

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-16 Thread Nelson Cabral
If I only do make and not make install, there should be no risk, right? make fails to compile, here is the make output (short), any idea ? CubeStation make -- making all in apr make[1]: Entering directory `/volume2/@tmp/subversion-1.6.13/apr' make[2]: Entering directory

Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-13 Thread Nelson Cabral
My NAS comes with an Apache2 instance without mod_dav_svn. I would like to compile mod_dav_svn.so but I don't know how to get the sources and how to compile it properly. The NAS is a Synology CS407, the firmware is DSM 3.0, and everything is linux powered. Can someone give me instructions