Menu

call undefined bindtextdomain() in V.0.9.17

Help
2001-09-17
2002-03-27
  • Allan Jaeke

    Allan Jaeke - 2001-09-17

    Hello

    if I start the install.php I get the message:
    Fatal error: Call to undefined function: bindtextdomain() in /var/www/html/jawmail-devl/install.php on line 8

    I think, that I should have PHP (4.05) compailed with special support for something, but I don't know what.

    The documentation for that function says:
    bindtextdomain() sets path for a text area. 
    and I found, that it hast something to do with .mo files, which I found in the language directory.

    can someone help?

    thank you in advance
    al

     
    • Allan Jaeke

      Allan Jaeke - 2001-09-17
       
    • Kenny Chan

      Kenny Chan - 2001-09-27

      try compiling it with this

      ./configure --with-mysql --with-imap --with-apache=../apache_1.3.x --enable-track-vars --enable-force-cgi-redirect --with-gettext

      I think it needs the --with-gettext to work correctly.

       
    • Jim Scott

      Jim Scott - 2002-03-27

      That is correct. The problem is related to PHP not being compiled with the --wtih-gettext flag.

      Jim

       

Log in to post a comment.