| Bug #105 | Wrong path to Perl in Solaris 2.8 Perl scripts | ||
|---|---|---|---|
| Submitted: | 27 Feb 2003 3:21 | Modified: | 11 Mar 2003 2:19 |
| Reporter: | Lenz Grimmer | Email Updates: | |
| Status: | Closed | Impact on me: | |
| Category: | MySQL Server: Compiling | Severity: | S2 (Serious) |
| Version: | 4.0.11 | OS: | Solaris (Solaris 8) |
| Assigned to: | Lenz Grimmer | CPU Architecture: | Any |
[11 Mar 2003 2:19]
Lenz Grimmer
Thank you for your bug report. This issue has been fixed in the latest
development tree for that product. You can find more information about
accessing our development trees at
http://www.mysql.com/doc/en/Installing_source_tree.html
Should be fixed by adjusting the PATH variable for this build host to not
include /my/gnu/bin anymore.

Description: Date: Wed, 26 Feb 2003 23:48:35 -0600 (CST) From: Alexandre Vaniachine <vaniachine@anl.gov> To: mysql@lists.mysql.com Subject: 4.0.11 perl scripts problem Perl scripts mysql_convert_table_format mysql_explain_log mysql_find_rows mysql_fix_extensions mysql_fix_privilege_tables mysql_setpermission mysql_tableinfo mysql_zap mysqld_multi mysqlaccess mysqldumpslow mysqlhotcopy from the mysql-standard-4.0.11-gamma-sun-solaris2.8-sparc.tar.gz tarball start with the line: #!/my/gnu/bin/perl the 4.0.9 release had a more traditional (and working) perl location: #!/usr/local/bin/perl Is that a bug or a feature? Regards, Sasha How to repeat: