Bug 141392

Summary: htpasswd error: could not determine temp dir
Product: [Fedora] Fedora Reporter: Brad Burns <bburns2>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-11-30 21:48:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Brad Burns 2004-11-30 21:41:57 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET 
CLR 1.1.4322)

Description of problem:
htpasswd error: could not determine temp dir.  Same as bug 128494, 
but in FC3.

Version-Release number of selected component (if applicable):
apr-0.9.5-0.2

How reproducible:
Always

Steps to Reproduce:
1. htpasswd -c -m test test
2. type password 2x
    

Actual Results:  htpasswd: could not determine temp dir; empty 
password file

Expected Results:  non-empty password file

Additional info:

Comment 1 Joe Orton 2004-11-30 21:48:26 UTC
You are using an old third-party 'apr' package, you need to upgrade to
the real Fedora apr package, e.g.:

# rpm --erase --nodeps apr apr-devel
# yum install apr apr-devel