Problem installing php5-gd

Tom Evans tevans.uk at googlemail.com
Wed Mar 20 10:58:31 UTC 2013


On Tue, Mar 19, 2013 at 7:10 PM, Manuel Ochoa
<mochoa at peachtreeatlanta.us> wrote:
> Hello Maintainer,
>
> I recently installed Freebsd 9.1 on a new server and installed php5. I then
> ran these commands:
>
>
> cd /usr/ports/graphics/php5-gd
> make install clean
>
>
> And got this error:
>
>
> ...checking for gcc... (cached) cc
> checking whether we are using the GNU C compiler... (cached) yes
> checking whether cc accepts -g... (cached) yes
> checking for cc option to accept ISO C89... (cached) none needed
> checking dependency style of cc... (cached) gcc3
> checking for xsltproc... no
> configure: error: XCB requires xsltproc.

libxcb requires libxslt, and the dependency is listed correctly in the
BUILD_DEPENDS for libxcb, so I am unsure how you ended up with this.

Do you have libxslt installed? Do you have an xsltproc executable?

Including the config.log, as the error message indicated, would help.

Cheers

Tom


More information about the freebsd-x11 mailing list