diff --git a/xCAT-server/share/xcat/installp_bundles/xCATaixSN53.bnd b/xCAT-server/share/xcat/installp_bundles/xCATaixSN53.bnd index 93c2b955b..f508a63b3 100644 --- a/xCAT-server/share/xcat/installp_bundles/xCATaixSN53.bnd +++ b/xCAT-server/share/xcat/installp_bundles/xCATaixSN53.bnd @@ -50,7 +50,10 @@ R:perl-IO-Socket-SSL* R:unixODBC* R:perl-DBD-mysql* -R:mysql-connector-odbc* + +# optional - needed if using mysql ODBC support (e.g. with LoadLeveler) +#I:X11.base.lib +#R:mysql-connector-odbc* R:perl-xCAT* R:xCAT-client* diff --git a/xCAT-server/share/xcat/installp_bundles/xCATaixSN61.bnd b/xCAT-server/share/xcat/installp_bundles/xCATaixSN61.bnd index c5c50482b..d84ec3d34 100644 --- a/xCAT-server/share/xcat/installp_bundles/xCATaixSN61.bnd +++ b/xCAT-server/share/xcat/installp_bundles/xCATaixSN61.bnd @@ -57,7 +57,11 @@ R:unixODBC* R:perl-DBD-DB2* R:perl-DBD-Pg* R:perl-DBD-mysql* -R:mysql-connector-odbc* + + +# optional - needed if using mysql ODBC support (e.g. with LoadLeveler) +#I:X11.base.lib +#R:mysql-connector-odbc* # optional - needed if using Postgresql #R:xcat-postgresql* diff --git a/xCAT-server/share/xcat/installp_bundles/xCATaixSN71.bnd b/xCAT-server/share/xcat/installp_bundles/xCATaixSN71.bnd index 8c8183247..cf03b179a 100644 --- a/xCAT-server/share/xcat/installp_bundles/xCATaixSN71.bnd +++ b/xCAT-server/share/xcat/installp_bundles/xCATaixSN71.bnd @@ -53,7 +53,10 @@ R:unixODBC* R:perl-DBD-DB2* R:perl-DBD-Pg* R:perl-DBD-mysql* -R:mysql-connector-odbc* + +# optional - needed if using mysql ODBC support (e.g. with LoadLeveler) +#I:X11.base.lib +#R:mysql-connector-odbc* # optional - needed if using Postgresql #R:xcat-postgresql*