This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: missing export


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]