Date: Fri, 11 Mar 2005 13:34:33 +0100 From: "Daniel S. Haischt" <me@daniel.stefan.haischt.name> To: "Rene C. Mendoza" <rene.mendoza@activeinvitesoftware.com> Cc: freebsd-questions@freebsd.org Subject: Re: subversion on FreeBSD 4.10 Message-ID: <42319059.7090404@daniel.stefan.haischt.name> In-Reply-To: <4231871B.3040405@daniel.stefan.haischt.name> References: <42315CA0.9090704@activeinvitesoftware.com> <42317B2C.8060305@daniel.stefan.haischt.name> <42318583.7080908@activeinvitesoftware.com> <4231871B.3040405@daniel.stefan.haischt.name>
next in thread | previous in thread | raw e-mail | index | archive | help
OK, I have to admit that this was a stupid suggestion ;-) WITH_APACHE2_APR will be set to yes if using WITH_MOD_DAV_SVN (as you did). Did you try to manually execute the command ... /usr/local/sbin/apxs -e -S \ LIBEXECDIR=/usr/local/libexec/apache2 \ -a -n dav libexec/apache2/mod_dav.so ... just to ensure APXS is realy the reason for this issue? Daniel S. Haischt schrieb: > can you add the following subversion ports option: > > WITH_APACHE2_APR=yes > > from the port's Makefile: > > "You can enable the mod_dav_svn module for Apache 2.X" > "by defining WITH_MOD_DAV_SVN. This option implies" > "the WITH_APACHE2_APR option." > > > Rene C. Mendoza schrieb: > >> Daniel S. Haischt wrote: >> >>> did you compile Apache 2.x with WebDAV support (i.e. mod_dav)? >>> >>> Rene C. Mendoza schrieb: >>> >>>> Hi! >>>> >>>> I'm trying to install subversion-1.1.3 on FreeBSd 4.10 from ports. >>>> By the way, my ports tree is updated regularly. >>>> When I install in the subversion port directory, installation just >>>> seems to stop or sleep. >>>> >>>> Here is the relevant line where it sleeps: >>>> >>>> /usr/local/sbin/apxs -e -S LIBEXECDIR=/usr/local/libexec/apache2 -a >>>> -n dav libexec/apache2/mod_dav.so >>>> >>>> I may have missed something. Can anybody help show me what I'm doing >>>> wrong? >>>> >>>> Thanks in advance, >>>> Rene >>>> >>>> >>>> >>> >> yes i did. i use penv in our server. here are the environment >> settings on www/apache2. >> >> # penv -c list >> WITH_DAV_MODULES=yes >> WITH_AUTH_MODULES=yes >> WITH_SSL_MODULES=yes >> WITH_MISC_MODULES=yes >> WITH_BERKELEYDB=db42 >> WITH_LDAP_MODULES=yes >> >> on devel/subversion, i have these penv settings: >> >> # penv -c list >> WITH_MOD_DAV_SVN=yes >> WITH_BOOK=yes >> >> did i miss anything? >> >> thanks, >> rene >> >> > -- Mit freundlichen Gruessen / With kind regards DAn.I.El S. Haischt Want a complete signature??? Type at a shell prompt: $ > finger -l haischt@daniel.stefan.haischt.name
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42319059.7090404>