Hi all,

i'm new to this list. I subscribed because I have problem with
SMTP.php. This problem/bug may have already been covered.

I use FreeBSD 4.6-p1, and I checked both the freebsd-port's source,
and the source downloaded from php.net.

My IMP uses Net/SMTP.php. SMTP.php tries to include Socket.php. It
looks for Net/Socket.php in /usr/local/lib/php/.

When I take a look at SMTP.php i find:

bart@heresy:~/php-4.2.1/pear/Net $ grep Socket SMTP.php
        include_once 'Net/Socket.php';

When I try to find Socket.php...

bart@heresy:~/php-4.2.1 $ find . -type f | grep Socket
bart@heresy:~/php-4.2.1 $

.. I find it doesn't exist.

Can anybody enlighten me on this issue ?

Regards,

Bart

-- 
Bart Matthaei                 [EMAIL PROTECTED] 

If at first you don't succeed, redefine success.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to