Gossamer Forum
Home : Products : Others : MySQLMan :

v.1.05--> $SCRIPT_PATH

Quote Reply
v.1.05--> $SCRIPT_PATH
$SCRIPT_PATH still does not work. I had to use ABSOLUTE PATHS for the required files in the check_libraries subroutine. Even when I added:

Code:

use lib '/absolute/path/to/mysqlfiles';


that didn't work.

I also tried uncommenting $SCRIPT_PATH in the mysql.cfg file. But logically speaking, if the mysql.cfg file cannot be found in the @INC, then how is $SCRIPT_PATH able to be defined in the mysql.cgi script???

Just thought you should know.

Regards,

Eliot Lee
Quote Reply
Re: v.1.05--> $SCRIPT_PATH In reply to
Hi,

Thanks, I'm doing a little more tweaking to auto detect the path better.

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: v.1.05--> $SCRIPT_PATH In reply to
Great!

Thanks, Alex.

Regards,

Eliot Lee