Ubuntu14.04 64-bit running xampp error solution

I have been using ubuntu12.04 64-bit before, the following information will appear when running the php integrated environment xampp, saying that 32-bit applications are not supported

[sudo] password for zzs:
XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system.

The solution is to install the 32-bit program support library (I solved it by the following method when ubuntu12.04),
but recently upgraded the system to ubuntu14.04, this time the following information appears
zzs@ubuntu:~$ sudo apt-get install ia32-libs
[sudo] password for zzs:
Reading package list... done
Analyzing package dependency tree
Reading status info... done
No package ia32-libs available right now, but it is used by other packages quoted.
This may mean that the missing package may be deprecated
or only found in other distribution sources
but the following packages have replaced it:
lib32z1 lib32ncurses5 lib32bz2-1.0 lib32asound2

E: Package ia32-libs has no installable candidates

The error has clearly stated that it may be replaced by the following software. Then we (try to) install lib32z1

正在读取软件包列表… 完成
正在分析软件包的依赖关系树
正在读取状态信息… 完成
下列软件包是自动安装的并且现在不需要了:
kde-l10n-engb kde-l10n-zhcn
Use ‘apt-get autoremove’ to remove them.
将会安装下列额外的软件包:
libc6-i386
下列【新】软件包将被安装:
lib32z1 libc6-i386
升级了 0 个软件包,新安装了 2 个软件包,要卸载 0 个软件包,有 11 个软件包未被升级。
需要下载 2,262 kB 的软件包。
解压缩后会消耗掉 10.0 MB 的额外空间。
您希望继续执行吗? [Y/n] y
获取:1 http://cn.archive.ubuntu.com/ubuntu/ trusty/main libc6-i386 amd64 2.19-0ubuntu6 [2,204 kB]
获取:2 http://cn.archive.ubuntu.com/ubuntu/ trusty/main lib32z1 amd64 1:1.2.8.dfsg-1ubuntu1 [57.5 kB]
下载 2,262 kB,耗时 17秒 (128 kB/s)
Selecting previously unselected package libc6-i386.
(正在读取数据库 … 系统当前共安装有 242230 个文件和目录。)
Preparing to unpack …/libc6-i386_2.19-0ubuntu6_amd64.deb …
Unpacking libc6-i386 (2.19-0ubuntu6) …
Selecting previously unselected package lib32z1.
Preparing to unpack …/lib32z1_1%3a1.2.8.dfsg-1ubuntu1_amd64.deb …
Unpacking lib32z1 (1:1.2.8.dfsg-1ubuntu1) …
正在设置 libc6-i386 (2.19-0ubuntu6) …
正在设置 lib32z1 (1:1.2.8.dfsg-1ubuntu1) …
Processing triggers for libc-bin (2.19-0ubuntu6) …
zzs@ubuntu:~$

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327045612&siteId=291194637