On Thu, 23 Dec 1999 12:01:52 -0500 (EST)
        Carl J. Nobile <[EMAIL PROTECTED]> wrote:

>       Hi Jan,
>
>       This is probably not an SSH question, but I can help a little anyway. The
>       missing files string.h, stdlib.h, and errno.h are standard C library
>       headers and should be on all systems with a properly installed development
>       package. You could try to use 'find' to locate these files, if they are on
>       the system then for some reason the compiler isn't finding them. In that
>       case you will have to talk to your system admin for help.
>
>       Carl
>
>       On 23-Dec-99 Jan Matis wrote:
>       > Hallo ,
>       >  i wanted to compile a ssh 2.0.13 on a sun's solaris 7 
>       > ./configure worked good 
>       > but make made something strange :
>       > 
>       > In file included from deflate.h:16,
>       >                from deflate.c:52: 

These should be in /usr/include, they are on my Solaris 7 box.
Post the command line that generates these errors.  ...cc... something.
If you are using gcc it may not be configured correctly.  Trying to get
pppd to compile on  Solaris 7 I had to "fixincludefiles" and some other
kludgy stuff (and of course pppd still doesn't work 8-().

Good luck,
Paul

>       > zutil.h:20:  string.h: No such file or directory
>       > zutil.h:21: stdlib.h: No such file or directory
>       > zutil.h:26: errno.h: No such file or directory
>       > 
>       > 
>       > I konw that ssh 1.2.26 works on solaris 2.6
>       > now i have solaris 7 
>       > and i need ssh 1.2.x + 2.0.x 
>       >  
>       > Can anybody help me how to do it (or gimme some url please :))
>       > 
>       >                                       Thanks,
>       >                                               Jan Matis
>       >                                               Slovak Republic
>
>       ------------------------------------------------------------------------
>       E-Mail: Carl J. Nobile <[EMAIL PROTECTED]>
>       Date: 23-Dec-99                             Phone: 315-453-2912 Ex. 5336
>       Time: 11:52:38                                Fax: 315-453-3052
>
>       Software Engineering Group -- AppliedTheory Corp.
>       ------------------------------------------------------------------------
>
D

Reply via email to