<?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: Installing ssh2 module in php &#8211; make: *** [ssh2.lo] Error 1</title>
	<atom:link href="http://hostechs.com/2008/07/installing-ssh2-module-in-php-make-ssh2lo-error-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://hostechs.com/2008/07/installing-ssh2-module-in-php-make-ssh2lo-error-1/</link>
	<description>Yet another Techi blog</description>
	<lastBuildDate>Fri, 10 Feb 2012 10:18:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Westwoud</title>
		<link>http://hostechs.com/2008/07/installing-ssh2-module-in-php-make-ssh2lo-error-1/comment-page-1/#comment-137</link>
		<dc:creator>Westwoud</dc:creator>
		<pubDate>Sun, 07 Mar 2010 14:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://hostechs.com/?p=19#comment-137</guid>
		<description>I had problems getting the ssh2 module installed, as well.  Thankfully, it doesn&#039;t really matter if you can or not as &lt;a href=&quot;http://phpseclib.sourceforge.net&quot; rel=&quot;nofollow&quot;&gt;phpseclib, a pure php ssh implementation&lt;/a&gt; works quite nicely.</description>
		<content:encoded><![CDATA[<p>I had problems getting the ssh2 module installed, as well.  Thankfully, it doesn&#8217;t really matter if you can or not as <a href="http://phpseclib.sourceforge.net" rel="nofollow">phpseclib, a pure php ssh implementation</a> works quite nicely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian N</title>
		<link>http://hostechs.com/2008/07/installing-ssh2-module-in-php-make-ssh2lo-error-1/comment-page-1/#comment-48</link>
		<dc:creator>Florian N</dc:creator>
		<pubDate>Tue, 25 Nov 2008 23:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://hostechs.com/?p=19#comment-48</guid>
		<description>That error when using PHP5 may be because of the parallel make.

Try and run the commands one by one or induce make -j1 instead of make at the end.</description>
		<content:encoded><![CDATA[<p>That error when using PHP5 may be because of the parallel make.</p>
<p>Try and run the commands one by one or induce make -j1 instead of make at the end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken C</title>
		<link>http://hostechs.com/2008/07/installing-ssh2-module-in-php-make-ssh2lo-error-1/comment-page-1/#comment-47</link>
		<dc:creator>Ken C</dc:creator>
		<pubDate>Tue, 25 Nov 2008 23:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://hostechs.com/?p=19#comment-47</guid>
		<description>-- using php4...builds OK...but gives error when Apache is restarted because Apache PHP version is 5
PHP Api Version:         20020918
Zend Module Api No:      20020429
Zend Extension Api No:   20050606

-- using php5
ie sudo /usr/local/php5/bin/phpize &amp;&amp; ./configure --with-ssh2  --with-php-config=/usr/local/php5/bin/php-config &amp;&amp; make
PHP Api Version:         20041225
Zend Module Api No:      20060613
Zend Extension Api No:   220060519

build fails:
libtool: link: `ssh2.lo&#039; is not a valid libtool object
make: *** [ssh2.la] Error 1</description>
		<content:encoded><![CDATA[<p>&#8211; using php4&#8230;builds OK&#8230;but gives error when Apache is restarted because Apache PHP version is 5<br />
PHP Api Version:         20020918<br />
Zend Module Api No:      20020429<br />
Zend Extension Api No:   20050606</p>
<p>&#8211; using php5<br />
ie sudo /usr/local/php5/bin/phpize &amp;&amp; ./configure &#8211;with-ssh2  &#8211;with-php-config=/usr/local/php5/bin/php-config &amp;&amp; make<br />
PHP Api Version:         20041225<br />
Zend Module Api No:      20060613<br />
Zend Extension Api No:   220060519</p>
<p>build fails:<br />
libtool: link: `ssh2.lo&#8217; is not a valid libtool object<br />
make: *** [ssh2.la] Error 1</p>
]]></content:encoded>
	</item>
</channel>
</rss>

