yuniql icon indicating copy to clipboard operation
yuniql copied to clipboard

yuniql run - No usable version of libssl was found - Aborted (core dumped)

Open giotachristodoulou98 opened this issue 5 months ago • 0 comments

I have a testing empty database and a test sql script which I am trying to execute using yuniql run command.

Command: yuniql run -p /tmp/devops/downloads/postgresdb/ -c 'Host=localhost;Port=5432;Username=<username>;Password=<password>;Database=<dbname>' -a true --platform postgresql -t v0.00 --environment UAT

Output:

Running yuniql v1.1.55 for linux-x64
Copyright 2019 (C) Rodel E. Dagumampan. Apache License v2.0
Visit https://yuniql.io for documentation & more samples

INF   2024-08-30 08:41:14Z   Run configuration:
{
  "isInitialized": true,
  "workspace": "/tmp/devops/downloads/postgresdb/",
  "platform": "postgresql",
  "connectionString": "<sensitive-data-redacted>",
  "isAutoCreateDatabase": true,
  "targetVersion": "v0.00",
  "tokens": [],
  "isVerifyOnly": false,
  "bulkSeparator": ",",
  "bulkBatchSize": 0,
  "commandTimeout": 30,
  "isDebug": false,
  "appliedByTool": "yuniql-cli",
  "appliedByToolVersion": "1.1.55.0",
  "environment": "UAT",
  "metaSchemaName": null,
  "metaTableName": null,
  "isContinueAfterFailure": false,
  "transactionMode": "session",
  "isRequiredClearedDraft": false,
  "isForced": false
}
No usable version of libssl was found
Aborted (core dumped)

I have also installed openssl-devel package but the issue remains.

giotachristodoulou98 avatar Aug 30 '24 10:08 giotachristodoulou98