- 浏览: 54914 次
- 性别:
- 来自: 广州
最新评论
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安装好了,开始工作!
第一步当然是解压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安装好了,开始工作!
发表评论
-
PHP中静态方法(static)与非静态方法的使用及区别
2012-07-27 11:21 1131static关键字用来修饰属性、方法,称这些属性、方法为静态属 ... -
PHP导出excel表格,PHP导出Excel报表,PHP导出Xls表格!
2011-10-19 14:19 2982php导出excel 2010/02/01 10:33 最近 ... -
正则表达式匹配html 过滤非法字符
2011-06-14 10:50 1927正则表达式匹配html 过滤非法字符 匹配一个html标签,匹 ... -
iframe ie下设置无边框
2011-01-11 16:01 1702<iframe src="url“ id=&q ... -
php session_id() session_name()
2010-12-20 14:01 13801.Session.use_cookies:默认值 ... -
linux 下 apache启动、停止、重启命令
2010-12-17 20:00 981基本的操作方法: 本文假设你的apahce安装目录为/usr/ ... -
JavaScript escape() 函数
2010-12-10 17:03 1094JavaScript escape() 函数 定义和用法ht ... -
PHP中@符号的作用。
2010-12-07 16:12 986PHP代码中函数前面的@是什么意思? 【答】:@的作用是忽略 ... -
php ob_start 与 ob_end_flush()
2010-11-25 15:02 1528本文章主要讲关于php缓冲输出函数php ob_start 与 ... -
详解PHP ob_start()函数的功能要点
2010-11-25 15:00 1056PHP函数的运用范围非常 ... -
php函数ob_start()、ob_end_clean()、ob_get_contents()
2010-11-25 14:59 1113下面3个函数的用法 ob_get_contents(); o ... -
Memcache基础教程
2010-11-25 14:58 769Memcache是什么 Memcache是danga.com的 ... -
PEAR的MDB2学习笔记
2010-11-10 14:57 1368■ 安装 需要安装两个包,一是MDB2本身基础类:[url= ... -
使用jquery不刷新前台页面完成提交表单的例子
2010-11-10 11:01 5864使用jquery不刷新前台页面完成提交表单的例子。 前台文件 ... -
php链接mysql数据库不能用localhost的解决方法
2010-11-09 16:57 1701网上看了好多解决的方 ... -
Pear MDB2安装及MDB2 Error: not found问题
2010-11-09 11:31 18791、选安装PEAR,点击php目录下的go-pear.bat, ... -
php教程 DOM解析xml文档实例
2010-11-05 11:22 1129<?php // php教程 domdocumen ... -
PHP中的COOKIE和SESSION使用技巧
2010-11-03 16:15 13321. PHP的COOKIE cookie 是一种在远程浏览器 ... -
PHP获取当前文件路径,上层目录路径
2010-11-02 14:44 5329PHP获取当前文件路径,上层目录路径 取的現在檔案、目錄、上 ... -
linux的chmod与chown命令详解
2010-11-01 14:53 764使用方式 : chmod [-cfvR] [--help] [ ...
相关推荐
### Ubuntu下Zend Studio 5.5的安装与配置详解 #### 安装步骤与环境配置 **1. 下载 Zend Studio** 首先,访问指定的下载链接获取Zend Studio 5.5的安装包。有两个版本可供选择: - **5.5.0**:`...
### Ubuntu Linux简明安装手册知识点解析 #### 一、Ubuntu简介 - **定义与特性**:Ubuntu是一款基于Linux的操作系统,以其简洁的用户界面、易用性和强大的功能著称。Ubuntu不仅适合个人用户,也广泛应用于企业和...
ubuntu linux下安装apache。
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 Linux从入门到精通》这本书是为那些对Linux系统特别是Ubuntu版本感兴趣的初学者准备的。Ubuntu Linux是一款基于Debian的开源操作系统,以其用户友好、稳定性强和丰富的应用软件库而受到全球用户的喜爱。它...
在Linux环境下,通常是将解压后的文件覆盖到Zend Studio的安装路径下,具体位置是`/usr/local/Zend/Zend version/`目录中的`features`和`plugins`两个子目录。这里的"Zend version"通常代表的是具体的版本号,比如...
本文档主要介绍 Ubuntu Linux 操作系统与实验教程概述,涵盖了虚拟机的安装、配置、网络类型、快照等知识点,同时也简单介绍了 Linux 操作系统的基本概念和 dpkg 软件包管理器。 一、虚拟机安装 虚拟机可以在一台...
二、Ubuntu Linux安装 安装Ubuntu可通过USB启动盘或DVD进行,首先需下载官方ISO镜像,然后使用工具如Rufus或UNetbootin制作启动媒体。在BIOS设置中启用USB或DVD启动,进入安装程序,按照提示选择语言、时区、分区...
本文介绍了Ubuntu Linux系统上安装IE浏览器的方法。
从内容上来看,这本书涵盖了Ubuntu系统的安装、配置、使用以及故障排除等多方面的知识。读者通过本书可以了解到如何快速启动Ubuntu系统、进行系统配置、使用命令行工具以及如何解决在使用Ubuntu过程中遇到的问题。 ...
标题:“WUBI Ubuntu Linux Windows下安装工具” WUBI,全称为Windows-based Ubuntu Installer,是一种方便用户在Windows操作系统中安装Ubuntu Linux的工具。这个工具的主要优点在于,它允许用户在不重新分区或调整...
Ubuntu Linux 下安装 Eclipse 及运行 C 程序的安装步骤 操作系统: Ubuntu Linux 是一个基于 Debian 的 Linux 发行版,它提供了一个免费、开放源代码的操作系统。Ubuntu Linux 广泛应用于服务器、桌面计算机和移动...
《Ubuntu Linux操作系统(第2版)》是一份深入讲解Ubuntu Linux操作系统的教学资料,通过PPT的形式呈现,旨在帮助用户全面了解和掌握这一开源操作系统。Ubuntu Linux是基于Debian的Linux发行版,以其用户友好性、...
"Linux Ubuntu下安装Source Insight" Linux Ubuntu下安装Source Insight是指在Ubuntu操作系统下安装Source Insight软件,从而实现在Linux平台下使用Source Insight编辑和阅读源码。本文将详细介绍如何在Ubuntu下...
《Android Studio for Linux (Ubuntu) 4.1:深度解析与实战指南》 在移动开发领域,Android Studio作为Google官方推荐的集成开发环境(IDE),是Android应用开发者的首选工具。针对Linux(尤其是Ubuntu)用户,...
标题中的“ubuntu安卓linux_android_studio4.3.rar”表明这是一个关于在Ubuntu操作系统上使用Android Studio 4.3的资源包。Ubuntu是基于Linux的开源操作系统,而Android Studio是Google官方推荐的Android应用开发...
在 Ubuntu Linux 中安装 Android SDK Ubuntu Linux 是一个流行的开源操作系统,Android SDK 是一个开发 Android 应用程序的工具包。本文将介绍如何在 Ubuntu Linux 中安装 Android SDK。 KNOWLEDGE POINT 1: 文件...
Ubuntu Linux操作系统入门指南,使用于初学者了解并入门ubuntu系统的使用