Re: [users@httpd] Apache24, Perl 5.010, MySQL 5.6 and Windows 8.1 - no database connection

2015-04-19 Thread Dan Östberg
Dear Jeff:-) As you can see from the enclosed files I've changed the scriptinpretersource. Are there any updates of httpd.conf that I shall do? DBIcreatetable.pl doesn't run but printenv.pl does 2015-04-19 18:22 GMT+02:00 Jeff Trawick traw...@gmail.com: On 04/19/2015 11:01 AM, Dan Östberg

Re: [users@httpd] Apache24, Perl 5.010, MySQL 5.6 and Windows 8.1 - no database connection

2015-04-19 Thread Dr James Smith
Dan, The #! line has to be the first line - so it's being ignored... remove the ##! line at the start and see what happens. James On 19/04/2015 18:28, Dan Östberg wrote: Dear Jeff:-) As you can see from the enclosed files I've changed the scriptinpretersource. Are there any updates of

Re: [users@httpd] Apache24, Perl 5.010, MySQL 5.6 and Windows 8.1 - no database connection

2015-04-19 Thread Dan Östberg
Dear Jeff:-) As you can see from the the files below I've changed the scriptinpretersource. Are there any updates of httpd.conf that I shall do? DBIcreatetable.pl doesn't run but printenv.pl does: DBIcreatetable.pl: #!C:\Dwimperl\perl\bin\perl.exe use 5.010; use strict; use warnings; use DBI;

[users@httpd] Apache24, Perl 5.010, MySQL 5.6 and Windows 8.1 - no database connection

2015-04-19 Thread Dan Östberg
Everything works (It works!) except for running cgi/pl-files where database connection are involved. A typical Apache server error message is [Sun Apr 19 15:11:03.324060 2015] [cgi:error] [pid 3312:tid 1032] (9)Bad file descriptor: [client ::1:49681] AH01222: don't know how to spawn child

Re: [users@httpd] Apache24, Perl 5.010, MySQL 5.6 and Windows 8.1 - no database connection

2015-04-19 Thread Jeff Trawick
On 04/19/2015 11:01 AM, Dan Östberg wrote: Everything works (It works!) except for running cgi/pl-files where database connection are involved. A typical Apache server error message is [Sun Apr 19 15:11:03.324060 2015] [cgi:error] [pid 3312:tid 1032] (9)Bad file descriptor: [client