动态网站制作指南 [  QQ表情  ]
[ 投票调查 ]
[ 企业邮箱 ]
[ 网站空间 ]
网络编程 | 站长之家 | 网页制作 | 图形图象 | 操作系统 | 冲浪宝典 | 软件教学 | 网络办公 | 邮件系统 | 网络安全 | 认证考试 | 系统进程
ASP源码 | .Net源码 | PHP源码 | JSP源码 | JAVA源码 | CGI源码 | VB源码 | C++源码 | Delphi源码 | PB源码 | VF源码 | 汇编 | 服务器
电脑书籍下载:程序设计书籍 | 数据库教程书籍 | 平面与多媒体书籍 | 网络通讯书籍 | 系统管理书籍 | 网络安全书籍 | 认证考试书籍
Firefox | IE | Maxthon | 迅雷 | 电驴 | BitComet | FlashGet | QQ | QQ空间 | Vista | 输入法 | Ghost | Word | Excel | wps | Powerpoint
asp | .net | php | jsp | Sql | c# | Ajax | xml | Dreamweaver | FrontPages | Javascript | css | photoshop | fireworks | Flash | Cad | Discuz!
当前位置 > 网站建设学院 > 网络编程 > 数据库 > Oracle教程
Tag:注入,存储过程,分页,安全,优化,xmlhttp,fso,jmail,application,session,防盗链,stream,无组件,组件,md5,乱码,缓存,加密,验证码,算法,cookies,ubb,正则表达式,水印,索引,日志,压缩,base64,url重写,上传,控件,Web.config,JDBC,函数,内存,PDF,迁移,结构,破解,编译,配置,进程,分词,IIS,Apache,Tomcat,phpmyadmin,Gzip,触发器,socket
数据库:数据库教程,数据库技巧,Oracle教程,MySQL教程,Sybase教程,Access教程,DB2教程,数据库安全,数据库文摘
文章搜索服务
邮件订阅
输入你的邮件地址,
你将不会错过任何关于:
[ Oracle教程 ]的信息



