php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24848 Auth package installation fails
Submitted: 2003-07-29 02:31 UTC Modified: 2004-04-05 08:51 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: deni_simo at libero dot it Assigned:
Status: Closed Package: PEAR related
PHP Version: 4.3.1 OS: Windows XP
Private report: No CVE-ID: None
 [2003-07-29 02:31 UTC] deni_simo at libero dot it
Description:
------------
I can successfully install many packages, but not Auth.

From DOS:
c:\php4> pear install Auth

downloading Auth-1.2.2.tgz ...
...done: 21,992 bytes
failed to write C:\php4\pear\tests\Auth\tests\.tmpusers

The problem could be the file name.




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-29 03:36 UTC] cellog@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


Try pear upgrade Archive_Tar and then install Auth and see what happens.
 [2003-07-30 04:16 UTC] deni_simo at libero dot it
My system:
MS Windows XP
PHP 4.3.1

What I did:
from DOS promt:
c:\php4> pear install Auth

What I wanted to happen:
install Auth package

What actually happened:
the package is not installed and I get the following error msg:

downloading Auth-1.2.2.tgz ...
...done: 21,992 bytes
failed to write C:\php4\pear\tests\Auth\tests\.tmpusers

It seems that there is a problem in writing a file with no name and only extension.
Explorer and notepad for example do not allow to create a file with no name and just extension. Other programs, such as UltraEdit can do that.

With the same method I can install other PEAR packages.
Archive_Tar is updated.
 [2003-07-30 04:23 UTC] arnaud@php.net
Under NT4

PEAR conf

PEAR executables directory     bin_dir         C:\php
PEAR documentation directory   doc_dir         C:\php\pear\docs
PHP extension directory        ext_dir         c:\php4
PEAR directory                 php_dir         C:\php\pear


C:\>pear install Auth
downloading Auth-1.2.2.tgz ...
...done: 21,992 bytes
install ok: Auth 1.2.2

Try a pear -vvv install Auth
This will be very verbose. Report the parts where .tmpusers appears.
 [2003-11-20 10:32 UTC] martin dot brook at ukonline dot co dot uk
The problem does not occur with php 4.3.4.
 [2004-03-30 00:02 UTC] neufeind@php.net
Did anybody encounter this with the latest php-versions / PEAR installer again? Otherwise we might count it as resolved imho.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 16:01:29 2024 UTC