<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to install Subversion on a shared host</title>
	<atom:link href="http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/feed/" rel="self" type="application/rss+xml" />
	<link>http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/</link>
	<description>.com</description>
	<lastBuildDate>Wed, 17 Mar 2010 14:28:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jon Daley</title>
		<link>http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/#comment-169886</link>
		<dc:creator>Jon Daley</dc:creator>
		<pubDate>Wed, 03 Mar 2010 03:46:14 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/#comment-169886</guid>
		<description>Thanks, works for subversion 1.6.9 on hostmonster.</description>
		<content:encoded><![CDATA[<p>Thanks, works for subversion 1.6.9 on hostmonster.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EDM</title>
		<link>http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/#comment-166488</link>
		<dc:creator>EDM</dc:creator>
		<pubDate>Fri, 13 Nov 2009 15:15:11 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/#comment-166488</guid>
		<description>@Nohua Terzi:

I had the same error on a Solaris 10 SPARC.  The problem seems to be that the system LD_LIBRARY_PATH had /usr/local/lib as the first item and that was overriding the need to use the CollabNet supplied libraries.  Here is a wrapper script that fixes the problem by putting the libraries included with the client first in LD_LIBRARY_PATH only on execution of the subversion client.  You will need to change the paths to match the details of your local installation.

#!/bin/bash
LD_LIBRARY_PATH=/opt/CollabNet_Subversion/lib/:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
/usr/local/bin/svn $*</description>
		<content:encoded><![CDATA[<p>@Nohua Terzi:</p>
<p>I had the same error on a Solaris 10 SPARC.  The problem seems to be that the system LD_LIBRARY_PATH had /usr/local/lib as the first item and that was overriding the need to use the CollabNet supplied libraries.  Here is a wrapper script that fixes the problem by putting the libraries included with the client first in LD_LIBRARY_PATH only on execution of the subversion client.  You will need to change the paths to match the details of your local installation.</p>
<p>#!/bin/bash<br />
LD_LIBRARY_PATH=/opt/CollabNet_Subversion/lib/:$LD_LIBRARY_PATH<br />
export LD_LIBRARY_PATH<br />
/usr/local/bin/svn $*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daryl</title>
		<link>http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/#comment-164987</link>
		<dc:creator>Daryl</dc:creator>
		<pubDate>Thu, 01 Oct 2009 20:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/#comment-164987</guid>
		<description>Thanks so much for this... it was driving me crazy trying to get svn installed on an old solaris box and your tips did the trick!</description>
		<content:encoded><![CDATA[<p>Thanks so much for this&#8230; it was driving me crazy trying to get svn installed on an old solaris box and your tips did the trick!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nouha Terzi</title>
		<link>http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/#comment-164052</link>
		<dc:creator>Nouha Terzi</dc:creator>
		<pubDate>Tue, 08 Sep 2009 13:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/#comment-164052</guid>
		<description>Hi all,
I tried to install subversion 1.5.0, I followed this guide but I had this error:

/lib/libneon.so: undefined reference to `SSL_CTX_set_client_cert_cb&#039;
collect2: ld returned 1 exit status
make: *** [subversion/svn/svn] Error 1
 
Could you please help me.</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
I tried to install subversion 1.5.0, I followed this guide but I had this error:</p>
<p>/lib/libneon.so: undefined reference to `SSL_CTX_set_client_cert_cb&#8217;<br />
collect2: ld returned 1 exit status<br />
make: *** [subversion/svn/svn] Error 1</p>
<p>Could you please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/#comment-163630</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Tue, 25 Aug 2009 21:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/#comment-163630</guid>
		<description>Joe,

I am trying to upgrade Subversion 1.4.5 to 1.6.3. I have followed the instructions on this page and successfully installed 1.6.3 as a first step 

I am not sure on how to upgrade the 1.4.5. I read it on http://subversion.tigris.org/svn_1.6_releasenotes.html. It states that &quot;To upgrade an existing installation, just install the newest libraries and binaries on top of the older ones.&quot;

Could you please let me know whether it means that I need to copy the latest apr, apr-util, neon libs and binaries along with the ones of SVN 1.6.3 over 1.4.5?

Thanks,

Stuart</description>
		<content:encoded><![CDATA[<p>Joe,</p>
<p>I am trying to upgrade Subversion 1.4.5 to 1.6.3. I have followed the instructions on this page and successfully installed 1.6.3 as a first step </p>
<p>I am not sure on how to upgrade the 1.4.5. I read it on <a href="http://subversion.tigris.org/svn_1.6_releasenotes.html" rel="nofollow">http://subversion.tigris.org/svn_1.6_releasenotes.html</a>. It states that &#8220;To upgrade an existing installation, just install the newest libraries and binaries on top of the older ones.&#8221;</p>
<p>Could you please let me know whether it means that I need to copy the latest apr, apr-util, neon libs and binaries along with the ones of SVN 1.6.3 over 1.4.5?</p>
<p>Thanks,</p>
<p>Stuart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kfarr</title>
		<link>http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/#comment-162521</link>
		<dc:creator>kfarr</dc:creator>
		<pubDate>Sun, 02 Aug 2009 03:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/#comment-162521</guid>
		<description>Thanks! You&#039;re a lifesaver!! Got this working on a webfaction shared server after I had a dismal time trying to compile on my own. :(</description>
		<content:encoded><![CDATA[<p>Thanks! You&#8217;re a lifesaver!! Got this working on a webfaction shared server after I had a dismal time trying to compile on my own. :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/#comment-155634</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 23 Jun 2009 12:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/#comment-155634</guid>
		<description>Take a look at &lt;a href=&quot;http://markmail.org/message/z6m3loytat2zhwzo&quot; rel=&quot;nofollow&quot;&gt;this mail thread&lt;/a&gt; which seems the same as what you&#039;re seeing. You might need to specify a specific version of sqlite.</description>
		<content:encoded><![CDATA[<p>Take a look at <a href="http://markmail.org/message/z6m3loytat2zhwzo" rel="nofollow">this mail thread</a> which seems the same as what you&#8217;re seeing. You might need to specify a specific version of sqlite.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: malcolm</title>
		<link>http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/#comment-155623</link>
		<dc:creator>malcolm</dc:creator>
		<pubDate>Tue, 23 Jun 2009 11:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://joemaller.com/2008/01/29/how-to-install-subversion-on-a-shared-host/#comment-155623</guid>
		<description>Hi getting problems on my shared host. 

Have downloaded subversion-1.6.2 and subversion-deps-1.6.2

Have separately built neon, apr, and apr_util as described in the 64 bit section.

When I come to do the last bit ie



This is the configure that I went with:

./configure --prefix=$HOME --without-berkeley-db \
--with-ssl --with-editor=/usr/bin/vim \
--without-apxs --without-apache

when I run make &amp;&amp; makeinstall I crash out with this error:

make: *** [subversion/libsvn_subr/sqlite.lo] Error 1


Not quite sure what to do here now. Was wondering if needed to download and also build sqlite. 

Any help would be appreciated

Thanks 

Malcolm</description>
		<content:encoded><![CDATA[<p>Hi getting problems on my shared host. </p>
<p>Have downloaded subversion-1.6.2 and subversion-deps-1.6.2</p>
<p>Have separately built neon, apr, and apr_util as described in the 64 bit section.</p>
<p>When I come to do the last bit ie</p>
<p>This is the configure that I went with:</p>
<p>./configure &#8211;prefix=$HOME &#8211;without-berkeley-db \<br />
&#8211;with-ssl &#8211;with-editor=/usr/bin/vim \<br />
&#8211;without-apxs &#8211;without-apache</p>
<p>when I run make &amp;&amp; makeinstall I crash out with this error:</p>
<p>make: *** [subversion/libsvn_subr/sqlite.lo] Error 1</p>
<p>Not quite sure what to do here now. Was wondering if needed to download and also build sqlite. </p>
<p>Any help would be appreciated</p>
<p>Thanks </p>
<p>Malcolm</p>
]]></content:encoded>
	</item>
</channel>
</rss>
