Displaying 20 results from an estimated 4000 matches similar to: "mock and iaxmodem"
2015 Mar 18
2
Need help for write rpm spec
Hi
I am try to write rpm spec for install tomcat on a linux machine.But while
build the rpm i found following error
+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id
/home/rpmbuild/BUILD/Install_tomcat-1.0
extracting debug info from
/home/rpmbuild/BUILDROOT/Install_tomcat-1.0-1.el6.x86_64/usr/local/jdk1.7.0_13/lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so
***
2012 Mar 25
2
build postfix rpm with mysql
hello list,
I'm trying to build a postfix rpm that has mysql support included.
I've found the line where I need to define mysql support but it seems
that I am being tripped up by some build dependencies:
[root at beta SPECS]# rpmbuild -ba postfix.spec
error: Failed build dependencies:
MySQL-shared is needed by postfix-2.9.1-1.rhel5.x86_64
MySQL-devel is needed by
2006 Sep 12
4
2.6.9-42.ELsmp kernel and 3ware 9550 tools
I have the latest kernel with the drivers for my 3ware 9550SX built in.
Where
can I find the tools and monitoring apps for this card? Are there rpms
hiding
somewhere, or do I need to build it from source?
--
Bowie
2007 Jul 11
1
RPM Build Question
Hi People,
I have just started building my own RPMS on both Fedora and CentOS and
generally things have gone well. Currently I am trying to create RPMS
for some commercial software that we have purchased.
Step 1 was install the software using its JAVA Based installer
ensuring that all files were installed into a particular directory in
/usr/local.
Step 2 was create a tar file of the
2001 Jan 11
3
contrib/redhat/openssh.spec question
I have a couple of questions regarding openssh.spec and the rpm that
gets generated from it. I am using 2.3.0p1
1. Why is openssl a prereq? openssh statically links to openssl during
build by default (rightfully so, you don't want your security library a
shared object if possible)
2. I don't understand the following line in the spec file during the
install step (it makes it not build for
2019 Apr 12
2
rpmbuild how to know we are building kernel module package
Hi,
When I build a mpt3sas rpm package, I found something interesting:
1. package name is prefixed with kmod- automatically
2. so many requirements are added automatically, most of them are kabi
So my question is rpmbuild how to know he is building kernel module package?
Based on which condition?
Here is mpt3sas.spec:
Name: mpt3sas
Version: 26.00.00.00
Release: 1
Summary: RHEL
2007 Jul 02
3
Bacula in CentOS 5
Hi all,
I'm planning to use Bacula in production environment. I've seen the
Bacula packages are not provided neither by any official repo nor any
third popular repo (as rpmforge).
?Anyone use bacula in CentOS 5?
--
Thanks,
Jordi Espasa Clofent
2011 Nov 19
4
build postfix spec w/ mysql
hello list!
I am attempting to build an rpm of postfix that includes support for mysql. I've done this before with earlier versions on postfix but I am staring at this spec file until my eyes bleed and I just don't see why when I build the spec with rpmbuild mysql support isn't there.
After I install the rpm I have a look at the modules as such:
ldd $(which postfix) | grep -i
2012 Jan 22
1
Packaging GObject for Fedora (was: [rjones@fedoraproject.org: New upstream version 1.15.19.])
These are the changes I made to the spec file related to gobject
bindings and gobject introspection. TBH I wasn't sure how to properly
package this.
Rich.
diff --git a/libguestfs.spec b/libguestfs.spec
index 095a848..1b6e43d 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -29,7 +29,7 @@
Summary: Access and modify virtual machine disk images
Name: libguestfs
Epoch:
2003 Jan 28
2
rsync-2.5.6 build on Red Hat 8.0 fails
The packaging/lsb/rsync.spec file is broken as shipped: It has a "Sept"
month (rpmbuild here takes only 3-letter month names), and RH gzips the
manpages, so the %files list can't find them. I also added doc/README-SGML
and doc/rsync.sgml to the %doc files. Patch follows.
Thanks for all the good work!
--- rsync-2.5.6/packaging/lsb/rsync.spec.orig 2003-01-28 06:28:35.000000000 +0100
2007 May 02
0
mingw-cross rpm spec file
Attached (and pasted in it entirety, although quite a few of the long
lines are munched) is my rpm spec file for building the mingw
cross-compiler as an rpm. It is more or less a wrapper which massages
the cross-tool script and setting some of the directories in
the "RPM" way and eventually everything is under /opt/mingw ; the
only tricky part is telling rpm not to strip binaries.
The
2005 Dec 05
1
ANNOUNCEMENT: NSD 2.3.2 released
NSD 2.3.2 is a bugfix release.
Please see the README document for configuration and installation
instructions.
You can download NSD from http://www.nlnetlabs.nl/nsd/
Note: we switched to SHA-1 for tarball digest.
2.3.2
=============
FEATURES:
- Bug #101: add support for the SPF record.
BUG FIXES:
- Bug #100: replaced non-portable use of timegm(3) with
portable
2011 Feb 11
1
[PATCH v2v] Add support for performing automated builds
* .gitignore: Ignore RPM specfile & coverage data
* Build.PL: Generate specfile during build
* autobuild.sh: Build control file
* virt-v2v.spec.PL: RPM specfile
* MANIFEST.SKIP: Ignore test coverage data
---
.gitignore | 3 +
Build.PL | 3 +-
MANIFEST | 3 +
MANIFEST.SKIP | 1 +
autobuild.sh | 65 ++++++++++++++++++++++
virt-v2v.spec.PL | 160
2004 Sep 10
1
Problems with FLAC make
Hi,
I have been making an RPM of FLAC to bundle with GStreamer. In order to
get it working I had to make some rather hackish solutions in the SPEC
file. The flac Makefile does to build into the correct directories while
creating an RPM for some reason. I have attached the SPEC file I ended
up with if it is of interest. Of course it didn't help me much cause it
turned up we had a bug in the
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
I am trying to build an RPM for Apache-2.4.7-1 on Centos-6.5-i86_64. I am
using mock.
The are three build dependencies that I am trying to resolve. One,
mod_socache_dc / distcache, I have simply removed from the spec file. The
other two are arp and apr-utils. Since httpd-2.4.7 needs arp >= 1.4 I got the
two latter requirements from
http://www.apache.org/dist/httpd/httpd-2.4.7-deps.tar.bz2
2011 Sep 12
4
trouble building an rpm
i'm a newbie at building rpms. I made a few rpms years ago, but can't now make one on Centos 5.
In /usr/local/rpmbuild, there are 5 subdirs: BUILD RPMS SOURCES SPECS SRPMS tmp
When I type: rpmbuild -ba /usr/local/rpmbuild/SPECS/centos-release-cr-ihc.spec
I get 'file not found' errors, for paths in /usr/local/rpmbuild/tmp:
error: File not found:
2006 Jan 07
2
how to configure iax account for iaxmodem?
Hi,
I'm running asterisk 1.2.1 and started to play with iaxmodem 0.0.7
running on the same box.
I wonder how to setup the iax account correctly so that I may
initiate outbound calls via iaxmodem?
registration upon iaxmodem startup is okay and I can direct calls to it.
-- Registered IAX2 'iaxmodem' (AUTHENTICATED) at 127.0.0.1:33874
But upon an outbound call setup request from
2017 Mar 06
3
Missing security tab samba 4.1.13
Am 06.03.2017 um 14:56 schrieb Bart Coninckx via samba:
>>> missed that - but must be the case because he refers to RHEL7/CentOS7
>>> which ships with 4.4.4 and not 4.1.x - anyways, the tree brelow the
>>> install prefix is the same and the main part of the coniguration
>>> lives below the lib folder whereever it is located and so the point
>>> was just
2007 Feb 16
1
iaxmodem - fax tone?
I am testing out hylafax and iaxmodem. Submitting jobs to the hylafax
server and having it then dial using iaxmodem is working fine.
Hylafax server is talking to my Asterisk box that has a Sangoma A101 in
it via iaxmodem via an IAX channel using ulaw.
A call coming into a certain test DID comes into the Sangoma A101 then
it goes to another box via IAX ulaw that uses the rxfax app to
2006 Jan 09
1
OT: IAXModem in inittab causes modem to be unres ponsive, running from console it's OK
faxguy, maybe you can tell me why
As I've noted in previous posts I'm evaluating HylaFax with IAXModem. When I
run iaxmodem and faxgetty through a console the modem works 100% I have yet
to find a fax that it won't tie up with. When I run IAXmodem and faxgetty in
initttab, the modem is extremely slow to respond and only actually does
anything about half the time, the rest of the time