Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2014 17:23:52 +0100
From:      Aled Morris <aledm@qix.co.uk>
To:        Erich Dollansky <erichsfreebsdlist@alogt.com>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: despairing with apache httpd + php
Message-ID:  <CAO1bj=b=DqCpqaBSCx5KuRQy_0ad0Qpk4OBFCBmZbtfLp=9kRg@mail.gmail.com>
In-Reply-To: <20140401001447.1c6013d4@X220.alogt.com>
References:  <CAO1bj=bOxZ00dnFNX3Z8oTpumbYLjmygKEkvrSL0vS8xSrMV1A@mail.gmail.com> <20140401001447.1c6013d4@X220.alogt.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 31 March 2014 17:14, Erich Dollansky <erichsfreebsdlist@alogt.com> wrote:

> This is how I have done it. Just get the source, compile and install.
> But I do not think that it is important to do it like this. You also
> can do a make install and get it all done in a single step.


Compiling php-5.5.10 from source with:

$ sh configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs
$ make

results in a build that can't be installed:

$ sudo make install
...blah...blah...
Warning!  dlname not found in /usr/local/apache2/modules/libphp5.la.
Assuming installing a .so rather than a libtool archive.
chmod 755 /usr/local/apache2/modules/libphp5.so
chmod: /usr/local/apache2/modules/libphp5.so: No such file or directory
apxs:Error: Command failed with rc=65536

very frustrating!

Aled



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAO1bj=b=DqCpqaBSCx5KuRQy_0ad0Qpk4OBFCBmZbtfLp=9kRg>