Home » PEAR » PEAR » Bug #3370
Installation Problem, ctype required
Details
| Submitted | 2005-02-03 14:03 UTC |
|---|---|
| From | schwering at ift-nord dot de |
| Assigned | cellog |
| Status | Closed |
| Package | PEAR |
| PHP Version | 4.3.6 |
| OS | SuSe-Linux |
| Roadmaps | (Not assigned) |
Comments
[2005-02-03 14:03 UTC] schwering at ift-nord dot de
Description:
------------
Ive found a serious Problem while installing HTML_Template_Sigma.
heres the shell:
server:~ # pear install HTML_Template_Sigma
downloading HTML_Template_Sigma-1.1.2.tar ...
Starting to download HTML_Template_Sigma-1.1.2.tar (-1 bytes)
......done: 145,408 bytes
'ctype' PHP extension is not installed
HTML_Template_Sigma: Dependencies failed
server:~ #
first i saw, that ctype was originally deactivatet while building the php package:
Configure Command:
.... '--disable-ctype' .... 'i586-suse-linux'
then, we rebuild the packe like that:
Configure Command
... '--enable-ctype' ....'i586-suse-linux'
but that doesnt solve the problem, pear will not install HTML_Template_Sigma
i now installed it with -n option, but dont know if it runs without any errors..