Re: [EMAIL PROTECTED] perl and mysql issue

2006-12-13 Thread Jim Goh
your server MySQL setup? Can you run the Perl script on the server as the same user Apache runs as? Finally, just to be absolutely sure - when you say it runs from the "command" line, you *do* mean the command line on the Apache server, right? Issac Jim Goh wrote: > Hi, > > I ha

[EMAIL PROTECTED] perl and mysql issue

2006-12-13 Thread Jim Goh
Hi, I have perl 5.6.1 and mysql 5.0.24 installed and the following perl script works fine from command line, but not working when I run from the IE browser: #!/usr/local/bin/perl use DBI; use CGI qw(:standard); use CGI::Carp 'fatalsToBrowser'; use strict; print header; print st

Re: [EMAIL PROTECTED] Apache 2.2 and PHP 5.0.4 issue

2006-06-15 Thread Jim Goh
hello david,  the following .so created automatically after i installed the php from sunfreeware.com site.    I am running Solaris 9 on sparc. [EMAIL PROTECTED] wrote: Jim Goh wrote:> Hi,> > I try to get the PHP working with Apache 2.2, after I add the following > line in htt

[EMAIL PROTECTED] Apache 2.2 and PHP 5.0.4 issue

2006-06-14 Thread Jim Goh
Hi,   I try to get the PHP working with Apache 2.2, after I add the following line in httpd.conf file, then start the apache and got the following error.  Any help or suggestion will be appreciated.   LoadModule php5_module    modules/libphp5.so   thanks!   httpd: Syntax error on line 5