安装开源的apache的依赖库apr

bash 复制代码
root@localhost z]# vmware-hgfsclient
share
[root@localhost z]# cd /mnt
[root@localhost mnt]# ll
total 0
drwxr-xr-x. 2 root root 6 Jul 18 22:45 hgfs
[root@localhost mnt]# mkdir /mnt/share
[root@localhost mnt]# ll
total 0
drwxr-xr-x. 2 root root 6 Jul 18 22:45 hgfs
drwxr-xr-x. 2 root root 6 Jul 18 23:12 share
[root@localhost mnt]# vmhgfs-fuse .host:/ /mnt/share
[root@localhost mnt]# cd share
[root@localhost share]# ll
total 4
drwxrwxrwx. 1 root root 4096 Jul 18 20:59 share
[root@localhost share]# ll
total 4
drwxrwxrwx. 1 root root 4096 Jul 18 20:59 share
[root@localhost share]# ll
total 4
drwxrwxrwx. 1 root root 4096 Jul 18 20:59 share
[root@localhost share]# cd .mnt/share
bash: cd: .mnt/share: No such file or directory
[root@localhost share]# cd.mnt/share
bash: cd.mnt/share: No such file or directory
[root@localhost share]# mkdir apr
mkdir: cannot create directory 'apr': Permission denied
[root@localhost share]# cd
[root@localhost ~]# mkdir apr
[root@localhost ~]# ll
total 8
-rw-------. 1 root root 2749 Mar 19 02:31 anaconda-ks.cfg
drwxr-xr-x. 2 root root    6 Jul 18 23:15 apr
drwxr-xr-x. 2 root root    6 Jul 18 06:32 Desktop
drwxr-xr-x. 2 root root    6 Jul 18 06:32 Documents
drwxr-xr-x. 2 root root    6 Jul 18 06:32 Downloads
drwxr-xr-x. 2 root root    6 Jul 18 06:32 Music
-rw-------. 1 root root 2029 Mar 19 02:30 original-ks.cfg
drwxr-xr-x. 2 root root    6 Jul 18 06:32 Pictures
drwxr-xr-x. 2 root root    6 Jul 18 06:32 Public
drwxr-xr-x. 2 root root    6 Jul 18 06:32 Templates
drwxr-xr-x. 2 root root    6 Jul 18 06:32 Videos
[root@localhost ~]# tar -zxvf apr-1.7.0.tar.gz
tar (child): apr-1.7.0.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
[root@localhost ~]# cd /mnt/share/share
[root@localhost share]# cp apr-1.7.0.tar.gz /usr/local
[root@localhost share]# cd /usr/local
[root@localhost local]# mkdir apr
[root@localhost local]# tar -zxvf apr-1.7.0.tar.gz
[root@localhost apr-1.7.0]# ls
[root@localhost apr-1.7.0]# arp -d 127.0.0.1
No ARP entry for 127.0.0.1
[root@localhost apr-1.7.0]# arp -v
Entries: 0	Skipped: 0	Found: 0
[root@localhost apr-1.7.0]# arp -a
[root@localhost apr-1.7.0]# 
相关推荐
zhangphil14 小时前
Windows环境Apache httpd 2.4 web服务器加载PHP8:Hello,world!
php·apache·httpd
邓草2 天前
帝国CMS系统开启https后,无法登陆后台的原因和解决方法
linux·php·apache
卓琢2 天前
(一)Web 网站服务之 Apache
前端·apache
微刻时光2 天前
Linux编译部署PHP环境
linux·开发语言·redis·git·php·apache·composer
卓琢2 天前
Web 网站服务(二):深入探索 Apache 的高级功能
前端·apache
栀栀栀栀栀栀3 天前
Apache POI 2024/10/2
apache
武子康3 天前
大数据-153 Apache Druid 案例 从 Kafka 中加载数据并分析
java·大数据·分布式·flink·kafka·apache
zhangphil4 天前
Windows安装启动apache httpd 2.4 web服务器
apache
武子康4 天前
大数据-154 Apache Druid 架构与原理详解 基础架构、架构演进
java·大数据·clickhouse·hdfs·架构·flink·apache
倩倩_ICE_王王4 天前
Apache安装后无法启动的问题“不能再本地计算机启动apache”
bug·apache