Menu

#389 Apache & PHP doesnt start on FreeBSD after installing Syntax

closed-invalid
5
2013-06-21
2004-02-19
Anonymous
No

I upgraded the Curl package to curl-7.10.7, and my
Apache stopped working. Apache give the following error
and stops there.

Syntax error on line 57
of /usr/local/etc/apache/httpd.conf:
Cannot load /usr/local/libexec/apache/libphp4.so into
server: /usr/local/lib/libsnmp.so.4: Undefined
symbol "des_cbc_encrypt"
Apache and

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2004-02-19

    Logged In: YES
    user_id=1110

    This is not a curl bug. Curl 7.10.7 works fine. If another
    project that uses curl has problems with 7.10.7 (or
    whatever), then please file bug reports with them!

     
  • Daniel Stenberg

    Daniel Stenberg - 2004-02-19
    • summary: Apache & PHP doesnt start on FreeBSD after installing Syntax --> Apache & PHP doesnt start on FreeBSD after installing Syntax
    • status: open --> closed-invalid
     
  • Padmanabhan

    Padmanabhan - 2004-02-19

    Logged In: YES
    user_id=667920

    Thanks.
    But, this happend after upgrading to CURL -7.10.7. Do you
    have a list of depend ports that got affected by this upgrade?

     
  • Daniel Stenberg

    Daniel Stenberg - 2004-02-19

    Logged In: YES
    user_id=1110

    "depend ports" ?

    First, you haven't told us what version of curl you upgraded
    from, so I can't really tell what possible inpact your
    upgrade actually had.

    The des_* symbol is not a symbol libcurl provides, OpenSSL
    does. And it looks like you somehow no longer use that, or
    something similar.