`
dimingchan
  • 浏览: 54914 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

Ubuntu Linux下安装Zend Studio

阅读更多
   Ubuntu娱乐功能已经非常不错,无非是看看电影,听听歌,玩玩小游戏。接下来研究下Ubuntu下安装zend,google一下还真是有Zend for Linux,于是下载了下来,下面就将我的安装配置过程图文并茂地展示给大家:

   第一步当然是解压zip,解压出来一个 bin 格式的安装文件, cp到我的用户目录home/ibm中,在终端地直接输入./ZendStudio-5_5_1.bin,安装便自动安装(需要jre支持,我已经提前安 装过了,安装命令是:sudo apt-get install sun-java6-jre sun-java6-jdk),过不了多久,便开始了界面安装,见图:



和Windows下的安装界面一样,一路NEXT即可。

请注意,在安装过程中可能会出现:

awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

Launching installer...

grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/tmp/install.dir.17548/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

这可能是因为你安装的java的JRE与系统不兼容的结果,你可以在你的终端中输入如下命令来解决:

$ cp ZendSafeGuard-4_0_0.bin ZendSafeGuard-4_0_0.bin.bak
$ cat ZendSafeGuard-4_0_0.bin.bak | \
  sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > \
  ZendSafeGuard-4_0_0.bin


Note: If you are installing Zend Studio Client, replace all occurrences of "ZendSafeGuard-4_0_0.bin" with "ZendStudio-5_1_0.bin" or "ZendStudio-X_X_X.bin" if you are installing a different version.

After the installation is complete, you can delete both the installer and the installer's .bak file.

注意:如果你是安装 Zend Studio 客户端,请将所有的"ZendSafeGuard-4_0_0.bin"替换成"ZendStudio-5_1_0.bin",或者"ZendStudio-X_X_X.bin"(如果你安装的是其他Zend Studio版本的话)。安装完成之后,你可以删除安装文件和安装文件的.bak文件。

(答案来源:http://hi.baidu.com/i0n_p/blog/item/bb855909659d1eae2fddd473.html)

   安装完毕后,打开软件,查看了下软件信息,发现软件许可到期时间是2008年12月3日,也就是一个月时间的试用期;在编码区输入汉字,发现全是口口(乱码),见图:



   不急,一个一个解决它!首先要破解软件许可日期,在网上找到了一个在线生成zend studio序列号的网站,网址:http://www.zendstudio.net/libs/zendstudio5_5_1-keymaker-php/

   然后就是解决中文乱码问题,网上有一个不错的解决办法:

   1. 创建文件夹fallback
   mkdir zend安装目录/ZendStudio-5.5.1/jre/lib/fonts/fallback
   2. 复制字体simsun.ttc(WINDOWS系统的Fonts目录下面有这个字体) 到fallback后名字为simsun.ttf
   cp simsun.ttc zend安装目录/ZendStudio-5.5.1/jre/lib/fonts/fallback/simsun.ttf
从新启动Zend,乱码问题解决了,见图:



   OK,Zend Studio安装好了,开始工作!
分享到:
评论

相关推荐

    UBUNTU下Zend Studio 5.5安装

    ### Ubuntu下Zend Studio 5.5的安装与配置详解 #### 安装步骤与环境配置 **1. 下载 Zend Studio** 首先,访问指定的下载链接获取Zend Studio 5.5的安装包。有两个版本可供选择: - **5.5.0**:`...

    Ubuntu Linux简明安装手册

    ### Ubuntu Linux简明安装手册知识点解析 #### 一、Ubuntu简介 - **定义与特性**:Ubuntu是一款基于Linux的操作系统,以其简洁的用户界面、易用性和强大的功能著称。Ubuntu不仅适合个人用户,也广泛应用于企业和...

    ubuntu linux下安装apache

    ubuntu linux下安装apache。

    Studio 3t linux 2023版本 使用DeepIn Ubuntu等系统 mongodb界面工具

    2. 下载Studio 3T的Linux x64版本安装脚本,文件名为`studio-3t-linux-x64.sh`。这个文件是可执行的shell脚本,包含了安装程序。 3. 授予脚本执行权限,使用命令`chmod +x studio-3t-linux-x64.sh`。 4. 运行安装...

    ubuntu zend 13.0.1破解版

    ubuntu zend 13.0.1破解版

    ubuntu linux入门到精通

    《Ubuntu Linux从入门到精通》这本书是为那些对Linux系统特别是Ubuntu版本感兴趣的初学者准备的。Ubuntu Linux是一款基于Debian的开源操作系统,以其用户友好、稳定性强和丰富的应用软件库而受到全球用户的喜爱。它...

    zend studio 7.x 汉化包

    在Linux环境下,通常是将解压后的文件覆盖到Zend Studio的安装路径下,具体位置是`/usr/local/Zend/Zend version/`目录中的`features`和`plugins`两个子目录。这里的"Zend version"通常代表的是具体的版本号,比如...

    UbuntuLinux操作系统与实验教程--概述.pdf

    本文档主要介绍 Ubuntu Linux 操作系统与实验教程概述,涵盖了虚拟机的安装、配置、网络类型、快照等知识点,同时也简单介绍了 Linux 操作系统的基本概念和 dpkg 软件包管理器。 一、虚拟机安装 虚拟机可以在一台...

    UBUNTU linux学习手册教程集合

    二、Ubuntu Linux安装 安装Ubuntu可通过USB启动盘或DVD进行,首先需下载官方ISO镜像,然后使用工具如Rufus或UNetbootin制作启动媒体。在BIOS设置中启用USB或DVD启动,进入安装程序,按照提示选择语言、时区、分区...

    Ubuntu Linux系统上安装IE浏览器的方法

    本文介绍了Ubuntu Linux系统上安装IE浏览器的方法。

    A practical guide to ubuntu linux

    从内容上来看,这本书涵盖了Ubuntu系统的安装、配置、使用以及故障排除等多方面的知识。读者通过本书可以了解到如何快速启动Ubuntu系统、进行系统配置、使用命令行工具以及如何解决在使用Ubuntu过程中遇到的问题。 ...

    WUBI Ubuntu linux windows下安装工具

    标题:“WUBI Ubuntu Linux Windows下安装工具” WUBI,全称为Windows-based Ubuntu Installer,是一种方便用户在Windows操作系统中安装Ubuntu Linux的工具。这个工具的主要优点在于,它允许用户在不重新分区或调整...

    在ubuntulinux下安装eclipse以及运行c程序的安装步骤.pdf

    Ubuntu Linux 下安装 Eclipse 及运行 C 程序的安装步骤 操作系统: Ubuntu Linux 是一个基于 Debian 的 Linux 发行版,它提供了一个免费、开放源代码的操作系统。Ubuntu Linux 广泛应用于服务器、桌面计算机和移动...

    Ubuntu Linux操作系统(第2版)-PPT.rar

    《Ubuntu Linux操作系统(第2版)》是一份深入讲解Ubuntu Linux操作系统的教学资料,通过PPT的形式呈现,旨在帮助用户全面了解和掌握这一开源操作系统。Ubuntu Linux是基于Debian的Linux发行版,以其用户友好性、...

    linux Ubuntu下安装 Source insight

    "Linux Ubuntu下安装Source Insight" Linux Ubuntu下安装Source Insight是指在Ubuntu操作系统下安装Source Insight软件,从而实现在Linux平台下使用Source Insight编辑和阅读源码。本文将详细介绍如何在Ubuntu下...

    Andorid studio for lInux(Ubuntu) 4.1

    《Android Studio for Linux (Ubuntu) 4.1:深度解析与实战指南》 在移动开发领域,Android Studio作为Google官方推荐的集成开发环境(IDE),是Android应用开发者的首选工具。针对Linux(尤其是Ubuntu)用户,...

    ubuntu安卓linux_android_studio4.3.rar

    标题中的“ubuntu安卓linux_android_studio4.3.rar”表明这是一个关于在Ubuntu操作系统上使用Android Studio 4.3的资源包。Ubuntu是基于Linux的开源操作系统,而Android Studio是Google官方推荐的Android应用开发...

    在Ubuntulinux中安装androidsdk.pdf

    在 Ubuntu Linux 中安装 Android SDK Ubuntu Linux 是一个流行的开源操作系统,Android SDK 是一个开发 Android 应用程序的工具包。本文将介绍如何在 Ubuntu Linux 中安装 Android SDK。 KNOWLEDGE POINT 1: 文件...

    Ubuntu Linux操作系统.rar

    Ubuntu Linux操作系统入门指南,使用于初学者了解并入门ubuntu系统的使用

Global site tag (gtag.js) - Google Analytics