Curt,

> Please update and rerun and see if the test now
> passes.  If you are  
> curious, try to set into apr_uid_homepath_get() and
> see where it goes  
> wrong. 

The build now succeeds.  Thanks.

The failure occurs in apr_uid_homepath_get here:

-------------
if ((rv = RegOpenKeyEx(HKEY_LOCAL_MACHINE, regkey, 0, 
                           KEY_QUERY_VALUE, &key)) !=
ERROR_SUCCESS)
        return APR_FROM_OS_ERROR(rv);
---------------

The value for regkey at this point does not match
anything under ProfileList in the registry (there are
several that almost match but the actual keys have a
dash and four digits added on).

BTW I am using XP Pro SP2.

Thanks again,

Mark

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to