...所需库支持。 nginx需要那些库的支持,如何在linux查看是否安装了这些...
发布网友
发布时间:2024-10-02 22:52
我来回答
共2个回答
热心网友
时间:2024-10-19 06:39
用whereis命令查找:
比如查找是否安装了Gedit:
math@Chang:~$ whereis gedit
gedit: /usr/bin/gedit /usr/share/man/man1/gedit.1.gz //安装了
math@Chang:~$ whereis apache
apache: //未安装
或者使用whatis
math@Chang:~$ whatis gedit
gedit (1) - text editor for the GNOME Desktop
math@Chang:~$ whatis samba
samba (7) - A Windows SMB/CIFS fileserver for UNIX
热心网友
时间:2024-10-19 06:37
一般安装的时候不管是源码编译安装,还是rpm安装。缺少库文件时都会报错。
就算强装上,启动时缺少库文件也会提醒你的。
热心网友
时间:2024-10-19 06:38
用whereis命令查找:
比如查找是否安装了Gedit:
math@Chang:~$ whereis gedit
gedit: /usr/bin/gedit /usr/share/man/man1/gedit.1.gz //安装了
math@Chang:~$ whereis apache
apache: //未安装
或者使用whatis
math@Chang:~$ whatis gedit
gedit (1) - text editor for the GNOME Desktop
math@Chang:~$ whatis samba
samba (7) - A Windows SMB/CIFS fileserver for UNIX
热心网友
时间:2024-10-19 06:44
一般安装的时候不管是源码编译安装,还是rpm安装。缺少库文件时都会报错。
就算强装上,启动时缺少库文件也会提醒你的。