WSF / PHP installation error - creating everything in savanc / bin / bash: line 17: cd: savanc: no such file or directory

with PHP 5.3+ I get this error at the stage of creating installation instructions;

Making all in savanc /bin/bash: line 17: cd: savanc: No such file or directory

Then I tried with older PHP 5.2.x to get this error at the same stage:

fatal error: libxml/tree.h: No such file or directory

Yes, LIBXML2 is installed, I would prefer to install it on the last virtual machine, but even the older one may just know how to get through these errors. anyone please help me?

+3
source share
1 answer

If you look at this file

build.sh

You will see the options for ./configure. One of them--enable-savan=no

I'm not sure if this is a solution, but try using it!

0
source

All Articles