PEAR is archived and read-only

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

Home » PEAR » PEAR » Bug #3370

Installation Problem, ctype required

Details

Submitted2005-02-03 14:03 UTC
Fromschwering at ift-nord dot de
Assignedcellog
StatusClosed
PackagePEAR
PHP Version4.3.6
OSSuSe-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..