I am still getting lines similar to this one on my VPS: *[Wed Dec 19 05:54:18.021829 2018] [core:notice] [pid 1816] AH00052: child pid 2975 exit signal Segmentation fault (11)*
and I tried both packages: *tdbc::mysql* and *mysqltcl . * In *tdbc::mysql* rivet crashes once I load the *tdbc::mysql *as follows: *package require tdbc::mysql* In *mysqltcl*, rivet crashes once I try to connect using its connection command as following. please, and of course, substitute the variables*$dbhost - $dbuser - $dbpasswd* : *package require mysqltcl; #works just fine* *set dbcon [::mysql::connect -host $dbhost -user $dbuser -password $dbpasswd -encoding utf-8 ] ; # rivet crashes.* I am not sure what's wrong with my VPS. both commands work just fine in tclsh .