<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WebSight Design Blog &#187; linux</title>
	<atom:link href="http://blog.websightdesign.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.websightdesign.com</link>
	<description>The Official Blog of WebSight Design, Inc.</description>
	<lastBuildDate>Thu, 02 Feb 2012 22:40:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
		<item>
		<title>How to add a chrooted FTP account for access to a specific dir on a Linux Plesk server</title>
		<link>http://blog.websightdesign.com/2008/07/21/how-to-add-a-chrooted-ftp-account-for-access-to-a-specific-dir-on-plesk/</link>
		<comments>http://blog.websightdesign.com/2008/07/21/how-to-add-a-chrooted-ftp-account-for-access-to-a-specific-dir-on-plesk/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 20:15:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[Plesk tips]]></category>

		<guid isPermaLink="false">http://blog.websightdesign.com/2008/07/21/how-to-add-a-chrooted-ftp-account-for-access-to-a-specific-dir-on-plesk/</guid>
		<description><![CDATA[To add a chrooted FTP user outside of Plesk properly, you need to: Create the user with the home directory as the root of what they can access Give the user a password Make their primary group psacln Add them to the psaserv group as well # useradd username -d /var/www/html/website/slideshow/ # passwd username Enter [...]<p><a href="http://blog.websightdesign.com/2008/07/21/how-to-add-a-chrooted-ftp-account-for-access-to-a-specific-dir-on-plesk/">How to add a chrooted FTP account for access to a specific dir on a Linux Plesk server</a> is a post from: WebSight Design, Inc. company blog. With headquarters in the San Francisco bay area, WebSight Design, Inc. has been providing world class web engineering, creative design and hosting solutions since 1995. <a href="http://Websightdesign.com">WebSight Design</a></p>
]]></description>
			<content:encoded><![CDATA[<p>To add a chrooted FTP user outside of Plesk properly, you need to:</p>
<p>Create the user with the home directory as the root of what they can access<br />
Give the user a password<br />
Make their primary group psacln<br />
Add them to the psaserv group as well<br />
# useradd username -d /var/www/html/website/slideshow/<br />
# passwd username<br />
Enter new password for username<br />
# usermod -g psacln username<br />
# usermod -G psaserv username<br />
You also need to chmod the directory in question to 775</p>
<p>That&#8217;s it.</p>
<p><a href="http://blog.websightdesign.com/2008/07/21/how-to-add-a-chrooted-ftp-account-for-access-to-a-specific-dir-on-plesk/">How to add a chrooted FTP account for access to a specific dir on a Linux Plesk server</a> is a post from: WebSight Design, Inc. company blog. With headquarters in the San Francisco bay area, WebSight Design, Inc. has been providing world class web engineering, creative design and hosting solutions since 1995. <a href="http://Websightdesign.com">WebSight Design</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.websightdesign.com/2008/07/21/how-to-add-a-chrooted-ftp-account-for-access-to-a-specific-dir-on-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring MySQL-Python on OSX Leopard</title>
		<link>http://blog.websightdesign.com/2008/04/27/configuring-mysql-python-on-osx-leopard/</link>
		<comments>http://blog.websightdesign.com/2008/04/27/configuring-mysql-python-on-osx-leopard/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 18:38:30 +0000</pubDate>
		<dc:creator>Lawrence</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql-python]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blog.websightdesign.com/2008/04/27/configuring-mysql-python-on-osx-leopard/</guid>
		<description><![CDATA[At WebSight Design we try to remain technology-agnostic. (The right tool or language for the job.) Having said that, we are primarily a PHP shop. However, with the launch of the Google App Engine, we&#8217;ve been looking seriously at Python. In recent years, I have become a big fan of development frameworks so to aide [...]<p><a href="http://blog.websightdesign.com/2008/04/27/configuring-mysql-python-on-osx-leopard/">Configuring MySQL-Python on OSX Leopard</a> is a post from: WebSight Design, Inc. company blog. With headquarters in the San Francisco bay area, WebSight Design, Inc. has been providing world class web engineering, creative design and hosting solutions since 1995. <a href="http://Websightdesign.com">WebSight Design</a></p>
]]></description>
			<content:encoded><![CDATA[<p>At <a title="WebSight Design, Inc." href="http://www.websightdesign.com" target="_blank">WebSight Design</a> we try to remain technology-agnostic. (The right tool or language for the job.) Having said that, we are primarily a PHP shop. However, with the launch of the <a title="Google App Engine" href="http://code.google.com/appengine/" target="_blank">Google App Engine</a>, we&#8217;ve been looking seriously at Python. In recent years, I have become a big fan of development frameworks so to aide me in learning the ways of the snake, I have been using the <a title="Django" href="http://www.djangoproject.com" target="_blank">Django</a> framework.</p>
<p>Getting it all setup wasn&#8217;t difficult. The Django installation is very easy. I started to get errors when I was trying to get my models working when I ran</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">manage.py syncdb</div></div>
<p>. Come to find out that I needed the MySQL-Python library installed to work correctly on my OSX Leopard machine. Most everything that I illustrate below is to be executed from the command-line. So if you are not familiar with working in the Terminal app, this post is gonna suck for you. So here is what I did to get it working:</p>
<p>First, download MySQL for Python<br />
<a title="Sourceforge" href="http://sourceforge.net/projects/mysql-python" target="_blank"> http://sourceforge.net/projects/mysql-python</a><br />
for me it was MySQL-python-1.2.2.tar</p>
<p>Unpack it:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">tar -xzf MySQL-python-1.2.2.tar</div></div>
<p>Change to the directory that is created:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">cd MySQL-python-1.2.2</div></div>
<p>Next, locate your &#8220;mysql_conf&#8221; file.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">locate mysql_conf</div></div>
<p>Copy the location of this file so you can use it in the next few steps.</p>
<p>Next, you need to edit the &#8220;site.cfg&#8221; file and add the path to your &#8220;mysql_conf&#8221; file.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">mysql_config = &quot;YOUR_PATH_GOES_HERE&quot;</div></div>
<p>Also, (very important), change the line that reads:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">threadsafe = True</div></div>
<p>TO</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">threadsafe = False</div></div>
<p>Save and exit the file.</p>
<p>Now, compile and install the library:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">python setup.py build<br />
sudo python setup.py install</div></div>
<p>NOTE: You may need to run &#8220;python setup.py clean&#8221; if you previously tried to build and install the library.</p>
<p>Next is the *really* important part. After I kept getting errors trying to run the Python server I found the missing piece on the <a href="http://projectmouse.org/2013/InstallingDjangoforLeopardwithMySQLSupport">ProjectMouse.org</a> site.</p>
<p>The key is, you need to create a symbolic link in the location that Python is expecting to find MySQL. This should be a link to the MySQL library that your computer is setup to use.<br />
See here:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo mkdir /usr/local/mysql/lib/mysql/<br />
sudo ln -s /usr/local/mysql-5.0.41-osx10.4-i686/lib/libmysqlclient_r.15.dylib /usr/local/mysql/lib/mysql/libmysqlclient_r.15.dylib</div></div>
<p>NOTE: &#8220;mysql-5.0.41-osx10.4-i686&#8243; is where MySQL is installed on my machine. Change this to the location specific to your computer.</p>
<p>Finally, import MySQLdb into Python and test your configuration:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">python<br />
import MySQLdb</div></div>
<p>NOTE: You should not see any errors or warnings. Hit &#8220;Ctrl+d&#8221; to exit the interepter.</p>
<p>Now go back and run</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">manage.py syncdb</div></div>
<p>again and you should not get any errors.</p>
<p><a href="http://blog.websightdesign.com/2008/04/27/configuring-mysql-python-on-osx-leopard/">Configuring MySQL-Python on OSX Leopard</a> is a post from: WebSight Design, Inc. company blog. With headquarters in the San Francisco bay area, WebSight Design, Inc. has been providing world class web engineering, creative design and hosting solutions since 1995. <a href="http://Websightdesign.com">WebSight Design</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.websightdesign.com/2008/04/27/configuring-mysql-python-on-osx-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allowing PHP to write files in a Plesk server environment</title>
		<link>http://blog.websightdesign.com/2008/03/27/allowing-php-to-write-files-in-a-plesk-server-environment/</link>
		<comments>http://blog.websightdesign.com/2008/03/27/allowing-php-to-write-files-in-a-plesk-server-environment/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 15:36:20 +0000</pubDate>
		<dc:creator>rmudgett</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[Plesk tips]]></category>

		<guid isPermaLink="false">http://blog.websightdesign.com/2008/03/27/allowing-php-to-write-files-in-a-plesk-server-environment/</guid>
		<description><![CDATA[As you may have found out, a web server that houses a bunch of web sites can cause some issues with file permissions when it comes to allowing PHP to write files that a web site needs, whether it is a data file, a document or an image. This is usually not an issue if [...]<p><a href="http://blog.websightdesign.com/2008/03/27/allowing-php-to-write-files-in-a-plesk-server-environment/">Allowing PHP to write files in a Plesk server environment</a> is a post from: WebSight Design, Inc. company blog. With headquarters in the San Francisco bay area, WebSight Design, Inc. has been providing world class web engineering, creative design and hosting solutions since 1995. <a href="http://Websightdesign.com">WebSight Design</a></p>
]]></description>
			<content:encoded><![CDATA[<p>As you may have found out, a web server that houses a bunch of web sites can cause some issues with file permissions when it comes to allowing PHP to write files that a web site needs, whether it is a data file, a document or an image.  This is usually not an issue if PHP is installed as a cgi module because cgi programs are usually setup to run as the user that owns them, but Plesk uses PHP installed as an Apache module, and thus it runs as the same user that Apache runs as, which is usually not the same user that owns the website files.</p>
<p>How to solve this?  It is really easy actually.  There are 2 possible solutions, the first is the easiest, but really shouldn&#8217;t be considered and that is to make the folders that PHP needs to write to 0777, which opens a possible security hole and that is why you shouldn&#8217;t really consider it.</p>
<p>The second is to simply add the user apache uses, which under Plesk is usually &#8220;apache&#8221; to the group &#8220;psacln&#8221;.  You can edit the /etc/group and /etc/group- files if you know what you are doing, or use usermod.</p>
<p>If you want to edit the files directly, locate the line that looks like this:</p>
<p>psacln:x:2524:</p>
<p>and just tack on &#8220;apache&#8221; to the end of it like so&#8230;</p>
<p>psacln:x:2524:apache</p>
<p>Do this for both files and restart apache and you are done.</p>
<p>Or, simpler</p>
<p>/usr/sbin/usermod -a -G psacln apache</p>
<p>Then simply make the folders and/or files that php needs access to 0775, which makes it more secure.</p>
<p>You can do similar with any server enviroment, we just happen to use Plesk here.</p>
<p>Rob</p>
<p><a href="http://blog.websightdesign.com/2008/03/27/allowing-php-to-write-files-in-a-plesk-server-environment/">Allowing PHP to write files in a Plesk server environment</a> is a post from: WebSight Design, Inc. company blog. With headquarters in the San Francisco bay area, WebSight Design, Inc. has been providing world class web engineering, creative design and hosting solutions since 1995. <a href="http://Websightdesign.com">WebSight Design</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.websightdesign.com/2008/03/27/allowing-php-to-write-files-in-a-plesk-server-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compile / Configure Subversion w/SSL Enabled</title>
		<link>http://blog.websightdesign.com/2008/02/15/compile-configure-subversion-wssl-enabled/</link>
		<comments>http://blog.websightdesign.com/2008/02/15/compile-configure-subversion-wssl-enabled/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 01:49:40 +0000</pubDate>
		<dc:creator>Lawrence</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[hosted subversion]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[neon]]></category>
		<category><![CDATA[springloops]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.websightdesign.com/2008/03/27/compile-configure-subversion-wssl-enabled/</guid>
		<description><![CDATA[My company: WebSight Design, uses Subversion for source and version control for all of our web development projects. We also use the amazing hosted Subversion service: Springloops. (If you ever need a Subversion deployment tool, Springloops is it!) Springloops repositories are *only* accessible via HTTPS. In order to gain access to a repository from the [...]<p><a href="http://blog.websightdesign.com/2008/02/15/compile-configure-subversion-wssl-enabled/">Compile / Configure Subversion w/SSL Enabled</a> is a post from: WebSight Design, Inc. company blog. With headquarters in the San Francisco bay area, WebSight Design, Inc. has been providing world class web engineering, creative design and hosting solutions since 1995. <a href="http://Websightdesign.com">WebSight Design</a></p>
]]></description>
			<content:encoded><![CDATA[<p>My company: <a href="http://www.websightdesign.com" target="_blank">WebSight Design</a>, uses <a title="Subversion" href="http://subversion.tigris.org/" target="_blank">Subversion</a> for source and version control for all of our web development projects. We also use the amazing hosted Subversion service: <a title="Springloops" href="http://www.springloops.com" target="_blank">Springloops</a>. (If you ever need a Subversion deployment tool, Springloops is it!) Springloops repositories are *only* accessible via  HTTPS. In order to gain access to a repository from the command line, I had to re-configure Subversion on our servers to enable access to ssl urls. Seems simple enough and actually it is. However, as with all things Linux, the devil is in the details. I spent hours-upon-hours trying to get it to work. It simply comes down to the sequence of steps you take. What I&#8217;ve done here is list out all of the steps done to get it working to save you from the same pain I went through.</p>
<p>So, I am assuming that you are trying to access a Subversion repository via an https url and you are getting the message &#8220;ssl not supported&#8221; or something similar to this. I know, it sucks and it&#8217;s pretty frustrating. I promise you however, if you do *exactly* what I spell out below, in the sequence I list&#8230; you will be up and working in about 15-20mins. The only other assumption here is that you are using Ubuntu or some other Debian-based Linux  distro that supports the APT package manager.</p>
<p>It&#8217;s important to know that Subversion uses a module called Neon to provide ssl connectivity. The key here is to use the version of Neon <em>for your specific release of Subversion</em>. This is <strong><span style="text-decoration: underline;">key</span></strong> to everything else that follows. Don&#8217;t just grab the latest versions of Subversion and Neon and assume they will work correctly together. So with that&#8230; let&#8217;s get to work.</p>
<p>First, make sure the following packages are installed on your server:<br />
GCC</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo apt-get install build-essential</div></div>
<p>Expat</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo apt-get install expat</div></div>
<p>Libxml-dev</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">sudo apt-get install libxml2-dev</div></div>
<p>Next, download latest Subversion files:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">wget http://subversion.tigris.org/downloads/subversion-1.4.X.tar.bz2<br />
wget http://subversion.tigris.org/downloads/subversion-deps-1.4.X.tar.bz2</div></div>
<p>NOTE: &#8220;X&#8221; above is a placeholder for your version no.</p>
<p>Untar em&#8217; in this order:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">tar xjvf subversion-1.4.X.tar.bz2<br />
tar xjvf subversion-deps-1.4.X.tar.bz2</div></div>
<p>Once you have extracted the files, open the file &#8221;</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">subversion-1.4.X/INSTALL</div></div>
<p>&#8220;. Locate the section on Neon. It will state which version you need to download and compile with this version of Subversion.</p>
<p>Make sure you are *not* in the Subversion directory you just created. Then go ahead and download Neon:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">wget http://www.webdav.org/neon/neon-0.2X.0.tar.gz</div></div>
<p>NOTE: The &#8220;X&#8221; above is placeholder for the version of Neon you need.</p>
<p>Next, extract the archive:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">tar zxvf neon-1.X.X.tar.gz<br />
cd neon-1.X.X</div></div>
<p>Now is where the fun begins. You need to compile and install Neon. Do the following from *within* the Neon directory you created:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">./configure --with-ssl<br />
make<br />
sudo make install</div></div>
<p>It&#8217;s important to note that Neon gets installed to /usr/local by default. You need to note that as you will now need it when compiling and installing Subversion.</p>
<p>Change back to the Subversion folder:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">cd ../subversion-1.4.X</div></div>
<p>Compile and install Subversion:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">./configure --enable-ssl --with-neon=/usr/local/<br />
make<br />
sudo make install</div></div>
<p>Now, realize that the Subversion compilation and installation process takes a long time to complete. So just be patient. You can ignore any warning messages that scroll by. You only need to be concerned with error messages or if the installation stops for any reason.</p>
<p>Once compilation and installation are complete you need to confirm that you are running the version of Subversion you just tried to install:</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">svn --version --quiet</div></div>
<p>If you get *anything* other than the version number you thought you installed, something went horribly wrong. Go back to the very beginning of this and try again. Most time folks get errors it is because that don&#8217;t have the prerequisite tools and utilities installed. If you see the version you wanted&#8230; you&#8217;re all good!</p>
<p><a href="http://blog.websightdesign.com/2008/02/15/compile-configure-subversion-wssl-enabled/">Compile / Configure Subversion w/SSL Enabled</a> is a post from: WebSight Design, Inc. company blog. With headquarters in the San Francisco bay area, WebSight Design, Inc. has been providing world class web engineering, creative design and hosting solutions since 1995. <a href="http://Websightdesign.com">WebSight Design</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.websightdesign.com/2008/02/15/compile-configure-subversion-wssl-enabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

