下载- jre-8u45-linux-i586.rpm
打开控制台- su
mkdir /usr/bin/java 之前没有安装java.
cd /usr/bin/java
rpm -ivh jre-8u45-linux-i586.rpm 试装 error: open of jre-8u45-linux-i586.rpm failed:no such file or directory
显然我把它放在桌面上了
打开文件系统- /usr/bin/java,我创建了它
尝试将jre-8u45-linux-i586.rpm文件从桌面移动到/usr/bin/java,但我得到:
Error movin
我正在为开发install4j生成的安装程序。我使用的是Install4J 7.0.6。
我无法解决如何告诉install4j在/etc/sysconfig中安装一个文件,这是我的文件屏幕截图。安装目录解析为/opt/openfire
当我构建媒体时,我会收到这样的警告:
[INFO] Creating media file 'Linux i686 RPM':
[INFO] Collecting files:
[INFO] [WARNING] External roots cannot be included in an archive media set
我在红帽Linux上工作,我有一个tar.gz文件。我想将这个tar.gz文件打包到一个rpm包文件中。
In the rpm package phase, I just want to extract the tar.gz file and package all of the staff into the rpm package, when I install the rpm package in linux server, it will just simply copy all of the files into the destination folder.
I have tr
我有带hyper v角色的windows 2008 r2。我创建了一个rhel6虚拟机,但是当我尝试按照微软的说明安装Linux Integration services时,我得到了这个错误:
ls: cannot access kmod-microsoft-hyper-v-rhel6-43.1.x86_64.rpm No such file or directory
ls: cannot access microsoft-hyper-v-rhel6-43.1.x86_64.rpm No such file or directory
RPM`s are missing
我验证了这两个文件与in
在从RPM安装,然后尝试APE (AJAX推送引擎)的二进制版本之后,当我尝试运行APE服务器时,我得到了这个错误(在两个版本上):
[Module] Failed to load ../modules/libmod_spidermonkey.so [Invalid library] (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
我使用的是Fedora Linux,安装了MySql和apache。如何获取此libmysqlclient文件?我找到了这个RPM:
它说它包括这
你对这个RPM构建错误有什么想法吗?我正在进行版本更新并重新运行RPM构建。我的SOURCES目录有一个名为electric-fence_2.1.13-0.1.tar.gz和patches的tar文件,我不想更改原始的tar文件,只是添加了补丁。
这是错误:
eFence]$ ~/rpmmacros/rpmbuild arm-linux-gnueabi-arm SPECS/target-reltool-electric-fence.spec
RPM Package building for CE Linux 6.0
Building target platforms: arm-linux
我在工作中有一台服务器,我基本上是在它上构建一个apache/mysql/subversion/php/python开发基础。我发现服务器所指向的RPM repos只有3.3.6-5版的sqlite,subversion 1.6.17会卡住它,至少需要3.4版:
An appropriate version of sqlite could not be found. We recommmend 3.6.13,
but require at least 3.4.0. Please either install a newer sqlite on this
system or get the s
我正在尝试通过Windows 8.1操作系统将Oracle SQL Developer安装到Linux服务器上。我正在从以下位置下载包:
然后,我将从该站点安装Linux RPM包。
然后,我将它从Windows8.1操作系统(它就是下载到的)移动到Linux服务器上(通过WinSCP)。
然后,我将在Putty上打开Linux服务器,并尝试使用以下命令安装SQL Developer:
rpm -Uvh sqldeveloper-4.0.3.16.84-1.noarch.rpm
然后我收到这个错误:
rpm: RPM should not be used directly install R
我正在尝试从Oracle站点在我漂亮的新AWS服务器上安装JDK7 &
sudo rpm -ivh ./jdk-7u7-linux-i586.rpm
生产的
Unpacking JAR files...
rt.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_07/jre/lib/rt.pack
jsse.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_07/jre/lib/jsse.pack
...etc...
最近,我读了这篇文章,并想尝试使用鞋匠。
因为我需要在我的Fedora上运行最新的鞋匠,我需要从源代码编译和安装,而不是使用yum install。我是linux编程的初学者,想知道更多。
我做了关于鞋匠的研究,它展示了一个非常简单的指南“源RPM为Fedora构建说明”。
Install python-setuptools and python-devel from yum
rpmbuild --rebuild cobbler*.src.rpm
install the RPM, which is now built in /usr/src/redhat/RPMS/noarch
satisfy