• ベストアンサー
※ ChatGPTを利用し、要約された質問です(原文:Call to undefined function: mb_strlen() がでる)

Call to undefined function: mb_strlen() がでる

このQ&Aのポイント
  • 現在PHPの学習をしています。あるところでマルチバイト関数mb_strlenを使用しているのですが、「Call to undefined function: mb_strlen()」というエラーが出ます。
  • 使用しているPHPはver4.3.4でコンパイルは、./buildconf --force ./configure --enable-jstring --with-namazu --with-kakasi --enable-mbregex --enable-iconv --with-pgsql --with-apxs=/usr/local/apache/bin/apxs --enable-trans-sid --enable-track-vars --enable-mbstr-enc-trans としたのですが、なにかたりないのでしょうか?
  • 一応--enable-mbregexをつけたのですが、知っている方、よろしくお願いします。

質問者が選んだベストアンサー

  • ベストアンサー
  • mrumesuke
  • ベストアンサー率45% (254/557)
回答No.1

--enable-mbstring が足りないのでは?

参考URL:
http://php.s3.to/man/ref.mbstring.html