On Fri, Apr 16, 1999 at 12:48:48PM +0200, J.H.M. Dassen wrote: > On Fri, Apr 16, 1999 at 18:19:14 +0800, [EMAIL PROTECTED] wrote: > > The strace log gives the following error > > open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or > > directory) > > > I checked the directory and this file is definitely missing. Should this > > file be present > > Not unless you have special requirements. >
What I'm doing is running a pipe between two background processes. Opening pipe for reading and writing both fail "illegal seek". Does this qualify as "special requirements" ? In any event I'm curious now to know what this file does do (and perhaps some example of the sort of special requirements that might require it) ? I've checked the file descriptor usage and am certain I have them right (but I've been wrong before :)) TIA Ivan.