missing export
Corinna Vinschen
vinschen@cygnus.com
Fri Sep 29 05:42:00 GMT 2000
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@sources.redhat.com
Red Hat, Inc.
mailto:vinschen@cygnus.com
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com
More information about the Cygwin
mailing list