Menu

Jawmail 2rc2 install

Help
Anonymous
2002-08-13
2002-08-13
  • Anonymous

    Anonymous - 2002-08-13

    with test.php I get:

    In the pear files:
    Cache.php - Missing!

    but with install.php I get:
    Net/Socket.php - Missing!

    Are these compiler options for php?  Do I need to worry about what test.php says or just what the install.php said? 

    Please help.

     
    • Rudi Benkovic

      Rudi Benkovic - 2002-08-13

      Ignore test.php.

      Net/Socket should be installed by issuing "pear install Net_Socket" from the shell on your webserver. Or go to http://pear.php.net/package-info.php?pacid=64 and install it manually into your PEAR directory.

      This is required for sending mail via SMTP.

       
    • Anonymous

      Anonymous - 2002-08-13

      I went for the pear install Net_Socket and I get this:

      The extension 'zlib' couldn't be loaded. Probably you don't have support in your PHP to this extension.

      <gulp> do I need to re-compile?

      Thanks again for your help.

       
      • Rudi Benkovic

        Rudi Benkovic - 2002-08-13

        Um, yes, you'll have to recompile :) "./config.nice --with-zlib; make; make install". It ain't that hard :)

         
    • Anonymous

      Anonymous - 2002-08-13

      I use sendmail for sending the emails, should I just modify the install.php or does jawmail need the Net_Socket for anything else?

       
      • Rudi Benkovic

        Rudi Benkovic - 2002-08-13

        Just for SMTP. You can disable it, yes...

         

Log in to post a comment.