delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
Message-ID: | <39D48E40.E3F19093@cygnus.com> |
Date: | Fri, 29 Sep 2000 14:42:40 +0200 |
From: | Corinna Vinschen <vinschen AT cygnus DOT com> |
Reply-To: | cygwin <cygwin AT sources DOT redhat DOT com> |
X-Mailer: | Mozilla 4.75 [en] (X11; U; Linux 2.2.14-SMP i686) |
X-Accept-Language: | de, en |
MIME-Version: | 1.0 |
To: | cygwin <cygwin AT sources DOT redhat DOT com> |
Subject: | Re: missing export |
References: | <003101c029e7$5fb8baa0$0901a8c0 AT hans> |
Hans Saputra wrote: > msgbox popup => > The MKPASSWD.EXE file is linked to missing export > NETAPI32.DLL:NetApiBufferFree You can't use mkpasswd on 9X/ME systems since most NetApi functions are available on NT/W2K only. mkpasswd uses the NT user database (which isn't part of 9X obviously) to create a passwd file. Simply write your /etc/passwd by hand. Example: Call `id' on the command line: uid=500(hans) gid=544(unknown) groups=544(unknown) and create /etc/passwd: hans::500:544:Hans Saputra:/home/hans:/bin/bash and /etc/group: unknown::544: Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT sources DOT redhat DOT com Red Hat, Inc. mailto:vinschen AT cygnus DOT com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |