PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : ASP mit Apache!?!



Fletch
12-12-2001, 01:31
Hi
Ich will ASP mit dem Apache betreiben und bekomm es nun aber nicht hin, es zu installieren!
Ich benutze Debian!
Hab jetzt von http://www.apache-asp.org das Install befolgt, bekomme aber nun einen Error, wenn ich make test mache!

box:/home/fletch/Apache-ASP-2.29# make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl/5.6.1 -I/usr/share/perl/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/application.......ok
t/asp_object........ok
t/cache.............ok
t/collectionitem....ok
t/collection........ok
t/general...........ok
t/include_change....ok
t/include_runtime...ok
t/include...........ok
t/load..............ok
t/loops.............ok
t/request...........ok
t/response..........ok
t/server_mail.......[asp] [26154] [error] [failure] $Server->Mail() failed in test mode, check that your Net::SMTP was installed with appropriate defaults. at T.pm line 33. <--> , blib/lib/Apache/ASP.pm line 1560
FAILED before any test output arrived
t/server............ok
t/session_events....ok
t/session_serialize.ok
t/session...........ok
t/taint_check.......ok
t/xmlsubs...........ok
Failed Test Status Wstat Total Fail Failed List of Failed
--------------------------------------------------------------------------------
t/server_mail.t ?? ?? % ??
Failed 1/20 test scripts, 95.00% okay. 0/223 subtests failed, 100.00% okay.
make: *** [test_dynamic] Fehler 29
box:/home/fletch/Apache-ASP-2.29#

wie kann ich das jetzt lösen? hab schon in die Files geguckt, aber kein plan, was ich da jetzt ändern könnte! :(
Kann ich diesen Test nicht auch ohne das Server_mail machen?! :)

thnx
Fletch

JoelH
12-12-2001, 14:54
es liegt ein Problem mit dem Modul Net::SMTP vor, das ist aber ein Perlproblem kein php Problem :(