[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: 2 questions - include files and init links



Karen Ellrick wrote:

> ===============================
> I have recently installed RedHat 6.1 on a couple of boxes and are getting
>  them ready as servers on our network.  I have a couple questions I'm hoping
>  someone here can help with:
>
>  (1) I can't seem to compile anything I get from the outside world (first two
>  I've tried are sendmail 8.10.0 and fwtk) - the makefiles can't find my
>  include files.  If it's relevent, when I installed RedHat I chose "kernel
>  development" but not "development", and I'm wondering if that was a mistake.

Probably. When you're compiling apps you usually need stuff from the "development"
packages, in particular the "glibc-devel.xxxx.rpm" (xxxx = version) contains a ton of
the libraries and header files needed to compile apps under glibc. Check to make sure
you have this installed. In addition you may need some of the other "development"
rpm's, depending on the particular applications you're trying to compile.

>
>  But I can find at least three compilers on my system (cc, bcc, and gcc) and
>  the normal include files do exist in /usr/lib/bcc/include.  In the case of

Sounds like you're in good shape as far as the nessesary compilers go. I suspect
you're missing that glibc development rpm. It's surprisingly easy to overlook it on
the RH install yet so important for compiling apps. I missed it myself when
installing RH 6.0 on a couple machines round here.



>
>
>  sendmail,--
> email: micros50 computer net
> Local mailserver  , remote
> --------
> Linx:
> http://www.computer.net/
> http://einval.vol.8m.com/
>
> I am Fredrick the Great!! I AM FREDRICK THE GREAT!!!
>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]