Hi.
I've installed a module named...
php-4.0RC2_jstring-1.0.tar.gz
and an instalation seemed prety good, with no errros.
BUT, it doesn't work!
An error like this shows on my browser:
-- ERROR MES --
Warning: Unable to load dynamic library './jstring.so' - ./jstring.so: cannot open
shared object file: No such file or directory in /home/d2/bbs/test.php on line 2
Fatal error: Call to undefined function: jstr_convert_kana() in /home/d2/bbs/test.php
on line 4
-- ERROR MES END--
-- SCRIPT --
<?
dl("jstring.so");
echo jstr_convert_kana("ABC", "r");
?>
-- SCRIPT END --
Some multi-byte code in an input.. an output should be "ABC".
Where should I look for this kind of an error?
Thanks for helping, in forward.
--
Tatsuro Nakagawa
[EMAIL PROTECTED]
--
PHP Internationalization Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP-I18N] Jstring does'nt seemed to be working,,, Tatsuro Nakagawa