pecl install xdebug-2.0.0RC3

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
jeffkee
Forum Newbie
Posts: 1
Joined: Tue Aug 14, 2007 3:31 am

pecl install xdebug-2.0.0RC3

Post by jeffkee »

I was told on the documentation that I should install the xdebug module by typing

pecl install xdebug-2.0.0RC3

into the command line of Linux. When I do it I get this error :

/home/www/htdocs/affiliate/swift/lib$ pecl install xdebug-2.0.0RC3
Warning: main(Console/Getopt.php): failed to open stream: No such file or directory in System.php on line 27
Fatal error: main(): Failed opening required 'Console/Getopt.php' (include_path='/usr/local/lib/php') in /usr/local/lib/php/System.php on line 27


And when I run the smoke tests, the error msg says

Error: Message did not send!

ON all 5 smoke test types, without any further explanation on what exactly is the problem.

Any suggestions?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

I can't really help with your pecl/xdebug installation troubles I'm afraid, but the "message did not send" error suggests your SMTP server rejected the email being sent. The new smoke tests in the subversion repository have more detailed information about the problem if you have access to svn ;) If not, I'm just boxing off a few things before a new release anyway :)
Post Reply