rebuild PHP4.3.3 with sendmail-support

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steffen Peters

    rebuild PHP4.3.3 with sendmail-support

    Hi all!

    Trying to reinstall PHP on my system I have some problems:

    After make clean, ./configure, make and make install for php4.3.3 I am
    getting the following output:

    snip------

    [PEAR] Mail - already installed: 1.1.1
    [PEAR] Net_SMTP - already installed: 1.2.3
    [PEAR] Net_Socket - already installed: 1.0.1

    snip-------


    PHP works fine but has no mail()-support. There are several files with
    the date of my first php-build session. (eg. mail.php, smtp.php ...)

    What can I do to get phps mail() works fine. Make uninstall/reinstall
    failed.


    thx
    Steffen

    --
    .... just remove the X from the first n last position of this
    Email-Adress ;-)

  • Steffen Peters

    #2
    Re: rebuild PHP4.3.3 with sendmail-support

    Yes...just done it. I have done rm -r /usr/local/lib/php and than
    installed php again...it worx!!

    But after that u have to rebuild the apache too, to get fully
    mail()-support!




    Steffen Peters schrieb:[color=blue]
    > Hi all!
    >
    > Trying to reinstall PHP on my system I have some problems:
    >
    > After make clean, ./configure, make and make install for php4.3.3 I am
    > getting the following output:
    >
    > snip------
    >
    > [PEAR] Mail - already installed: 1.1.1
    > [PEAR] Net_SMTP - already installed: 1.2.3
    > [PEAR] Net_Socket - already installed: 1.0.1
    >
    > snip-------
    >
    >
    > PHP works fine but has no mail()-support. There are several files with
    > the date of my first php-build session. (eg. mail.php, smtp.php ...)
    >
    > What can I do to get phps mail() works fine. Make uninstall/reinstall
    > failed.
    >
    >
    > thx
    > Steffen
    >[/color]


    --
    .... just remove the X from the first n last position of this
    Email-Adress ;-)

    Comment

    Working...