Atharva Agate created MADLIB-1515:
-------------------------------------
Summary: Ubuntu - Unable to load 'madlib' extension version 1.18.0
due to missing control file and SQL file.
Key: MADLIB-1515
URL: https://issues.apache.org/jira/browse/MADLIB-1515
Project: Apache MADlib
Issue Type: Bug
Reporter: Atharva Agate
I attempted to load the 'madlib' extension version 1.18.0 using the following
command:
{code:java}
bash pgxn load madlib==1.18.0 -U postgres -d postgres {code}
After confirming the installation, the process fails with the following error:
{code:java}
// code placeholder
The extension 'madlib' doesn't contain a control file: it will be installed as
a loose set of objects.
Do you want to continue? [y/N] y
Please answer yes or no [y/N] y
ERROR: cannot find sql file for extension 'madlib': 'madlib--1.18.0.sql' {code}
Steps to Reproduce:
Run the command sudo pgxnclient install madlib==1.18.0
Run the command pgxn load madlib==1.18.0 -U postgres -d postgres.
Confirm the installation when prompted.
h2. Environment:
{code:java}
$ pg_config --version
PostgreSQL 15.5 (Ubuntu 15.5-1.pgdg22.04+1)
LAPTOP-IFN1LDVK:/mnt/c$ cmake --version
cmake version 3.22.1
CMake suite maintained and supported by Kitware (kitware.com/cmake).
$ pgxn --version
pgxnclient 1.3.2
{code}
I have been trying to install Madlib on WSL Ubuntu with various combinations of
versions of postgres, cmake, madlib but no combination succeeds without error.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)