当前位置:网站首页>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
边栏推荐
猜你喜欢
Postgresql 备份大小情况!
Weekly recommended short video: In order to fill the gap of learning resources, the author specially wrote a book?
InnoDB 中不同SQL语句设置的锁
揭秘deepin 23,从这里开始!
深度学习跟踪DLT (deep learning tracker)
5000元价位高性能轻薄本标杆 华硕无双高颜能打
云图说丨初识华为云微服务引擎CSE
走进通信:为什么4G信号满格,却上不了网呢
JS string to GBK encoding ultra-reduced implementation
EasyNTS上云网关断电重启后设备离线是什么原因?
随机推荐
pydev debugger: warning: trying to add breakpoint to file that does not exist: /tmp/xxx
JVM参数设置
Jenkins CI平台(二)
“vite”和“vite预览”有什么区别?
Dataworks中PyOdps里面pandas.read_sql()支持Odps吗?
【300+精选大厂面试题持续分享】大数据运维尖刀面试题专栏(十一)
Cool open technology x StarRocks: unified OLAP analysis engine, comprehensive building digital model of OTT
mysql之的执行计划
三丁基-巯基膦烷「tBuBrettPhos Pd(allyl)」OTf),1798782-17-8
excel写入不完全sheet.append方法(openpyxl)
新“妖股”13个交易日暴涨320倍,市值3100亿美元超阿里
flink-sql 客户端 可以设置并行度 吗?断开算子链
【美丽天天秒】链动2+1模式开发
注意力机制的详细理解
异常与智能指针
Crack: WebKitX ActiveX and WebKitX VHX
CC2530_ZigBee+HUAWEI CLOUD IOT: Design your own cold chain acquisition system
ATM银行系统(对象初级练习)
基于PHP7.2+MySQL5.7的回收租凭系统
003_Kubernetes核心技术