|
Re: Running A Perl Script Locally
For the curious:
The problem has been resolved. As I thought, Apache wasn't on the same machine as the one I was accessing, and therefore mysql.pm wasn't there. And if I did point Perl to the mysql.pm that the server used, it had been compiled on a different architecture. The Apache server was Solaris when the scripts were on an i386 machine.
So instead I'm socketing into the Apache server and executing it through the Solaris architecture. It works. What a waste of time that junk was.
|