RE: [users@httpd] htpasswd: could not determine temp dir

2005-05-24 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 24. Mai 2005 07:37 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] htpasswd: could not determine temp dir > > > I have looked into stdio.h in /usr/include. This defines the > P_tmpd

RE: [users@httpd] htpasswd: could not determine temp dir

2005-05-23 Thread gadagoju.gopi
I have looked into stdio.h in /usr/include. This defines the P_tmpdir as /tmp. This directory is present and it is also writtable. I aslo defined TMPDIR in the .bash_profile as /usr/local/tmp and this is also writtable. I am still getting the same error. Please let me know if there is any way I

RE: [users@httpd] htpasswd: could not determine temp dir

2005-05-23 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Montag, 23. Mai 2005 14:27 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] htpasswd: could not determine temp dir > > > OS is Linux on Advanced Server 4 > Tmp is also defined as follows > [E

RE: [users@httpd] htpasswd: could not determine temp dir

2005-05-23 Thread gadagoju.gopi
OS is Linux on Advanced Server 4 Tmp is also defined as follows [EMAIL PROTECTED] etc]# echo $TMP /usr/local/tmp I am not able to find any reference to this in the strace also. Regards, Gopi. -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 5:22 P

RE: [users@httpd] htpasswd: could not determine temp dir

2005-05-23 Thread Boyle Owen
Plain text please... Do you have /tmp defined? what OS? Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Montag, 23. Mai 2005 13:39 To: users@httpd.apache.org Subject: [EMAIL PR

[users@httpd] htpasswd: could not determine temp dir

2005-05-23 Thread gadagoju.gopi
Hi,     I am using Apache Server 2.0.54. I was trying to create a password file for the authorization and the authentication, I had some problem. I tried this command # htpasswd -c /etc/svn-auth-file1 cmadmin and it gives me the following error. htpasswd: could not determine temp dir   I h