<?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 for PHP shell connections &#8211; How-to</title>
	<atom:link href="http://hostechs.com/2008/07/installing-ssh2-for-php-shell-connections-how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://hostechs.com/2008/07/installing-ssh2-for-php-shell-connections-how-to/</link>
	<description>Yet another Techi blog</description>
	<lastBuildDate>Thu, 17 Nov 2011 04:15:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Somnath J</title>
		<link>http://hostechs.com/2008/07/installing-ssh2-for-php-shell-connections-how-to/comment-page-1/#comment-9563</link>
		<dc:creator>Somnath J</dc:creator>
		<pubDate>Thu, 13 Oct 2011 05:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://hostechs.com/?p=22#comment-9563</guid>
		<description>I have installed php5.3.6 and also ssh2-0.11.0. But still php -m &#124; grep -i ssh, doesnt shows up. I havent restarted my apache, is that the problem. If any extensions added needs apache restart?</description>
		<content:encoded><![CDATA[<p>I have installed php5.3.6 and also ssh2-0.11.0. But still php -m | grep -i ssh, doesnt shows up. I havent restarted my apache, is that the problem. If any extensions added needs apache restart?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asif</title>
		<link>http://hostechs.com/2008/07/installing-ssh2-for-php-shell-connections-how-to/comment-page-1/#comment-9284</link>
		<dc:creator>asif</dc:creator>
		<pubDate>Thu, 29 Sep 2011 10:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://hostechs.com/?p=22#comment-9284</guid>
		<description>dear i have an error after doing this

[root@box1 ~]# wget http://pecl.php.net/get/ssh2-0.10.tgz
[root@box1 ~]# tar -xzf ssh2-0.10.tgz
[root@box1 ~]# cd ssh2-0.10
[root@box1 ssh2-0.10]# phpize &amp;&amp; ./configure –with-ssh2 &amp;&amp; make

i got an error that
“phpize: command not found” 

please do help me soon
thanks</description>
		<content:encoded><![CDATA[<p>dear i have an error after doing this</p>
<p>[root@box1 ~]# wget <a href="http://pecl.php.net/get/ssh2-0.10.tgz" rel="nofollow">http://pecl.php.net/get/ssh2-0.10.tgz</a><br />
[root@box1 ~]# tar -xzf ssh2-0.10.tgz<br />
[root@box1 ~]# cd ssh2-0.10<br />
[root@box1 ssh2-0.10]# phpize &amp;&amp; ./configure –with-ssh2 &amp;&amp; make</p>
<p>i got an error that<br />
“phpize: command not found” </p>
<p>please do help me soon<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asif</title>
		<link>http://hostechs.com/2008/07/installing-ssh2-for-php-shell-connections-how-to/comment-page-1/#comment-9283</link>
		<dc:creator>asif</dc:creator>
		<pubDate>Thu, 29 Sep 2011 10:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://hostechs.com/?p=22#comment-9283</guid>
		<description>dear i have an error after doing this

[root@box1 ~]# wget http://pecl.php.net/get/ssh2-0.10.tgz
[root@box1 ~]# tar -xzf ssh2-0.10.tgz
[root@box1 ~]# cd ssh2-0.10
[root@box1 ssh2-0.10]# phpize &amp;&amp; ./configure --with-ssh2 &amp;&amp; make

i got an error that
&quot;phpize: command not found&quot; please do help me soon</description>
		<content:encoded><![CDATA[<p>dear i have an error after doing this</p>
<p>[root@box1 ~]# wget <a href="http://pecl.php.net/get/ssh2-0.10.tgz" rel="nofollow">http://pecl.php.net/get/ssh2-0.10.tgz</a><br />
[root@box1 ~]# tar -xzf ssh2-0.10.tgz<br />
[root@box1 ~]# cd ssh2-0.10<br />
[root@box1 ssh2-0.10]# phpize &amp;&amp; ./configure &#8211;with-ssh2 &amp;&amp; make</p>
<p>i got an error that<br />
&#8220;phpize: command not found&#8221; please do help me soon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Umer Mansoor</title>
		<link>http://hostechs.com/2008/07/installing-ssh2-for-php-shell-connections-how-to/comment-page-1/#comment-8735</link>
		<dc:creator>Umer Mansoor</dc:creator>
		<pubDate>Mon, 12 Sep 2011 21:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://hostechs.com/?p=22#comment-8735</guid>
		<description>Good article. However, I&#039;d like to point out that you also need to add an entry to /php.d/ directory as follows:

cat echo extension=ss2.so &gt; /etc/php.d/ssh2.ini

This works well on CentOS 6.</description>
		<content:encoded><![CDATA[<p>Good article. However, I&#8217;d like to point out that you also need to add an entry to /php.d/ directory as follows:</p>
<p>cat echo extension=ss2.so &gt; /etc/php.d/ssh2.ini</p>
<p>This works well on CentOS 6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bipin</title>
		<link>http://hostechs.com/2008/07/installing-ssh2-for-php-shell-connections-how-to/comment-page-1/#comment-7235</link>
		<dc:creator>Bipin</dc:creator>
		<pubDate>Fri, 20 May 2011 19:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://hostechs.com/?p=22#comment-7235</guid>
		<description>Thanks Florian NNo Gravatar: For reply.

Issue Was resolved just updated the lampp version .

Thanks Again.


Regards,
Bipin Bahuguna
Share The Knowledge.</description>
		<content:encoded><![CDATA[<p>Thanks Florian NNo Gravatar: For reply.</p>
<p>Issue Was resolved just updated the lampp version .</p>
<p>Thanks Again.</p>
<p>Regards,<br />
Bipin Bahuguna<br />
Share The Knowledge.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian N</title>
		<link>http://hostechs.com/2008/07/installing-ssh2-for-php-shell-connections-how-to/comment-page-1/#comment-7110</link>
		<dc:creator>Florian N</dc:creator>
		<pubDate>Mon, 09 May 2011 23:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://hostechs.com/?p=22#comment-7110</guid>
		<description>@Bipin: did you upgraded php recently as if you did you must update the PHP extensions as well.
You may want to try &quot;pecl upgrade ssh2&quot; or &quot;pear install -f pecl/ssh2&quot;. If this doesn&#039;t work download the latest ssh2 module and try and compile that one instead the one i posted in this post as this one is a bit older.

Good luck.</description>
		<content:encoded><![CDATA[<p>@Bipin: did you upgraded php recently as if you did you must update the PHP extensions as well.<br />
You may want to try &#8220;pecl upgrade ssh2&#8243; or &#8220;pear install -f pecl/ssh2&#8243;. If this doesn&#8217;t work download the latest ssh2 module and try and compile that one instead the one i posted in this post as this one is a bit older.</p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bipin Bahuguna</title>
		<link>http://hostechs.com/2008/07/installing-ssh2-for-php-shell-connections-how-to/comment-page-1/#comment-7106</link>
		<dc:creator>Bipin Bahuguna</dc:creator>
		<pubDate>Mon, 09 May 2011 20:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://hostechs.com/?p=22#comment-7106</guid>
		<description>Warning: PHP Startup: ssh2: 
Unable to initialize module 
Module compiled with module API=20060613 
PHP    compiled with module API=20090626 
These options need to match  in Unknown on line 0

What to Do.


Thanks,
Bipin Bahuguna</description>
		<content:encoded><![CDATA[<p>Warning: PHP Startup: ssh2:<br />
Unable to initialize module<br />
Module compiled with module API=20060613<br />
PHP    compiled with module API=20090626<br />
These options need to match  in Unknown on line 0</p>
<p>What to Do.</p>
<p>Thanks,<br />
Bipin Bahuguna</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian N</title>
		<link>http://hostechs.com/2008/07/installing-ssh2-for-php-shell-connections-how-to/comment-page-1/#comment-6100</link>
		<dc:creator>Florian N</dc:creator>
		<pubDate>Thu, 10 Mar 2011 23:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://hostechs.com/?p=22#comment-6100</guid>
		<description>@Patrick:

I would recommend making sure that gcc/g++ is installed, not only gcc.

The error you are getting regarding libpicl seems to be coming from sunstudio, libpicl may need to be installed from a patch.</description>
		<content:encoded><![CDATA[<p>@Patrick:</p>
<p>I would recommend making sure that gcc/g++ is installed, not only gcc.</p>
<p>The error you are getting regarding libpicl seems to be coming from sunstudio, libpicl may need to be installed from a patch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://hostechs.com/2008/07/installing-ssh2-for-php-shell-connections-how-to/comment-page-1/#comment-6095</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Thu, 10 Mar 2011 21:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://hostechs.com/?p=22#comment-6095</guid>
		<description>Thanks Florian,  I really appreciate the reply.

Still getting same error. I had actually already tried reinstalling gcc prior to posting, but did it again:
% gcc -v
Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --enable-shared --enable-languages=c,c
++,f77
Thread model: posix
gcc version 3.4.6

I went ahead installed sun studio and it looks like it is finding it in the config.log now:

configure:2905: checking for cc
configure:2921: found /opt/SUNWspro/bin/cc
configure:2932: result: cc
configure:2963: checking for C compiler version
configure:2972: cc --version &gt;&amp;5
ld.so.1: cc: fatal: libpicl.so.1: open failed: No such file or directory
./configure: line 1: 11756 Killed                  $CC --version 1&gt;&amp;5
configure:2983: $? = 137
configure:2972: cc -v &gt;&amp;5
ld.so.1: cc: fatal: libpicl.so.1: open failed: No such file or directory
./configure: line 1: 11761 Killed                  $CC -v 1&gt;&amp;5
configure:2983: $? = 137
configure:2972: cc -V &gt;&amp;5
ld.so.1: cc: fatal: libpicl.so.1: open failed: No such file or directory
./configure: line 1: 11766 Killed                  $CC -V 1&gt;&amp;5
configure:2983: $? = 137
configure:2972: cc -qversion &gt;&amp;5
ld.so.1: cc: fatal: libpicl.so.1: open failed: No such file or directory
./configure: line 1: 11771 Killed                  $CC -qversion 1&gt;&amp;5
configure:2983: $? = 137
configure:3003: checking whether the C compiler works
configure:3025: cc    conftest.c  &gt;&amp;5
ld.so.1: cc: fatal: libpicl.so.1: open failed: No such file or directory
./configure: line 1: 11781 Killed                  $CC $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1&gt;&amp;5
configure:3029: $? = 137
configure:3067: result: no

Not sure how to add libpicl.so.1: ??</description>
		<content:encoded><![CDATA[<p>Thanks Florian,  I really appreciate the reply.</p>
<p>Still getting same error. I had actually already tried reinstalling gcc prior to posting, but did it again:<br />
% gcc -v<br />
Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.6/specs<br />
Configured with: ../configure &#8211;with-as=/usr/ccs/bin/as &#8211;with-ld=/usr/ccs/bin/ld &#8211;enable-shared &#8211;enable-languages=c,c<br />
++,f77<br />
Thread model: posix<br />
gcc version 3.4.6</p>
<p>I went ahead installed sun studio and it looks like it is finding it in the config.log now:</p>
<p>configure:2905: checking for cc<br />
configure:2921: found /opt/SUNWspro/bin/cc<br />
configure:2932: result: cc<br />
configure:2963: checking for C compiler version<br />
configure:2972: cc &#8211;version &gt;&amp;5<br />
ld.so.1: cc: fatal: libpicl.so.1: open failed: No such file or directory<br />
./configure: line 1: 11756 Killed                  $CC &#8211;version 1&gt;&amp;5<br />
configure:2983: $? = 137<br />
configure:2972: cc -v &gt;&amp;5<br />
ld.so.1: cc: fatal: libpicl.so.1: open failed: No such file or directory<br />
./configure: line 1: 11761 Killed                  $CC -v 1&gt;&amp;5<br />
configure:2983: $? = 137<br />
configure:2972: cc -V &gt;&amp;5<br />
ld.so.1: cc: fatal: libpicl.so.1: open failed: No such file or directory<br />
./configure: line 1: 11766 Killed                  $CC -V 1&gt;&amp;5<br />
configure:2983: $? = 137<br />
configure:2972: cc -qversion &gt;&amp;5<br />
ld.so.1: cc: fatal: libpicl.so.1: open failed: No such file or directory<br />
./configure: line 1: 11771 Killed                  $CC -qversion 1&gt;&amp;5<br />
configure:2983: $? = 137<br />
configure:3003: checking whether the C compiler works<br />
configure:3025: cc    conftest.c  &gt;&amp;5<br />
ld.so.1: cc: fatal: libpicl.so.1: open failed: No such file or directory<br />
./configure: line 1: 11781 Killed                  $CC $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1&gt;&amp;5<br />
configure:3029: $? = 137<br />
configure:3067: result: no</p>
<p>Not sure how to add libpicl.so.1: ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian N</title>
		<link>http://hostechs.com/2008/07/installing-ssh2-for-php-shell-connections-how-to/comment-page-1/#comment-6072</link>
		<dc:creator>Florian N</dc:creator>
		<pubDate>Thu, 10 Mar 2011 01:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://hostechs.com/?p=22#comment-6072</guid>
		<description>@Patrick:

Check if glibc and g++(gcc-c++) are installed, seems that the C compiler doesn&#039;t have all packages installed from the error. You may need libc6-dev. Since you are on SunOS you may want to try SunStudio from Sun, it&#039;s free btw.</description>
		<content:encoded><![CDATA[<p>@Patrick:</p>
<p>Check if glibc and g++(gcc-c++) are installed, seems that the C compiler doesn&#8217;t have all packages installed from the error. You may need libc6-dev. Since you are on SunOS you may want to try SunStudio from Sun, it&#8217;s free btw.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

