weizhouapache commented on code in PR #7815:
URL: https://github.com/apache/cloudstack/pull/7815#discussion_r1288899794


##########
debian/cloudstack-management.postinst:
##########
@@ -59,6 +59,15 @@ if [ "$1" = configure ]; then
 
     ln -sf ${CONFDIR}/log4j-cloud.xml ${CONFDIR}/log4j.xml
 
+    # install mysql_connector_python
+    if [[ ! $(apt-cache search python3-mysql.connector | wc -l) -ge 1 ]]; then

Review Comment:
   @rohityadavcloud 
   still error when install cloudstack-management on ubuntu22
   
![image](https://github.com/apache/cloudstack/assets/57355700/3a1f0c45-f77e-4b37-9174-25d585113520)
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to