Jump to content
The Uniform Server Community

polyphem

Member
  • Posts

    7
  • Joined

  • Last visited

polyphem's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Does the directory "apache/log" exist? See also http://forum.uniformserver.com/index.php?showtopic=134&hl=
  2. should be $dbconn = @mysql_connect('localhost', 'root', 'root');
  3. Not your fault , but TugZips , but pls put a 1 byte placeholder-file there .
  4. Aaaaaaaarrrrrrrrggggghhhhhhhh, this one also took me 2 days to solve after a fresh install and opening the archive with TugZip..... plllllllsssssss put a 1 byte file in that dir....
  5. Thanks for the answer MrX, meanwhile i solved this microtime issue with a php-script , I'll download the dlls and will try and give feedback later on.
  6. I guess thats not the problem, as mentioned the module seems to be pre-installed with uniformserver, as this file is present: C:\Uni\diskw\usr\lib\Time\HiRes.pm and subst of course w:\usr\lib\Time\HiRes.pm but nevertheless its not being found by @INC definition ?
  7. HiHo, first thanks for your great work, i'm using the Uniformserver since the early 2.x releases and it safed me lots of time. Now a Perl related question, i tried to include a module in one of my perl scripts, but it doesnt work. Perl-Script first two lines, without the second the script works fine: #!/usr/bin/perl use Time::HiRes; Error-Log: [Mon Jul 11 13:34:09 2005] [error] [client 127.0.0.1] Premature end of script headers: test.pl [Mon Jul 11 13:34:09 2005] [error] [client 127.0.0.1] Can't locate loadable object for module Time::HiRes in @INC (@INC contains: W:/usr/lib .) at W:/cgi-bin/test.pl line 2\r [Mon Jul 11 13:34:09 2005] [error] [client 127.0.0.1] Compilation failed in require at W:/cgi-bin/test.pl line 2.\r [Mon Jul 11 13:34:09 2005] [error] [client 127.0.0.1] BEGIN failed--compilation aborted at W:/cgi-bin/test.pl line 2.\r The drive is subst and the module is available at w:\usr\lib\time\HiRes.pm. Any hints for me to get it working? Regards Polyphem
×
×
  • Create New...