PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » LiveUser » Bug #127

Install problem

Details

Submitted2003-10-20 12:14 UTC
Fromandreas dot rudloff at gmx dot de
Assignedarnaud
StatusClosed
PackageLiveUser
PHP Version4.3.1
OSLinux
Roadmaps(Not assigned)

Comments

[2003-10-20 12:14 UTC] andreas dot rudloff at gmx dot de

Description:
------------
- current LiveUser-release 0.9 depends among other things from Crypt_RC4
- I've installed Crypt_Rc4 release 1.0.1
- simple "pear install ..." crashes with failed dependencies
- the problem seems to be the case-sensitive registration of the Crypt-package (registered as Crypt_Rc4, but LiveUser expects a registered Crypt_RC4)
- I've tryed it with older Crypt_Rc4-releases and got the same error

- "pear install --nodeps --ignore-errors ..." works, but produces a lot of MD5sum-warnings, one for each file in the package

(sorry for my bad english, speaks normaly german)