View Single Post
  #1   (View Single Post)  
Old 24th June 2009
baraboom baraboom is offline
New User
 
Join Date: Jun 2009
Posts: 1
Default fbsd 7.2 and php5

Hi,

I'm trying to install php5 by installing php5-extensions first but I'm getting an error about not finding gettext (which is installed):

Code:
webdemo# make install
===>   php5-extensions-1.3 depends on file: /usr/local/include/php/main/php.h - not found
===>    Verifying install for /usr/local/include/php/main/php.h in /usr/ports/lang/php5
===>   php5-5.2.9 depends on file: /usr/local/bin/autoconf-2.62 - not found
===>    Verifying install for /usr/local/bin/autoconf-2.62 in /usr/ports/devel/autoconf262
===>   autoconf-2.62 depends on executable: gm4 - found
===>   autoconf-2.62 depends on executable: help2man - not found
===>    Verifying install for help2man in /usr/ports/misc/help2man
===>   help2man-1.36.4_3 depends on file: /usr/local/lib/perl5/site_perl/5.8.9/mach/Locale/gettext.pm - not found
===>    Verifying install for /usr/local/lib/perl5/site_perl/5.8.9/mach/Locale/gettext.pm in /usr/ports/devel/p5-Locale-gettext
===>   p5-gettext-1.05_2 depends on file: /usr/local/bin/perl5.8.9 - found
===>   p5-gettext-1.05_2 depends on shared library: intl - found
===>  Configuring for p5-gettext-1.05_2
checking for gettext... no
checking for gettext in -L/usr/local/lib -lintl -I/usr/local/include... no
gettext function not found. Please install libintl at ./Makefile.PL line 18.
*** Error code 2

Stop in /usr/ports/devel/p5-Locale-gettext.
*** Error code 1

Stop in /usr/ports/misc/help2man.
*** Error code 1

Stop in /usr/ports/devel/autoconf262.
*** Error code 1

Stop in /usr/ports/lang/php5.
*** Error code 1

Stop in /usr/ports/lang/php5.
*** Error code 1

Stop in /usr/ports/lang/php5-extensions.
*** Error code 1

Stop in /usr/ports/lang/php5-extensions.
This is a fresh install i'm gonna test some things on and my freebsd is a little rusty.

Installing libintl hasnt seemed to fix the problem and I'm not sure what I should try next.

Thanks in advance for any tips,
-baraboom
Reply With Quote