I'm trying to building HammerDB from source with different python verison (version 3.11) #726
-
I’m currently trying to build HammerDB from source, and I’ve encountered an issue that I’m hoping to get some help with. I've successfully configured the environment variables and installed the necessary DB clients. The client libraries were built without any problems. However, I'm getting stuck when the build process tries to compile the tcl0.4 library, which is throwing an error. One thing to note is that I'm attempting to compile using Python 3.11 instead of Python 3.8 on Ubuntu 22.04.4. Here’s the error message I’m seeing:
Could someone provide some insight on the following:
Any help you can provide would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The build from source uses |
Beta Was this translation helpful? Give feedback.
The build from source uses
python3-config
to find the right libraries make sure that the correct python3-config you want to use is in the path.Note if you don't want to use the python interface comment out the tclpy line here https://github.com/TPC-Council/HammerDB/blob/master/Build/Bawt-2.1.0/Setup/HammerDB-Linux.bawt