similar to: Packaging a library for 64-bit or multilib

Displaying 20 results from an estimated 11000 matches similar to: "Packaging a library for 64-bit or multilib"

2007 Jan 23
1
wine errors out (non-game) with err:int:EMS_Ioctl_Handler int21: unknown/not implemented parameters:
Using wine-0.9.29 with paradox 3.5, I receive the following errors: c:\pdox35>paradox Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses will no longer be caught. err:dosmem:DOSMEM_FreeBlock MCB invalid Cannot load PARADOXR.EXE err:dosmem:DOSMEM_FreeBlock MCB invalid Running paradoxr.exe, I get: c:\pdox35>paradoxr Warning: unprotecting memory to allow
2009 Aug 04
1
Windows help (winhlp32)
Is there a way of getting an application to use the Windows native winhlp32.exe? Although I've replaced the exe in c:\windows and c:\windows\system32 my application (Borland Paradox7) still invokes the Wine help (which is broken as it doesn't display the Contents and Search and is full of 'not yet implemented' messages). So I assume the DDI call from Paradox is being routed to
2011 Jul 08
5
Triggering script from cron or web client
I have a Bash script, currently run a couple times an hour from cron, that pulls data from an old Windows DB by rsync, converts it to SQL, and injects it into a MySQL DB for display in a LAMP-based app. (Make and Perl are also involved to minimize the number of tables touched and to clean up the SQL generated by Pxlib.) I'd like to add the ability to refresh the data immediately from the
2007 Mar 19
2
Wine crash: err:x11drv:X11DRV_CreateWindow invalid window height (or width)
Paradox 7.0 crashes wine with this error on suse 10.1: hk@linux:~> wine /home/hk/.wine/drive_c/Program\ Files/Borland/Paradox7/pdxwin32.exe err:x11drv:X11DRV_CreateWindow invalid window height -24 err:x11drv:X11DRV_CreateWindow invalid window width -70 err:x11drv:X11DRV_CreateWindow invalid window height -24 (there it stops, and goes no further). I tested this on wine 0.9.26, 0.9.27 and
2005 Apr 11
1
Problem with accouting SW and Samba/NFS
Hi List I got following problem: I have an old accounting software. It runs at the moment on a NT4.0 System which access the program itself on a samba share. I tried to get this application running under Linux with wine. When I copy the whole folder from the file server to the local filesystem (ext2), it works well with wine (tested with 20050111 and 20050310). But when I mount the share into my
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:
2002 Jun 27
0
Help with file access using SAMBA and Borland Paradox
Hello! 1st sorry my bad english, I'm brazilian and don't speak/write english very well. I'm a newer samba user and I've encountered a problem with file access on my SambaServer. follow my smb.conf: [global] workgroup = EPOPEIA netbios name = CHARIZARD server string = Charizard - File Server interfaces = 10.0.0.1/24 encrypt passwords = Yes
2003 Jan 20
2
Borland Paradox Databases on a samba share
Hi fans, i tryed to use samba to share a paradox database which comes with a special trade programs. On a novell server it works fine. But on the samba share I get a corrupted database after some minutes of multi user access. I've tryed some entries in the smb.conf and I think a have a very conservative setting now. I heared of somebody who uses samba successfully with the same application
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
2002 Nov 04
0
BDE & Wine. How to setup properly?
Hello, My name is Paulo, I'm a brazilian Delphi developer trying to make my D3 app runnig under Linux/Wine environment. I want to know if there are special issues to do this, and how to setup BDE with Paradox Tables. In my tests in can't install BDE from Borland binaries. If you can help me I'll be glad. Thanks a lot. Paulo Vaz
2000 Sep 03
0
[PATCH]: openssh.spec file for SuSE 6.4 & 7.0
Attached is a spec file for OpenSSH on SuSE 6.4 and 7.0 systems. It differs from the current spec file in the following details: - Only one rpm file is created containing client and server files. - PreReq `openssl-devel' is changed to `openssl'. - Path '/usr/libexec/ssh' is changed to '/usr/lib/ssh' for ssh-askpass and gnome-ssh-askpass. The resulting
2002 Nov 14
3
How is the Samba people stress testing Samba.
Over the years I have seen a number of strange integrity problems when using Samba servers, and I sometime wonder how Samba is stress tested. As long as a Samba server is used as a normal file server, we very seldom se any problems, but if heavily used, flat file databases are used, some versions of Samba are more stable then others. Even with oplocks disabled and strict locking enabled, we could
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
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
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
2007 Nov 16
0
Seeking docbook-to-man package
I'm looking for a source RPM for docbook-to-man. I'm trying to build/install pxlib: <http://pxlib.sourceforge.net/installation.php> The tarball is set up to create an RPM, but it fails to convert its SGML documentation to man pages because I'm missing docbook-to-man. I found the latter here: <http://www.oasis-open.org/docbook/tools/dtm/> I'm hoping someone has
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
2000 Sep 03
1
installing OpenSSH rpm on SuSE 6.2
I am taking the liberty of forwarding this message to the list. I am not subscribed to it. If you want to reply to me, please send email to faheem at email.unc.edu Thanks, Faheem Mitha. ---------- Forwarded message ---------- From: Faheem Mitha <faheem at email.unc.edu> Newsgroups: comp.security.ssh Subject: installing OpenSSH rpm on SuSE 6.2 Dear people, I tried
2003 Nov 13
1
generic rpm .spec.in
Hi there, I made up a very simple and generic rpm .spec.in. It's .in, so autoconf can replace the VERSION in it, so there's only one place to maintain the version number. This .spec.in is independent of any distribution and does not include any "advanced" features. It just packages the installed files up. There are two things that it does do extra: 1) create
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