Re: A question for the expert

From: lappin (galaxylappin_at_optonline.net)
Date: 12/28/03

  • Next message: Jason Dixon: "Re: tcpdump broken after rh9 2.4.20-27.9 kernel upgrade"
    To: redhat-list@redhat.com
    Date: Sun, 28 Dec 2003 14:41:43 -0500
    
    

    On Sunday 28 December 2003 01:22 pm, Robert Brown wrote:
    > lappin writes:
    > > >>>>>>>>>>> error <<<<<<<<<<<<<<<<<<<<<
    > >
    > > make[2]: Entering directory
    > > `/usr/local/resin/resin-2.1.11/src/c/plugin/resin' gcc -g -O2
    > > -DRESIN_HOME=\"/usr/resin\" -I -I/usr/kerberos/include
    > > -I/usr/java/include -I/usr/java/include/linux -I../common -DCPU=\"i386\"
    > > -DOS= -c -o ssl.o ssl.c
    > > In file included from /usr/include/openssl/ssl.h:179,
    > > from ssl.c:62:
    > > /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
    > > In file included from /usr/include/openssl/ssl.h:179,
    > >
    > > from ssl.c:62:
    > > >>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<
    >
    > Are you sure you are looking for the right file? The file that it
    > can't find is:
    >
    > krb5.h
    >
    > and it could be in any directory in the include path. This means that
    > you are looking for one of the following:
    >
    > /usr/kerberos/include/krb5.h
    > /usr/java/include/krb5.h
    > /usr/java/include/linux/krb5.h
    > /usr/local/resin/resin-2.1.11/src/c/plugin/common/krb5.h
    >
    > Did you actually find one of these files, and the perms are such that
    > the compiler could read it?
    >
    > This does not look like and apache problem, but a compilation
    > problem. If you have found one of the files I listed above, and the
    > compiler cannot find it, then something is bonkers!
    >
    > --
    > -------- "And there came a writing to him from Elijah" [2Ch 21:12]
    > -------- R. J. Brown III rj@elilabs.com http://www.elilabs.com/~rj voice
    > 859 567-7311 Elijah Laboratories Inc. P. O. Box 166, Warsaw KY 41095
    > fax 859 567-7311 ----- M o d e l i n g t h e M e t h o d s o f t h
    > e M i n d ------

    Hi,
    Thanks you're the first person to respond. I found the file in one directory.

    $ ls -ltr /usr/kerberos/include/krb5.h
    $ -rw-r--r-- 1 root root 112782 Mar 31 2003
    /usr/kerberos/include/krb5.h

    Do you think may be the problem is that the file needs to be in all of the
    directories you listed? I can copy the file in all of the other directories
    and try again. Would you advise that?

    Thanks so much again.

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Jason Dixon: "Re: tcpdump broken after rh9 2.4.20-27.9 kernel upgrade"