当前位置:网站首页>ImportError: /lib/libgdal.so.26: undefined symbol: sqlite3_column_table_name
ImportError: /lib/libgdal.so.26: undefined symbol: sqlite3_column_table_name
2022-08-03 18:09:00 【Let the Emperor love you】
This error message is mainly sqlite3_column_table_name
Because the sqlite3_column_table_name
related functions were not compiled in when installing sqlite3
If you use the apt package on ubnutu to installThe default is to not compile this func
- download the corresponding compressed package sqlite-autoconf-3350400.tar.gz
Be careful not to download the amalgamation version of this, the source code does not contain a makefile
- Unzip
tar -xvf sqlite-autoconf-3350400.tar.gzcd sqlite-autoconf-3350400
- Edit
vim sqlite3.c
#define SQLITE_CORE 1span>#define SQLITE_AMALGAMATION 1#ifndef SQLITE_PRIVATE# define SQLITE_PRIVATE static#endif//Add #define SQLITE_ENABLE_COLUMN_METADATA 1
边栏推荐
猜你喜欢
随机推荐
Atomic Wallet已支持TRC20-USDT
超T动力 焕“芯”出发 | 中国重汽专属定制版WP14T产品闪耀登场
【mysql】SIGN(x)函数
这是Facebook母公司 关于元宇宙的80万亿美元豪赌
什么是鉴权?一篇文章带你了解postman的多种方式
荧光标记多肽FITC/AMC/FAM/Rhodamine/TAMRA/Cy3/Cy5/Cy7-Peptide
rhel8.3 系统下修改有线网卡配置信息实现联网
JS string to GBK encoding ultra-reduced implementation
【Azure 事件中心】使用Azure AD认证方式创建Event Hub Consume Client + 自定义Event Position
websocket Handshake failed due to invalid Upgrade header
【汇编语言03】第2章 寄存器——实验1:查看CPU和内存,用机器指令和汇编指令编程
宝塔搭建企业招聘网站源码实测
广告电商、泰山众筹、链动2+1,这3个模式到底怎么样?
Arduino实验三:继电器实验
深度学习跟踪DLT (deep learning tracker)
pydev debugger: warning: trying to add breakpoint to file that does not exist: /tmp/xxx
使用o.execute_sql 查询很很很小的表, 要7/8秒钟, 这个怎么解决
大佬,谁有空帮忙看下这个什么问题呢,我就读取MySQLsource print下,刚接触flink,
mysql之的执行计划
动态接口比例性能测试实践