Compile gettext

2003-01-25 Thread Gannater Jnos
How can I compile gettext into php?
So apache can run gettext...
I already installed gettext, apache from the mall CD's...




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Compile gettext

2003-01-25 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-01-25 13:07:06 +0100:
 How can I compile gettext into php?
 So apache can run gettext...
 I already installed gettext, apache from the mall CD's...

 su
# cd /usr/ports/www/mod_php4  make install clean

if you don't have ${BATCH} defined in your environment or cruft left
in the directory from previous installations, you'll be prompted to
choose which libs you want linked in. gettext is among them.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message