上一页 1 2 3 4 5 6 7 8 9 10 ··· 36 下一页
摘要: 1、查看指定进程名打开的文件 lsof -c mysqld COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME mysqld_sa 1397 root cwd DIR 253,0 213 34667033 /usr/local/mysql mysql 阅读全文
posted @ 2023-05-06 21:50 lucky_tomato 阅读(36) 评论(0) 推荐(0)
摘要: 前言:gitlab11升级到14还是有挺多需要注意的坑,也算是做一次积累吧,升级前后,gitalb的WEB界面也变化了很多,升级过程需要注意的地方我放到最后说明,挺关键的 一、首先需要下载好要升级的包,这里需要注意,gitlab的官网有说明如何升级,大概就是如下面所示,跨版本升级先要升级到版本最后一 阅读全文
posted @ 2023-03-12 21:00 lucky_tomato 阅读(1481) 评论(0) 推荐(2)
摘要: 解决方法: yum install libtool-ltdl-devel libtool-ltdl yum install -y libtidy-devel 阅读全文
posted @ 2023-03-07 20:57 lucky_tomato 阅读(69) 评论(0) 推荐(0)
摘要: 解决方法: cp -frp /usr/lib64/libldap* /usr/lib/ 阅读全文
posted @ 2023-03-07 20:55 lucky_tomato 阅读(155) 评论(0) 推荐(0)
摘要: 问题: configure: error: Please install libyaml 解决方法,安装libyaml https://github.com/yaml/libyaml/archive/0.2.5.tar.gz tar xf 0.2.5.tar.gz cd libyaml-0.2.5. 阅读全文
posted @ 2023-03-07 20:42 lucky_tomato 阅读(379) 评论(0) 推荐(0)
摘要: 错误: undefined reference to `__dn_skipname' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 解决: make clean make ZEND_EXTRA_LIBS='-lr 阅读全文
posted @ 2023-03-07 20:39 lucky_tomato 阅读(99) 评论(0) 推荐(0)
摘要: 问题1: /usr/local/php/bin/phpize Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun t 阅读全文
posted @ 2023-03-07 20:35 lucky_tomato 阅读(185) 评论(0) 推荐(0)
摘要: 错误: “ERROR 1356 (HY000): View ‘mysql.user’ references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them” 阅读全文
posted @ 2023-03-07 20:20 lucky_tomato 阅读(628) 评论(0) 推荐(0)
摘要: yum -y install mariadb-server mariadb mariadb-devel systemctl start mariadb 阅读全文
posted @ 2023-03-07 20:16 lucky_tomato 阅读(53) 评论(0) 推荐(0)
摘要: 错误如下: [root@centos7 openssl-3.0.1]# ./config --help Can't locate IPC/Cmd.pm in @INC (@INC contains: /root/Downloads/openssl-3.0.1/util/perl /usr/local 阅读全文
posted @ 2023-03-07 20:09 lucky_tomato 阅读(1087) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 36 下一页