php5.4.13版本bug報錯
安裝出現 error: ‘struct gdIOCtx’ has no member named ‘data’
vi <gd_dir>/include/gd_io.h
typedef struct gdIOCtx
{
int (*getC) (struct gdIOCtx *);
int (*getBuf) (struct gdIOCtx *, void *, int);
void (*putC) (struct gdIOCtx *, int);
int (*putBuf) (struct gdIOCtx *, const void *, int);
/* seek must return 1 on SUCCESS, 0 on FAILURE. Unlike fseek! */
int (*seek) (struct gdIOCtx *, const int);
long (*tell) (struct gdIOCtx *);
void (*gd_free) (struct gdIOCtx *);
}
括號內增加 void (*data);
php動態增加模組
cd {php安裝檔案路徑}/root/repo/php-5.4.11/ext/gettext
/usr/local/php/bin/phpize
./configur –with-php-config=/usr/local/php/bin/php-config
make && make install
重起apache
apachectl stop
apachectl start
cd /usr/local/php/lib/php/extensions/no-debug-non-zts-20100525/
ls |grep gettext
gettext.so
vi /usr/local/php/lib/php.ini
在載入模組的地加上一行extension=gettext.so
相關文章
- [BUG反饋]剛剛下載的1.1版本,上傳圖片302 報錯
- [BUG反饋]BAE安裝onethink報錯
- Bug集錦-Spring Cloud Feign呼叫其它介面報錯SpringCloud
- [BUG反饋]v1.1版本高階搜尋錯誤
- PHPExcel 在 PHP7.0 以上版本報錯PHPExcel
- 【BUG記錄】MySQL插入Emoji表情報錯"Incorrect string value"MySql
- [BUG反饋]1.1版本錯誤,新建模型,無法使用,出現SQLSTATE[23000]:錯誤模型SQL
- TreeSitter 因gcc版本出現的報錯【centos】GCCentOS
- onethink中thinkphp 3.2版本,thinksdk報錯PHP
- 11.2.0.1bug引發的報錯:ORA-07445: exception encounteredException
- [BUG反饋]onethink 登陸時呼叫$User = new UserApi; 報錯。API
- [BUG反饋]原模型已刪,訪問該文件報錯.模型
- 小程式[InnerAudioContext]不報錯、 不播放BUG要如何解決?Context
- Swoole v4.6.1 版本釋出,Bug 修復版本
- 版本V1.1.140817,新增模型儲存時報錯模型
- [BUG反饋]手機端會員登入模組報錯
- 【BUG系列】AndroidStudio打包出錯Android
- [BUG反饋]除錯模式下函式U()的BUG除錯模式函式
- Oracle 18c bug 執行 DBMS_PDB.CHECK_PLUG_COMPATIBILITY報錯Oracle
- 日常Bug排查-應用Commit報錯事務並沒有回滾MIT
- MySQL 8.0版本連線報錯:Could not create coMySql
- node與python版本不匹配報錯:node-gyp rebuildPythonRebuild
- 注意:Go 1.18版本iota的bugGo
- [BUG反饋]許可權管理 -> 訪問授權 點選後報錯
- 使用最新版本MySQL8.0.12報錯記錄MySql
- 報錯時,考慮“版本命名一致性”
- composer 安裝包時與php版本不符 提示報錯PHP
- Laravel對不同版本的MySQL字元編碼報錯問題LaravelMySql字元
- [BUG反饋]OneThink版本 1.1.141101版本Bug:模型自動驗證和自動完成函式有衝突模型函式
- hive-3.0.0 版本中遇到的bug 彙總Hive
- ue5生成vs工程報錯-msvc版本太舊
- [BUG反饋]將1.0版本和1.1版本的BUG整理一下,看看有沒有還存在的。
- 低版本客戶端連線高版本資料庫報錯ORA-28040、ORA-01017客戶端資料庫
- [BUG反饋]程式重新安裝出錯。。
- oracle 跨小版本dg切換應用補丁報錯處理Oracle
- IDEA2024(高版本)的git報錯:Cannot run a Git command in the safe modeIdeaGit
- 報error:0308010C:digital envelope routines::unsupported錯--nodejs版本過高(nvm安裝(更換)不同版本nodejs)ErrorGitNodeJS
- 【Azure Developer】com.azure:azure-identity jar包版本從1.2.0 升級到1.12.2 版本之後報錯DeveloperIDEJAR
- [BUG反饋]子查詢報錯,Base table or view not found: 1146 Table 'onethink.(' doesn't existView