Kc wrote:
I have installed PHP4 successfully with mysql and am able to run my pages
with queries from my database.

Now I was wanting to install Horde.  This is the error I get from the screen
that is supposed to tell you if you have everything you need to keep going:

 Horde will not run without gettext support. Compile php --with-gettext
before continuing.

I have looked online a bunch and can't seem to get a good answer as to what
to do with the "--with-gettext" information.   In my php/extensions folder,

Normally this would be a command line parameter for configure (in case you build from source).


there is a php_gettext.dll but obviously that isn't good enough. I also

If you have the dll then you should be able to get it loaded by going to your php.ini and uncommenting the line for that extension.


downloaded what was supposed to be the gettext binary from one of the GNU
sites but don't know what to do with all of the files.

If someone could explain to me the whole "compile" thing using Windows, I
would really appreciate it.  I've limited my use of PHP because of this
problem and would love to start doing more php development.

Explaining as if I were a complete moron would probably be the most helpful
to me.   : )

As a complete moron I would just go to php.ini, try search and find for "extension", and then get rid of the semicolon before the line with php_gettext.dll.



Thank you ANYONE!

kc

-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to