View Single Post
Old Nov 23rd, 2007, 11:53 AM   #12
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 1,885
Rep Power: 5 Sane will become famous soon enough
Send a message via MSN to Sane
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.
Sane is online now   Reply With Quote