php-i18n Digest 28 Mar 2001 06:20:46 -0000 Issue 60 Topics (messages 146 through 146): Jstring does'nt seemed to be working,,, 146 by: Tatsuro Nakagawa Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
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]