本月文章推荐
.ORACLE 错误信息报告程序.
.教你Oracle的数据缓冲区是如何工.
.8i中回滚段使用和ORA-1555.
.Oracle向SQL开发者伸出援手.
.Oracle10g自动归档的设置.
.2004开发技术年度综述之移动开发.
.更改Oracle数据库表的表空间.
.Oracle中三种上载文件技术(一).
.保持Oracle数据库的优良性能.
.怎样在Oracle 10g存储过程中log错.
.J2EE应用开发中与Oracle数据库的.
.Oracle PL/SQL游标的学习.
.数据库应用程序常见T-SQL和PL/SQL.
.教你在oracle中编写树级代码.
.[范例] forms 中层次树的使用方法.
.介绍Oracle数据库去除别名的方法.
.Oracle10g for AIX5L安装过程.
.案例讨论:Oracle两表连接.
.Oracle JOB的建立,定时执行任务.
.ORACLE在HP-UX下的系列问题处理(.

ORACLE在HP-UX下的系列问题处理(47)

发表日期:2008-2-9 |



  Oracle 报告(developer 2000)不需要libX.a安装问题描述
  
  我在安装motif时碰到问题,我尝试安装报告(developer 2000),Oracle告诉我需要libx.a才能安装。是否能够为我提供一些建议?
  
  配置信息
  
  操作系统 - HP-UX
  版本 -10.20
  硬件系统 - HP 9000
  系列 -D210
  应用程序 -Oracle 7.3.2.3
  
  解决方法
  
  试图重新链接的可执行程序在developer2000 CD 1.3.2 版上,这个可执行程序的名称是“r25convm”。尝试安装报告时,它寻找该可执行程序。你同时安装字符和motif模式时,文件被复制到系统上。首先你只选择安装字符模式,然后你回头尝试安装motif模式,问题就是在这时出现。但当你选择同时安装字符和Motif模式时,文件r25convm 被从CD复制到磁盘上,它没有重新链接文件,也没有抱怨找不到libX.a。
  
  Oracle告诉你需要libXm.a的库不是必须的。在你修改make文件中的部分变量时,它将会很正常。
  
  过去早期版本的Oracle (7.1)存在问题,在这个版本上,Oracle链接存档的X-和Motif库(libXm.a等),这些库是X/Motif开发人员工具包的组成部分,通常不在客户系统上提供。这些库的共享版可以使用(libXm.sl etc.),因此为了解决你的问题,你可以链接这些库。
  
  为此你需要修改make文件中使Oracle报告“-adefault”的“-aarchive”标志,然后重新链接。
  .........following with all English text ....
  Problem Description
  
  I'm having problems installing motif. I'm trying to install reports
  (developer 2000) and I was told by Oracle that I need libx.a to install. Can you give me some guidance on this?
  
  Configuration Info
  
  Operating System - HP-UX
  Version -10.20
  Hardware System - HP 9000
  Series -D210
  Application -Oracle 7.3.2.3
  
  Solution
  
  The executable that was trying to be relinked was on the developer2000
  CD release 1.3.2. That executable name is "r25convm". When trying to
  install reports it is looking for that executable to do that. The file was copied to the system when you installed BOTH character and motif modes. At first you had only chosen to install the character mode,and then later you went back and tried to install the motif mode and
  that's when you had the problem. But when you chose to install BOTH character and Motif mode the file r25convm was copied from the CD to
  the disk and it didn't try to relink the file and didn't complain about the missing libX.a.
  
  The library Oracle told you that you needed libXm.a is not necessary.
  When you modify some variables in the make file, then it will be fine.
  
  There used to be a problem with earler versions of Oracle (7.1),where Oracle linked agains archived X- and Motif libraries
  (libXm.a etc.). These libraries are part of the X/Motif developer'skit, and not normally available on a customer's system. The shared versions of these libraries are available (libXm.sl etc.), so to get around your problem, you could link against those.
  
  To do that, you need to changed the '-aarchive' flag in the makefile for Oracle reports to '-adefault',
and try to relink.
上一篇:ORACLE在HP-UX下的系列问题处理(46) 人气:363
下一篇:ORACLE在HP-UX下的系列问题处理(42) 人气:378
浏览全部Oracle教程的内容 Dreamweaver插件下载 常用网页广告代码全集
  最新网站源码 最新软件下载
2008-7-24 Sablog-X v2.0 预览版
2008-7-24 帝国备份王EmpireBak 2008 正式版
2008-7-24 网趣网上购物系统时尚版 v8.2
2008-7-24 纵横B2B电子商务系统XYECS!B2B v
2008-7-24 e路小说小偷 v1.2.0723
2008-7-24 凌风美女图片站程序 v2.2
2008-7-24 TOM15电影收索程序
2008-7-24 清风信息自动采集生成系统 v1.0
2008-7-24 QQ邮箱编辑器 v1.0 (小小菜刀ASP
2008-7-19 UltraEdit 简体中文增强版 14.10
2008-7-19 CentOS 5.2 i386 LiveCD
2008-7-19 Snapture多功能相机 v1.4
2008-7-19 iAcces中文输入法 v1.0Build016
2008-7-19 Cookbook烹饪秘籍 v2.5
2008-7-19 苹果专用DVD转换工具 v1.1.59汉化
2008-7-19 Modem修复软件ZiPhone修改版04.0
2008-7-19 AgileMessenger即时通讯工具美化
2008-7-19 Sketches画图软件 v0.7b6破解版


  发表评论
姓 名: 验证码:
内 容:
[ 汉字翻译拼音 ] [ 广告代码 ] [ 符号对照表 ] [ 进制转换 ] [ 经典小工具 ] [ 个税计算 ] [ 汉字简繁转换 ] [ 普通单位换算 ] [ 公制单位换算 ]
[ 生辰老黄历 ] [ 国内电话区号 ] [ 国家代码与域名缩写 ] [ 文字加密解密 ] [ 健康查询 ] [ 万年历 ] [ 手机号码查询 ] [ ip搜索 ] [ Google PR查询 ]
业务联系 | 广告刊登 | 频道合作 | 投稿荐稿 | 联系方式 | 加入收藏 | RSS订阅
Copyright © 2000-2008 www.knowsky.com All rights reserved | 网络实名:动态网站制作指南 | 沪ICP备05001343号
ホームページ制作 不動産検索システム 求人情報
防水工事·改修工事 フットサル大会 探偵