Sponsored Content
Full Discussion: Error while installing SFTP
Top Forums UNIX for Dummies Questions & Answers Error while installing SFTP Post 302127095 by jgt on Monday 16th of July 2007 07:32:36 AM
Old 07-16-2007
libcrypto.so.0.9.8 is a prerequisite.
If you have a libcrypto.so file in /usr/lib (usually) then you might try creating a link to libcrypto.so.0.9.8
 

10 More Discussions You Might Find Interesting

1. Solaris

error while installing gcc

Hi friends, i down loaded the gcc*.gz file and i am getting the following error when i am trying to install it on solaris 8 ======================================================= Processing package instance <SMCgcc342> from </export/gcc-3.4.2-sol8-sparc-local> gcc (sparc) 3.4.2 FSF... (1 Reply)
Discussion started by: sveera
1 Replies

2. Solaris

Error when installing GCC

GCC 3.4.6 was installed in Solaris 2.8. I ran the commands ./configure and make. When running make install I got the below mentioned errors at the end. Please help me in resolving the same. make: *** Error 1 make: Leaving directory `/gmsp/antony/gcc-3.4.6/sparc-sun-solaris2.8/sparcv9/libf2c'... (1 Reply)
Discussion started by: chrisanto_2000
1 Replies

3. UNIX for Dummies Questions & Answers

Error installing apache

I've installed apache server following all the instructions witch accuracy, but i can't start the server. I extraxt the files Configure to /usr/local/apache make make install But when I want to /usr/local/apache/bin/apachectl start I can't There are a lot of files in the bin folder... (3 Replies)
Discussion started by: ncatdesigner
3 Replies

4. UNIX and Linux Applications

Error While installing Mod_perl

Hi All, I am installing mod_perl in my machine but getting some error below is the procedures which I followed for installing the mod_perl Step1 : perl Makefile.PL MP_APR_CONFIG=/usr/local/apache2/bin/ asked for apache path given : /usr/local/apache2 Step2: make Step 3: make test In... (2 Replies)
Discussion started by: jacknicolson
2 Replies

5. SuSE

Error installing SuSe 11

When I installed version 11, I get the following error message when trying to boot from the disk. GRUB loading stage2. Read error And then the system hangs. The system is a well used P4 that had XP pro on it. Is this a compatibility/hardware issue, or just a bad spot on the disk. (1 Reply)
Discussion started by: jgt
1 Replies

6. Solaris

Error while installing zoning

hi all, i am configure zone according to this steps and i face this error could you please help to solv it poolcfg -c 'create pset weblogic1-pset (uint pset.min=1; uint pset.max=1)' poolcfg -c 'create pool weblogic1-pool' poolcfg -c 'associate pool weblogic1-pool (pset weblogic1-pset)' ... (5 Replies)
Discussion started by: jamisux
5 Replies

7. Solaris

Error when installing Signap

Dear sir, I am installing Signap software that time following error coming /home/software/signalp-3.0/how/how_SunOS: cannot execute error running HOW Please use a more descriptive subject for your threads (0 Replies)
Discussion started by: ILAIYARAJA
0 Replies

8. Shell Programming and Scripting

SFTP-how to log individual sftp command error while executing shell script

Hi, I have situation where i need to automate transferring 10000+ files using sftp. while read line do if ; then echo "-mput /home/student/Desktop/folder/$line/* /cygdrive/e/folder/$line/">>sftpCommand.txt fi done< files.txt sftp -b sftpCommand.txt stu@192.168.2.1 The above... (1 Reply)
Discussion started by: noobrobot
1 Replies

9. Solaris

Error on installing locale

Hi guys, I'm installing locale (en_US.UTF-8) from solaris 10 DVD as follows in a non-global zone: localeadm -a nam -d /cdrom/sol_10_807_sparc/s0/Solaris_10/Product It does install some packages and then prompts : No solaris3 image has been found in... (0 Replies)
Discussion started by: frum
0 Replies

10. Red Hat

Installing error

Hi guys, I am trying to install redhat Linux 6 for the first time. I bought a server which has Linux previously installed. When I try to create a custom layout, I get the following error " Could not allocate requested partitions: not enough free space on disks. " How can I free the disk so I can... (2 Replies)
Discussion started by: cjashu
2 Replies
libssh2_sftp_init(3)						  libssh2 manual					      libssh2_sftp_init(3)

NAME
libssh2_sftp_init - open SFTP channel for the given SSH session. SYNOPSIS
#include <libssh2.h> #include <libssh2_sftp.h> LIBSSH2_SFTP * libssh2_sftp_init(LIBSSH2_SESSION *session); DESCRIPTION
session - Session instance as returned by libssh2_session_init_ex(3) Open a channel and initialize the SFTP subsystem. Although the SFTP subsystem operates over the same type of channel as those exported by the Channel API, the protocol itself implements its own unique binary packet protocol which must be managed with the libssh2_sftp_*() fam- ily of functions. When an SFTP session is complete, it must be destroyed using the libssh2_sftp_shutdown(3) function. RETURN VALUE
A pointer to the newly allocated SFTP instance or NULL on failure. ERRORS
LIBSSH2_ERROR_ALLOC - An internal memory allocation call failed. LIBSSH2_ERROR_SOCKET_SEND - Unable to send data on socket. LIBSSH2_ERROR_SOCKET_TIMEOUT - LIBSSH2_ERROR_SFTP_PROTOCOL - An invalid SFTP protocol response was received on the socket, or an SFTP operation caused an errorcode to be returned by the server. LIBSSH2_ERROR_EAGAIN - Marked for non-blocking I/O but the call would block. SEE ALSO
libssh2_sftp_shutdown(3) libssh2_sftp_open_ex(3) libssh2 0.15 1 Jun 2007 libssh2_sftp_init(3)
All times are GMT -4. The time now is 04:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy