安装开源的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]# 
相关推荐
FserSuN1 天前
Apache Calcite - 查询优化之自定义优化规则
apache·calcite
黑风风1 天前
Ubuntu 22 安装 Apache Doris 3.0.3 笔记
笔记·ubuntu·apache
网络安全指导员2 天前
常见网络安全设备默认口令
服务器·网络·安全·web安全·php·apache
Mr_Xuhhh3 天前
Linux第一个小程序-进度条
linux·运维·visualstudio·小程序·编辑器·apache
风口上的吱吱鼠3 天前
20241031 Apache2修改日志里面的时间格式
服务器·apache
小刘同学++3 天前
在 Ubuntu 22.04 上部署Apache 服务, 访问一张照片
linux·ubuntu·apache
cgqyw4 天前
Apache 负载均衡详细配置步骤
运维·apache·负载均衡
Mitch3114 天前
【环境搭建】Apache Kylin 各个版本Docker搭建汇总
docker·apache·kylin
cyt涛4 天前
Apache POI—读写Office格式文件
apache·excel·poi·office·单元格·xssfworkbook·sxssfworkbook
boonya4 天前
Apache Hive 通过Docker快速入门
hive·hadoop·apache