Home » Authentication » LiveUser » Bug #127
Install problem
Details
| Submitted | 2003-10-20 12:14 UTC |
|---|---|
| From | andreas dot rudloff at gmx dot de |
| Assigned | arnaud |
| Status | Closed |
| Package | LiveUser |
| PHP Version | 4.3.1 |
| OS | Linux |
| 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)