| Robert Wolfe 2007-10-11, 7:04 pm |
| On Thu, 11 Oct 2007 17:52:59 +0530
Prasanna <nprasanna@adventnet.com> wrote:
> Hi,
>
> I am trying to add SSH2 support in my product. I am using apache 2.0.4.7 with PHP 5.2.4.
>
> For SSH2 support, i had compiled PECL/SSH2 package and created ssh2.so.
>
> I used to run PHP using libphp5.so through httpd.conf. I struck at the creation of libphp5.so file.
>
> <LoadModule php5_module /home/nprasanna/test/modules/libphp5.so>
>
> I downloaded the latest PHP 5.2.4 and install it and got the libphp5.so, but i dont know how to include the ssh2.so while creating libphp5.so.
>
> Please let me know, whether it is possible to create libphp5.so with ssh2.so support and make it work using Apache.
Maybe I am way off base here, but you might want to try using --with-ssl on the ./configure line.
--
Robert Wolfe [Linux+/MCSE] <rwolfe@shatterit.com>
"People always make the wolf more formidable than he is." - French Proverb
|