A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4890 ====================================================================== Reported By: dam Assigned To: maciej ====================================================================== Project: mysql_dev Issue ID: 4890 Category: packaging Reproducibility: have not tried Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2012-02-01 14:55 CET Last Modified: 2012-02-01 22:55 CET ====================================================================== Summary: Link to 64 bit config is missing Description: The symlink to the 64 bit version of mysql_config is missing, whereas the 32 bit exists: /opt/csw/bin/mysql_config -> /opt/csw/bin/mysql_config-5.0 The result is 64 bit apps falling back to the 32 bit version pulling in the wrong flags. ======================================================================
---------------------------------------------------------------------- (0009573) dam (administrator) - 2012-02-01 22:55 https://www.opencsw.org/mantis/view.php?id=4890#c9573 ---------------------------------------------------------------------- The symlink is put in place by alternatives and the respective file contains only an alternative for 32 bit: unstable9s% more work/solaris9-sparc/pkgroot/opt/csw/share/alternatives/mysql_dev /opt/csw/bin/mysql_config mysql_dev /opt/csw/bin/mysql_config-5.0 50 I'll make the necessary additions to the alternative definition in the Makefile. _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
