Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Reply-To: Cygwin List Message-Id: <6.1.0.6.0.20040828124717.038b3b38@pop.prospeed.net> X-Sender: Date: Sat, 28 Aug 2004 12:49:25 -0400 To: "Povolotsky, Alexander" , "'cygwin AT cygwin DOT com'" From: Larry Hall Subject: RE: cygwin nfs server Cc: "'Hugh Sparks'" In-Reply-To: <313680C9A886D511A06000204840E1CF08F4315E@whq-msgusr-02.pit .comms.marconi.com> References: <313680C9A886D511A06000204840E1CF08F4315E AT whq-msgusr-02 DOT pit DOT comms DOT marconi DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 08:44 PM 8/27/2004, you wrote: >To check the theory that Z drive is confusing Cygwin, >it is "foundable" using "ls" from "Cygwin bash shell" (via c: drive >reference): >$ ls /cygdrive/c/cygwin/usr/sbin/PORTMAP.EXE >/cygdrive/c/cygwin/usr/sbin/PORTMAP.EXE > >Executing it from "Cygwin bash shell" > >$ /cygdrive/c/cygwin/usr/sbin/PORTMAP.EXE > >did not produce the process running > >$ strace /cygdrive/c/cygwin/usr/sbin/PORTMAP.EXE >strace.exe: error creating process >C:/cygwin/cygdrive/c/cygwin/usr/sbin/PORTMAP.EXE, (error 3) > >What is the meaning of (error 3)? $ net helpmsg 3 The system cannot find the path specified. >Then I executed PORTMAP.EXE from the "DOS" shell (again executing >PORTMAP.EXE via c: drive reference) > >D:\Profiles\apovolot>c:\cygwin\usr\sbin\PORTMAP.EXE > >The executable was found but the execution of PORTMAP.EXE produced the >following error: >"portmap.exe - Unable To Locate Component" >"This application has failed to start because cygwin1.dll was not found." > >However cygwin1.dll does reside in Z:\cygwin\bin (which is c:\cygwin\bin ) >it is also "foundable" using "ls" from "Cygwin bash shell": >$ ls /cygdrive/c/cygwin/bin/cygwin1.dll >/cygdrive/c/cygwin/bin/cygwin1.dll But it's apparently not in your path for some reason. Add it to the Windows system environment variables and see if that clears up your problem. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/