I guess you are using jstring as shared lib. (I was compiled in my PHP4.0.4pl1, but I'm using it as shared lib now) My modules are working fine with my Apache1.3.17/PHP4.0.4pl1 on Linux. Most likely your jstring.so is not located as PHP expects. Where did you put it? -- Yasuo Ohgaki "Tatsuro Nakagawa" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[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] > > -- > 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] > -- 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]

Reply via email to