[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-apl] Elias' SQL code
From: |
David B. Lamkins |
Subject: |
Re: [Bug-apl] Elias' SQL code |
Date: |
Sat, 05 Jul 2014 13:48:41 -0700 |
I found the problem.
Both sqlite and postgresql development packages must be installed.
I had sqlite installed but not postgresql. It looks as if ./configure
noticed the absence of Postgres, but somehow the lib_sql native function
didn't get built properly.
On Sat, 2014-07-05 at 12:12 -0700, David B. Lamkins wrote:
> I seem to be unable to bind the lib_sql native function. Suggestions?
>
> 'lib_sql' ⎕fx 'SQL'
> 0
>
> )host ls -l /usr/local/lib/apl/lib_sql.*
> -rw-r--r--. 1 root root 1307838 Jul 5
> 11:18 /usr/local/lib/apl/lib_sql.a
> -rwxr-xr-x. 1 root root 1008 Jul 5
> 11:18 /usr/local/lib/apl/lib_sql.la
> lrwxrwxrwx. 1 root root 16 Jul 5
> 11:18 /usr/local/lib/apl/lib_sql.so -> lib_sql.so.0.0.0
> lrwxrwxrwx. 1 root root 16 Jul 5
> 11:18 /usr/local/lib/apl/lib_sql.so.0 -> lib_sql.so.0.0.0
> -rwxr-xr-x. 1 root root 569481 Jul 5
> 11:18 /usr/local/lib/apl/lib_sql.so.0.0.0
>
> 0
>
>
> On Sat, 2014-07-05 at 16:03 +0200, Juergen Sauermann wrote:
> > Hi,
> >
> > I have added Elias' SQL code (native functions and APL workspace) so that
> > it is now built and installed automatically with GNU APL.
> >
> > Elias, thanks for providing this!
> >
> > /// Jürgen
> >
> >
> >
>
Message not available