ataribox specs

Discover ataribox specs, include the articles, news, trends, analysis and practical advice about ataribox specs on alibabacloud.com

How to make the RPM package

Recently a lot of friends asked how to make the RPM package, you can not compile the other server on the software directory complex to other servers directly apply and so on ... Here is a simple introduction, advanced complex does not. This method uses Rpmbuild to complete an RPM package by writing a spec file. Take Nginx as an example to introduce Production platform: CentOS 5.x x86_64 Four Step walk: The first step: building the directory structure MKDIR/USR/SRC/REDHAT/{SOURCES,

Issue of Libgcc_s.so.1 version

Run File hints: /usr/local/tools/fetion:/lib/libgcc_s.so.1:version ' gcc_4.2.0 ' not found (required by/usr/local/tools/fetion/lib/ libstdc++.so.6) View/lib/libgcc_s.so.1 file exists, is a link [Root@localhost tools]# Ll/lib/libgcc_s.so.1 lrwxrwxrwx 1 root 28 March 08:16/lib/libgcc_s.so.1-> libgcc_s-3.4.3-20041213.so.1 View the GCC version of the system is gcc (GCC) 3.4.3 [Root@localhost ~]# gcc--version GCC (gcc) 3.4.3 20041212 (Red Hat 3.4.3-9.el4) So want to upgrade GCC, did not find gcc_4.2.

Linux uses controlpersist to enhance SSH connection speed

the ansible operations master. Server environment: CentOS 6.4 x86_64 Minimal 1. Compile and generate OpenSSH RPM1.1 Tools required to install the build $ sudo yum-y groupinstall "Development Tools"$ sudo yum-y install pam-devel rpm-build rpmdevtools zlib-devel krb5-devel tcp_wrappers tcp_wrappers-devel tcp_wrappers-l Ibs 1.2 Configure the RPM compilation environment $ cd/home/dong.guo$ mkdir Rpmbuild$ CD Rpmbuild$ MKDIR-PV {build,buildroot,rpms,sources,

Simple RPM Package Production

helloworld-1.0.0.tar.gz helloworld-1.0.0 4. Use Rpmdev-newspec to generate a spec skeleton file in the ~/rpmbuild/specs directory $ rpmdev-newspec Helloworld.spec Edit the Helloworld.spec file, which reads as follows Name: HelloWorld Version: 1.0.0 release : 1%{?dist} Summary: helloworld Group: Development/tools License: GPL #URL: Source0: %{name}-%{version}.tar.gz #BuildReq

Fedora Kernel Compilation Guide

Compile Fedora kernel from src RPM package for Fedora 8 and later versions Reference Http://fedoraproject.org/wiki/Docs/CustomKernel All of the following commands are run under a non-root user preparatory work Before you begin, make sure that the following necessary packages are installed on the system: Yum-utils Rpmdevtools The following command can be used to install: Su-c ' yum install yum-utils rpmdevtools ' Where Yum-utils package provides Yumdownloader and YUM-BUILDDEP these two

Ordering system synchronization hungry? Merchant orders

information.    Just one place in the code. Note that each data is converted to lowercase when the signature is generated. At the end of this section there is demo download. Successful Data acquisition When looking at the log output below the information, I know already victory in sight, integrated so many interfaces, the process is almost the same, a few hours to get it, of course, to achieve all the interface, so that orders run up, there is a lot of work to do, and so on the back of the emp

Customize your own RPM package with Rpmbuild packaging

This is the first technical blog that I wrote on CSDN, because I have recently been working on RPM packaging. Share it today. The advantage of RPM is that installation and post-upgrade are quick and easy, eliminating the need to manually compile the source code again. Save a lot of time. Here the Nginx Server installation package is tested for an instance. Environment: 1. System: CentOS release 6.5 (Final) x86_64 2. Hardware: KVM virtual machine, dual core cpu,2g memory, 50G HDD 3.user: Using

RPM Packaging mysql5.5

Tags: Linux Install Rpm-build [[emailprotected]~]#yuminstallrpm-build Create working directory [[Emailprotected] NBSP;~]#NBSP;MKDIRNBSP;-PNBSP;/ROOT/RPMBUILD/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS} [[email Protected]~]#cpmysql-5.5.27.tar.gz/root/rpmbuild/sources/[[emailprotected] ~]#cpmy.cnf/root/rpmbuild/sources/[[emailprotected]~]#cpmysqld /root/rpmbuild/sources/[[emailprotected]~]#cd/root/rpmbuild/specs

Linux Operation learning------svn/rpm Packaging

-ba xx.spec #生成rpmbuild目录以及子目录[[email protected] ~]# ls rpmbuild/BUILD buildroot RPMS SOURCES SPECS SRPMSSOURCES: directory where source packages are storedSPECS: Configuration file (basic information, source installation)BuildRoot: Rhizoids (for rpmbuild This software, packed under this root, does not affect the real root)RPMS: The position of the finished product, RPM package3) Prepare to copy the source software to the sources directoryIn the case

Centos 5.5 update NIC Driver bnx2 version: 2.0.2

/README. bnx2.TXT inflating: Server/Linux/Driver/README. bnx2fc. TXT Inflating: Server/Linux/Driver/README. bnx2i. TXT inflating: Server/Linux/Driver/README. bnx2x. TXT inflating: Server/Linux/Driver/RELEASE. bnx2.TXT inflating: Server/Linux/Driver/RELEASE. bnx2fc. TXT inflating: Server/Linux/Driver/RELEASE. bnx2i. TXT inflating: Server/Linux/Driver/RELEASE. bnx2x. TXT inflating: Server/Linux/Driver/RELEASE. fclibs. TXT [root @ qs-wg-web2 ~] # Cd Server/Linux/Driver/[root @ qs-wg-web2 Driver] #

How to install the. src. rpm package

Some software packages end with. src. rpm. These software packages are rpm packages that contain source code and need to be compiled during installation. There are two ways to install such software packages: Method 1:1. Execute rpm-I your-package.src.rpm2. cd/usr/src/redhat/SPECS3. rpmbuild-bp your-package.specs A specs file with the same name as your package4. cd/usr/src/redhat/BUILD/your-package/a directory with the same name as your package5 ../co

Run RPM.

Require_distribution: 1 Vendor: twLUG Require_vendor: 1 Packager: Penelope Marr    Additional important information There are actually a lot of important details about the RPM Package File creation process, which must be kept in mind. please refer to [Building RPMs] in the RPM-HOWTO first.    4. a simple example -=- Let's start with a helloworld RPM Package File, which is easy to use. You can perform self-testing based on the entire example because they are small and simple and should not affec

Recompile GCC-4.3.0

Recompile the GCC-4.3.0-general Linux technology-Linux programming and kernel information, below is the details to read. GCC is a set of program compilers in Unix, including C, C ++, Fortran77, and Java. Upgrading GCC helps shorten the compilation process and generate more efficient programs, however, the compiled program may be large. the latest version is 4. 3. next we will start to install version 4.3. First of all, make sure that your Unix environment has the compiling language. The system

Use XFS File System on RedHatEnterpriseLinux5.5

.centos.src.rpmRpm-ivh xfsdump-2.2.46-1.el5.centos.src.rpmRpm-ivh dmapi-2.2.8-1.el5.centos.src.rpm Compile:Rpmbuild-ba/usr/src/RedHat/SPECS/xfsprogs. specRpmbuild-ba/usr/src/redhat/SPECS/xfsdump. specRpmbuild-ba/usr/src/redhat/SPECS/dmapi. spec Installation:Rpm-ivh/usr/src/redhat/RPMS/x86_64/xfsprogs-2.9.4-1.x86_64.rpmRpm-ivh/usr/src/redhat/RPMS/x86_64/xfsprogs-d

RPM Package Production

Make RPM package, can be convenient for future maintenance. Unify the standard Yum Install RpmdevtoolsAfter installation, use the Rpmdev-setuptree command to create the directory structure of the RPM package. The default is under $home under Rmpbuild, or it can be configured by ~/.rpmmacros. Spec documentation is the core of making RPM packages. Here's the copy from Fedora. create a new. spec file now, you need to~/rpmbuild/specs directory,

How to install the. SRC. RPM package

Some software packages end with. SRC. rpm, which includes Source codeThe RPM package must be compiled during installation. There are two ways to install such software packages: Method 1:1. Execute rpm-I your-package.src.rpm2. CD/usr/src/RedHat/specs3. rpmbuild-BP your-package.specs A specs file with the same name as your package4. CD/usr/src/RedHat/build/your-package/a directory with the same name as your package5 ../configure this step is the sam

Source code of LDD3 compiled by Fedora14

. Note: You can go to www.kernel.org to download the kernel source code of a certain version. However, after downloading and compiling, You need to replace (install) The fc14 kernel image, In this way, the kernel module compiled with the kernel source code of this version will pass smoothly in the insmod of the local machine. Run Rpm-uvh kernel-2.6.35.6-45.fc14.src.rpmRun Cd/root/rpmbuild/SPECS Note: fedora14 uses/root/rpmbuild as the main directory

How to install the. SRC. RPM source code package in Linux

From: http://www.cnblogs.com/einyboy/archive/2012/09/13/2683015.html Method 1: Take the setarch-1.3-1.src.rpm software package as an example (you can go to csdn http://download.csdn.net/source/215173?acommentdownload) Assume that the file already exists in/usr/local/src. Run rpmbuild -- rebuild -- clean setarch-1.3-1.src.rpm in this directory If successful, the RPM file of the setarch-1.3-1.i386.rpm is generated in the/usr/src/RedHat/RPMS/i386/directory. The next step is the RPM installation p

Spork + Autotest automated rails Testing

true. Config. use_transactional_fixtures = false # If true, the base class of anonymous controllers will be inferred # Automatically. This will be the default behavior in future versions # Rspec-rails. Config. infer_base_class_for_anonymous_controllers = false # Run specs in random order to surface order dependencies. If you find # Order dependency and want to debug it, you can fix the order by providing # The seed, which is printed after each run.

Scjp, scwcd, Oca, OCP | download Java ee 5 SDK

." Bill ShannonDistinguished engineer, Sun Microsystems Glassfish is free, and it is open source. I repeat: glassfish is free, and it is open source. glassfish uses the OSI-certified cddl license. How can developers contriure to the future of Java ee? There are always ways to contribute to the future of Java ee 5. perhaps the best approach is to go to the Java EE hub page, read the tutorial, download the SDK, try it out, an

Total Pages: 15 1 .... 6 7 8 9 10 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.