On Tue, 14 May 2002 02:28:47 -0700 (PDT)
Cesar Moya <[EMAIL PROTECTED]> wrote:

> I was trying to compile a program and needed Xlib.h and
> Xutil.h which were not installed.  Typed 
> 
> rpm --redhatprovides Xlib.h
> 
> but nothing.  However, those are standard library headers,
> how do I find the package that contains them?

[kcsmart@home kcsmart]$ locate Xlib.h
/usr/X11R6/include/X11/Xlib.h
[kcsmart@home kcsmart]$ rpm -qf /usr/X11R6/include/X11/Xlib.h
XFree86-devel-4.2.0-8

Xfree86-devel is the suspect you want.

-- 
Nice little planet you've got there. Shame if anything were to happen to
it.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to