Hello Again-
I got such great response here I thought I would come back with another question. I'm trying to setup a message board on a internal web server.
When I run the diagnostic script, it says I'm missing the DBI perl module and the DBD mySQL perl module. So I contated tech support, here is the response I got from them.
Hi,
Please contact your host and ask them to install DB_File module of Perl for you.
If this is your own host, please run these commands :
ppm install DB_File
ppm install DBI
ppm install DBD:mySQL
( ppm is a file in the same directory with Perl.exe )
Regards,
But they don't support anything MAC. So they had no idea how to do this in OSX. I have tried to go to /usr/bin/, /library/perl/, system/library/perl/ and tried to issue these commands, and I get a command not found error. Anyone know where I went astray?? Thanks for any help.
John
I got such great response here I thought I would come back with another question. I'm trying to setup a message board on a internal web server.
When I run the diagnostic script, it says I'm missing the DBI perl module and the DBD mySQL perl module. So I contated tech support, here is the response I got from them.
Hi,
Please contact your host and ask them to install DB_File module of Perl for you.
If this is your own host, please run these commands :
ppm install DB_File
ppm install DBI
ppm install DBD:mySQL
( ppm is a file in the same directory with Perl.exe )
Regards,
But they don't support anything MAC. So they had no idea how to do this in OSX. I have tried to go to /usr/bin/, /library/perl/, system/library/perl/ and tried to issue these commands, and I get a command not found error. Anyone know where I went astray?? Thanks for any help.
John