./configure > OpenSSL-Fehler
Hallo,
bei der ./configure von PHP5.0.3 kriege ich folgendes:
....
Configuring extensions
checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking whether libxml build works... yes
checking for OpenSSL support... yes
checking for pkg-config... no
configure: error: Cannot find OpenSSL's <evp.h>
Bin sehr dankbar für einen Hinweis, was es mit diesem Fehler
auf sich hat!
MikeM
Re: ./configure > OpenSSL-Fehler
MikeM wrote:
> bei der ./configure von PHP5.0.3 kriege ich folgendes:
> Configuring extensions
> checking whether to enable LIBXML support... yes
> checking libxml2 install dir... no
> checking whether libxml build works... yes
> checking for OpenSSL support... yes
> checking for pkg-config... no
> configure: error: Cannot find OpenSSL's <evp.h>
> Bin sehr dankbar für einen Hinweis, was es mit diesem Fehler
> auf sich hat!
Hi Mike
Meine Kristallkugel sagt, dass du openssl-dev nicht installiert hast.
Ob sie wohl recht hat?
Johannes
Re: ./configure > OpenSSL-Fehler
Das war's :-)
Vielen Dank, Johannes!
"Johannes Vogel" <newsgroups [at] jvogel.ch> schrieb im Newsbeitrag
news:cr1f86$qoj$2 [at] news.hispeed.ch...
> MikeM wrote:
> > bei der ./configure von PHP5.0.3 kriege ich folgendes:
> > Configuring extensions
> > checking whether to enable LIBXML support... yes
> > checking libxml2 install dir... no
> > checking whether libxml build works... yes
> > checking for OpenSSL support... yes
> > checking for pkg-config... no
> > configure: error: Cannot find OpenSSL's <evp.h>
> > Bin sehr dankbar für einen Hinweis, was es mit diesem Fehler
> > auf sich hat!
>
> Hi Mike
>
> Meine Kristallkugel sagt, dass du openssl-dev nicht installiert hast.
>
> Ob sie wohl recht hat?
> Johannes