Search Criteria
Package Details: sqliteodbc 0.99991-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/sqliteodbc.git (read-only, click to copy) |
---|---|
Package Base: | sqliteodbc |
Description: | ODBC driver for SQLite |
Upstream URL: | http://www.ch-werner.de/sqliteodbc/ |
Keywords: | odbc |
Licenses: | BSD |
Submitter: | vicencb |
Maintainer: | plenaerts |
Last Packager: | plenaerts |
Votes: | 19 |
Popularity: | 0.000000 |
First Submitted: | 2009-11-07 19:15 (UTC) |
Last Updated: | 2025-06-21 17:58 (UTC) |
Dependencies (3)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- sqlite (sqlite-fossilAUR)
- unixodbc (unixodbc-gitAUR)
Latest Comments
1 2 Next › Last »
plenaerts commented on 2025-06-21 18:00 (UTC)
Fixed by setting the C language standard to C17. No need to install gcc-13 to build.
plenaerts commented on 2025-06-21 07:48 (UTC)
I'm checking with the upstream maintainer for a fix.
gnulabis commented on 2025-06-02 15:01 (UTC) (edited on 2025-06-03 13:23 (UTC) by gnulabis)
2025-06-03 update: For anyone facing the same errors, I was able to bypass the problem by installing the official
gcc-13
package and using it to build sqliteodbc (default on Arch at the time of this writing is gcc 15.1.1 20250425).Hello, trying to build sqliteodbc 0.99991-1 today on x86_64 I get:
Followed by several incompatible pointer warnings like this one:
gcc version 15.1.1 20250425 (GCC).
plenaerts commented on 2023-03-25 21:56 (UTC) (edited on 2023-03-25 21:56 (UTC) by plenaerts)
After a ridiculous amount of time I've fixed that typo in post_install(). Sorry for that.
But. I've done this on an aarch64 system.
1) Getting code to compile required an update of the autogenerated autotools scripts.
2) It turns out that on aarch64 the installed files are not in /usr/lib64. They probably aren't in /usr/lib64 on i686 either. Therefore, I built a test in post_install() to check where the .so files end up and correctly setup /etc/odbcinst.ini.
Please let me know if this does not work on amd64 or i686 as I've not tested on those architectures.
power_frontier commented on 2022-01-27 02:44 (UTC)
@Giandoja Yeah, I confirm it too. I have to manually change the path on the config file.
plenaerts commented on 2020-01-04 16:23 (UTC)
Added the unixodbc dependency. I've not changed the download link as it has not changed on the website.
mhthies commented on 2019-06-23 18:02 (UTC)
The dependency upon 'unixodbc' is still missing in the PKGBUILD, as @sysrob mentioned in the comment below.
skeksis268 commented on 2018-12-07 10:45 (UTC) (edited on 2018-12-07 10:45 (UTC) by skeksis268)
I contacted the author, he sent me a different link (from a separately hosted mirror of his whole website) that should work outside of browsers
http://www.ch-werner.homepage.t-online.de/sqliteodbc/sqliteodbc-0.9996.tar.gz
dlin commented on 2018-11-13 15:25 (UTC)
@znmeb, there are some protection on the download url, so please download the same file, on your browser instead of standard method.
1 2 Next › Last »