Issue Description
I am encountering an issue while trying to install the migration script. The problem arises during the make step, where the code fails to compile correctly. Specifically, I'm experiencing errors when configuring mysqlconnector-proj. Any help regarding this issue is greatly appreciated.
Environment
Operating System: Pop!_OS version 22.04
Virtualization software: VirtualBox
Host operating system: Windows 10
Steps to Reproduce
-
Start the virtual machine with Pop!_OS version 22.04.
-
Open the terminal and navigate to the desktop using the following command:
- Clone the mgmigrate repository from GitHub:
git clone https://github.com/memgraph/mgmigrate.git
- Change into the mgmigrate directory:
- Install the necessary dependencies by running the following commands:
sudo apt-get install -y git cmake make gcc g++ python3 libpq-dev postgresql-server-dev-all
sudo apt install python3-pip
pip3 install pymgclient psycopg2 mysql-connector-python
- Create a build directory and navigate into it:
- Configure the build using CMake:
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=. ..
- Install the libreadline development package to resolve an error encountered during the 'make' step:
sudo apt-get install libreadline-dev
- Finally, run the 'make' command to compile the code:
Error Screenshot
Please refer to the screenshots below, which illustrates the error I encountered during the 'make' step.
The following screenshot shows the tail end of the error.

In the same error I received an Openssl version issued that is screenshotted below:

Issue Description
I am encountering an issue while trying to install the migration script. The problem arises during the make step, where the code fails to compile correctly. Specifically, I'm experiencing errors when configuring
mysqlconnector-proj. Any help regarding this issue is greatly appreciated.Environment
Operating System:
Pop!_OS version 22.04Virtualization software:
VirtualBoxHost operating system:
Windows 10Steps to Reproduce
Start the virtual machine with Pop!_OS version 22.04.
Open the terminal and navigate to the desktop using the following command:
cd mgmigratemkdir build cd buildError Screenshot
Please refer to the screenshots below, which illustrates the error I encountered during the 'make' step.
The following screenshot shows the tail end of the error.

In the same error I received an Openssl version issued that is screenshotted below:
