Displaying 20 results from an estimated 4000 matches similar to: "Problems in installing wine..."
2005 Jun 05
2
Problem in the path for executables...
Hi,
I have a windows executable which I am trying to run in Linux using wine.
When I execute the command :
wine {ABSOLUTE_PATH}/file1.exe,
file1.exe runs many other executables internally, like file2.exe, file3.exe
and file4.exe.
Now when file1.exe is trying to run the other executables, it is not able to
get the path of the executables. I have the "PATH" enironment variable set
2014 Mar 13
1
Are the "centos.org" AMIs in the EC2 marketplace "official"? locale breakage in 6.4 AMI
Hi all,
I've reviewed the mailing list archives and it looks like the
"centos.org" AMIs in the marketplace are
really official products of the centos project (whatever that means),
but I wanted to ask explicitly
to confirm.
Presuming yes, I've run into an odd problem with the 6.4 x86_64 AMI (not
updated).
with a few packages, files are not being properly created in
2008 Mar 27
2
WINEDLLPATH weirdness
Hi all,
I'm using the Linux to MinGW cross compiler toolchain to build
windows binaries for one of my libraries. I'm also trying to
run the cross-compiled binaries that make up the test suite
under wine version 0.9.58 from ubuntu hardy heron.
The DLL for my library gets built as:
/home/erikd/Bzr/libsndfile-mingw/src/.libs/libsndfile-1.dll
and the test suite binaries get built in:
2011 Mar 21
0
Initial look at porting febootstrap to SuSE
I looked at OpenSUSE 11.3 (x86-64) and the 'zypper' package manager.
Background
----------
libguestfs needs febootstrap to build the so-called supermin
appliance. Since febootstrap 3.x, this requires porting febootstrap
to each specific Linux package management system. We've already done
this for yum (Fedora), apt (Debian/Ubuntu) and PacMan (ArchLinux).
A port is reasonably
2002 Oct 07
1
any WINEDLLPATH caveats I should know about?
Hi,
I am attempting to run the libiconv test-suite using wine and one of
the problems I am having is that the executables are not able to find
the DLL, even when setting WINEDLLPATH, as in:
WINEDLLPATH=../lib/.libs wine .libs/table-to
Am I doing something wrong?
Thank you,
Elizabeth
2013 Mar 11
2
menu.c32: not a COM32R image
Hello,
I have a simple shell script that I use to generate an iso installer
depending on the release version that I want. The thing is that I extract
isolinux and menu.c32 from the syslinux rpm of the latest redhat release.
The reason I am doing it this way is because of the
This is what does it:
copymenu32() {
# $ cat /local/kickstart/templates/os-updates.txt
# RedHat-5.8|20120425
2013 Apr 11
2
[PATCH] handle --use-installed in zypp driver
An attempt to use installed files in zypp driver.
Add also a comment about the theory of operation.
Enable set -x in shell only in verbose mode.
This adds a dependency to xmlstarlet, which is required to parse zypper output.
Signed-off-by: Olaf Hering <olaf at aepfle.de>
---
src/supermin_zypp_rpm.ml | 93 +++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 80 insertions(+), 13
2008 Jul 29
1
rebuilding firefox-2.0.0.16 from fc8
hello,
I started with
ftp://download.fedora.redhat.com/pub/fedora/linux/updates/8/SRPMS/firefox-2.0.0.16-1.fc8.src.rpm
with the hope of rebuilding it for el5/centos.
All of the dependencies were available (mostly from rpmforge) except one: something called system-bookmarks. I elected to comment out this from the spec, firefox.spec
I did the extracts with CPIO
rpm2cpio firefox-xxx.src.rpm |
2017 Nov 21
2
skypeforlinux lacks dependencies, won't update
Hello,
On Mon, 20 Nov 2017 19:22:19 -0600 Robert Nichols <rnicholsNOSPAM at comcast.net> wrote:
> On 11/20/2017 07:13 PM, Mark LaPierre wrote:
> > On 11/20/17 03:44, wwp wrote:
> >> Hello,
> >>
> >>
> >> On Mon, 20 Nov 2017 12:58:21 +1300 Peter <peter at pajamian.dhs.org> wrote:
> >>
> >>> On 20/11/17 11:30,
2011 Sep 27
1
problem in cr: nfs-utils-lib-1.1.5-3.el6.x86_64
I ran yum update on a CentOS 6.0 machine against the CR repository
and noticed that the nfs-utils-lib update broke my rcp.idmap settings:
rpc.idmapd: libnfsidmap: processing 'Method' list
rpc.idmapd: libnfsidmap: Unable to get init function: /usr/lib64/libnfsidmap/umich_ldap.so: undefined symbol: libnfsidmap_plugin_init
rpc.idmapd: libnfsidmap: requested translation method,
2017 Nov 21
0
skypeforlinux lacks dependencies, won't update
On 11/20/2017 07:13 PM, Mark LaPierre wrote:
> On 11/20/17 03:44, wwp wrote:
>> Hello,
>>
>>
>> On Mon, 20 Nov 2017 12:58:21 +1300 Peter <peter at pajamian.dhs.org> wrote:
>>
>>> On 20/11/17 11:30, milos.blazevic wrote:
>>>> There's the unstable version that installs and works:
>>>> https://www.skype.com/en/insider/
2017 Nov 21
0
skypeforlinux lacks dependencies, won't update
On 21/11/17 19:55, wwp wrote:
>>>> Maybe. Unpacking the rpm works, anyway, I never encountered a single
>>>> binary issue since I use it like that (ordinary use, I probably don't
>>>> use that text encoding or whatever submodule which depends on a newer
>>>> libstdc++).
>>>>
>>>>
>>>> Please explain
2016 Jun 10
1
compiling with lsocks support on centos 6?
Am 10.06.2016 um 21:22 schrieb Alexander Dalloz:
> Am 10.06.2016 um 19:46 schrieb Jason Welsh:
>> im trying to compile lftp with socks support and im getting the
>> following..
>>
>> ...
>> checking for msgfmt... /usr/bin/msgfmt
>> checking for gmsgfmt... /usr/bin/msgfmt
>> checking for xgettext... /usr/bin/xgettext
>> checking for msgmerge...
2016 Aug 31
0
[PATCH 2/2] Use os-release to detect the distro
Check the ID field in /etc/os-release on the current system, before
checking for the other old-style release-/version-like files in /etc.
Some distributions (openSUSE Thumbleweed) are starting to remove them,
breaking the supermin detection.
---
src/dpkg.ml | 3 ++-
src/pacman.ml | 5 +++--
src/rpm.ml | 15 +++++++++------
3 files changed, 14 insertions(+), 9 deletions(-)
diff --git
2007 Sep 24
1
WINEDLLPATH doesn't work
Hi
I have some win32 DLL (native DLL) which is required to run my application.
If I copy the DLL to $HOME/.wine/drive_c/windows/system32/ ... my application
runs OK. But if I out the DLL to ... eg. $HOME/.wine/drive_c/myDLL
and doing following
export WINEDLLPATH=$HOME/.wine/drive_c/myDLL
wine myapp
wine simply complain that my DLL not found !!
Well, I really don't want to put everything
2010 May 26
2
Getting 'username' of sip peer
Hello,
I have a few entries for sip peers in sip.conf with different name and
username, like
[TestSIPUser]
type=peer
host=dynamic
username=testuser
secret=1234
context=test_context
[TestNewUser]
type=peer
host=dynamic
username=newsipuser
secret=3456
context=test_context
When a call is made from any of these peers I want to get the username
of the peer.
for eg:- If a call is being made from
2006 Nov 23
3
questions about extended attributes support across *nix & osx (hfs+) filesys
i've built up rsync on both opensuse & osx from src.
on osx, it's v2.6.3 w/ both apple's "Extended Attributes" patches:
http://www.opensource.apple.com/darwinsource/10.4.8.ppc/rsync-24/patches/EA.diff
http://www.opensource.apple.com/darwinsource/10.4.8.ppc/rsync-24/patches/PR-3945747-endian.diff
and the 'lartmaker' fix (iteself, slightly fixed ...):
2005 Jan 08
1
WineTools (2.1.0) + WINEPREFIX
Hi!
I have difficulties using WineTools 2.1.0 with WINEPREFIX set.
It does not matter whether use wineprefixcreate or not.
I want to start a new wine-Konfiguration from scratch:
export WINEPREFIX=$HOME/.wine
wineprefixcreate (or not)
wt > /tmp/Fehlermeldungen.wt 2>&1
When I try "Create a fake windows drive", WineTools doesn't create one
although it said it did!
I have
2005 Feb 28
1
Problems with MSI Installer
I installed Wine 20050211 and i ran wineprefixcreate for making .wine directory. Then i installed
some fonts and then i tried to install instmsia.exe but nothing happened. I redownloaded the exe
file from microsoft site and i get the same results. If i try to install some apps using MSI
Installer i have a window: "Error 1719. The Windows Installer service could not be accessed". I
2007 Oct 17
1
wineprefixcreate ?
wineprefixcreate does not create a working registry. The system had a
working set of .wine .reg files however installs of office2k failed.
I then saved .wine and rebuilt it with wineprefixcreate. After this the
original applications did not work. Is wineprefixcreate supposed to
succeed at this?
Thanks - Dan