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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
ok
i found
https://sourceforge.net/forum/forum.php?thread_id=119916&forum_id=54010
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.
That is correct. The problem is related to PHP not being compiled with the --wtih-gettext flag.
Jim