Package Details: des 3.10-1

Package Base: des
Description: The Datalog Educational System (DES) is a deductive database system with Datalog, SQL, and Relational Algebra as query languages.
Upstream URL: http://des.sourceforge.net/
Category: science
Licenses: LGPLv3
Submitter: perlawk
Maintainer: perlawk
Last Packager: perlawk
Votes: 0
First Submitted: 2015-03-21 10:03
Last Updated: 2015-06-12 14:55

Latest Comments

Comment by perlawk

2015-06-12 14:57

missing the lib32-unixodbc, install from aur and add link:
ln -s /usr/lib32/libodbc.so /usr/lib32/libodbc.so.1

or compile from the updated tarball.

Sorry for your inconvenience.

Comment by StatelessCat

2015-06-01 00:58

Thanks for this package.
I cannot execute des.
```
des: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory
```
I have extra/unixodbc 2.3.2-1 [installed].

I tried to ```ln -s /usr/lib/libodbc.so.2 /usr/lib/libodbc.so.1``` without success.

Any clues ? thanks by advance