Everything posted by polyphem
-
Just starting and i can´t make it work
Does the directory "apache/log" exist? See also http://forum.uniformserver.com/index.php?showtopic=134&hl=
-
Unable to Conncet to MySQL Database...
should be $dbconn = @mysql_connect('localhost', 'root', 'root');
-
3.1 starts well - but not 3.2 nor 3.2a
Not your fault , but TugZips , but pls put a 1 byte placeholder-file there .
-
3.1 starts well - but not 3.2 nor 3.2a
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....
-
Windows XP, Can't locate loadable object for modul
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.
-
Windows XP, Can't locate loadable object for modul
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 ?
-
Windows XP, Can't locate loadable object for modul
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