[expert] socket.h file

2001-04-27 Thread Patrick Shirkey

Can anyone tell me what /usr/include/sys/socket.h is supposed to point
to?

I managed to delete it and now I need it in order to compile a few
programs.

TIA.

Patrick Shirkey.



-- 
Boost Hardware.
Importing Korean Computer Hardware to New Zealand.

Http://www.boosthardware.com for latest stock and prices.




Re: [expert] socket.h file

2001-04-27 Thread John Wolford

It doesn't appear to point to anything:

[john@homer Website]$ ls -l /usr/include/sys/socket.h
-rw-r--r--  1 root  root  8340 Jan 17 13:54 /usr/include/sys/socket.h
[john@homer Website]$ 

Cheers,
j

--- Patrick Shirkey [EMAIL PROTECTED] wrote:
 Can anyone tell me what /usr/include/sys/socket.h is supposed to point
 to?
 
 I managed to delete it and now I need it in order to compile a few
 programs.
 
 TIA.
 
 Patrick Shirkey.
 
 
 
 -- 
 Boost Hardware.
 Importing Korean Computer Hardware to New Zealand.
 
 Http://www.boosthardware.com for latest stock and prices.
 


__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/




Re: [expert] socket.h file

2001-04-27 Thread Marcel Pol


On 27-Apr-01 John Wolford wrote:
 It doesn't appear to point to anything:
 [john@homer Website]$ ls -l /usr/include/sys/socket.h
 -rw-r--r--  1 root  root  8340 Jan 17 13:54 /usr/include/sys/socket.h
 
 --- Patrick Shirkey [EMAIL PROTECTED] wrote:
 Can anyone tell me what /usr/include/sys/socket.h is supposed to point
 to?

rpm -qf /usr/include/sys/socket.h
glibc-devel-2.2.2-4mdk

So it's provided by glibc-devel.
Install that rpm again with 
rpm -Uvh --force glibc-devel-blah.rpm


--
Marcel Pol
[EMAIL PROTECTED]

...my cow ate the CDs.