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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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.
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.
Um, yes, you'll have to recompile :) "./config.nice --with-zlib; make; make install". It ain't that hard :)
I use sendmail for sending the emails, should I just modify the install.php or does jawmail need the Net_Socket for anything else?
Just for SMTP. You can disable it, yes...