On Friday 28 April 2006 13:23, Roshan wrote: > I am using the port 4000 in socket programming, > locally creating a server and client for accessing, > but the server program does not seem to create the > server, while it does in windows :(...
Well you can start by: 1. Posting your code 2. Telling us what error it is flagging FYI remember, you cant create a socket to listen on any of the first 1024 ports. Only root has the rights to do that. Though this isnt the problem in your case. -- Dinesh A. Joshi -- http://mm.glug-bom.org/mailman/listinfo/linuxers

