Displaying 20 results from an estimated 500 matches similar to: "Is there a Memu system for MS programs insalled via wine?"
2007 Mar 19
1
wine or application failure ?
Had accounting program MYOB running, installed another couple of
programs and ;
---------------------------------------
john@interserve3:~$ wine '.wine/drive_C/myob15/myob.exe'
err:module:import_dll Library gdiplus.dll (which is needed by
L"H:\\.wine\\drive _C\\myob15\\myob.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"H:\\.wine\\drive_C\\
2007 Sep 20
4
webmin
hi there, i just insalled centos 4.5 minimal, but want to use yum to
install webmin? anybody know how??
i try: yum install webmin but not found.
thanks,
T. Hiep
2005 Jan 31
3
installing R on Mac OS X
I have a problem in installing R-2.0.1, downloaded from the R web site,
on mac o sx version 10.3.7.
when i launch the command ./configure i get the following error message:
checking for C compiler default output file name... configure: error:
C compiler cannot create executables
i've aleady insalled Xcode. the version of the gcc in 3.3.
what can i do?
thanks
silvia
2007 Mar 28
4
modprobe ifb
I''m trying to set up a traffic control on ingress attaching a egress qdisc to
the ifb device. The idea is to use a RED algorithm instead of policing
the incoming traffic. After trying with tc-red and not obtaining the
expected results, I decided to try with something easier, and use htb
as bottleneck:
ifconfig ifb0 up
tc qdisc del dev $dev ingress
tc qdisc del dev ifb0 root
tc qdisc add
2011 Apr 04
1
system() command in R
Hi all,
I have a local server insalled on my system and have to start that from
within my R function.
here is how I start it:
cmd<-"sh start-server.sh"
system(cmd, wait=FALSE)
My function has to start the server and proceed with further steps. The
server starts but the further steps of the program are not executed.The
cursor keeps waiting after the server is started.
i tried
2020 Nov 14
1
why does virtual console start affect graphical start up?
Hello all--
I have 3 CentOs 8 kernels insalled on my new machine --
1. 4.18.0-193.14.2.el8_2.x86_6
2. 4.18.0-193.19.1.el8_2.x86_64 << using this one for this graphical boot
3. 4.18.0-193.28.1.el8_2.x86_64
Only #3 will boot without a *Virtual console can not start *error
message but it hangs up trying to get into graphical mode, although it
will boot to multi-user.
The first 2 seem to
2005 Dec 23
3
auth_generator and GD woes
Hi All,
I am trying to use the auth_generator package and am having problems with
the GD requirements. So, while I realize this is tangental to rails, I am
hoping someone may have some insight for me.
I get the following error when trying to update my account info:
MissingSourceFile in Account#info
no such file to load -- GD
RAILS_ROOT: script/../config/..
Application Trace | Framework
2005 Oct 11
8
Sortable as a class?
Hi there!
My first post to this list, so first of all many thanks for the amazing
Scriptaculous library. I''m currently using it for some nice Ajax effects
in Apache Cocoon (http://cocoon.apache.org/).
I''m currently struggling with Sortable, which I would like to adapt as
the conventions used in Cocoon are different from those currently used.
Basically, I would like to send
2006 Oct 02
4
PCI unable to handle 64bit address space for
Hello all this is my first post to this list so i would like to than you all in advance for your time and consideration.
I am in the process of building a new server and have purchased some used hardware. There seems to be some hardware issuses and i am hoping nothing was damaged during shipping. However i am in contact with intel and we are tring to figure out the exact problem via email.
So
2019 Nov 21
3
Can't build R 3.6.1 or 3.5.3 on Ubuntu 18.04 LTS
Hi,
I am trying to build a more recent version (3.6.1 or 3.5.3) of R on
Ubuntu 18.04 LTS. I have installed build-deps with:
sudo apt-get build-dep r-base
and I ran ./configure
During "make", I get the following error:
platform.o: In function `do_eSoftVersion':
/home/user/Desktop/R-3.6.1/src/main/platform.c:3129: undefined reference
to `u_getVersion_58'
2006 Nov 04
0
Can''t run script/console on OS X
Hi there,
I just insalled RoR on a OS X 10.4.2. Everyting works great so far,
except I cannot run script/console, which is used in most tutorial I
come across.
I installed RoR using Locomotive, but it never really worked, so I did
a manual install of RoR afterwards. Could this cause conflicts in
betweend libs my environment?
Here is the stack trace:
$ script/console
Loading development
2007 Mar 19
1
Problem with winecfg on Red Hat Linux
A colleague insalled Wine for me on a 32-bit Red Hat Linux server
yesterday. I am not trying to install an
application called LIMDEP under Wine. The documentation says to start a
script called winecfg. When I invoke that script, all I get is a gray
box on my screen with a few tabs. No text appears on the screen. If I
click on some of the tabs, there are drop-down menus, which also have
no text.
2012 Sep 13
0
Volume issue.
Hi experts.
Recently I've insalled a PCI Khomp Pane on my server and inserted 4 chips
to make call with it. The calls are good and no issue was noticed but I got
reports that when someone call the chips the call volume is uncommonly low
for both sides and they deploy some failures on the audio, only when the
call comes from outside. When an extension at the same network makes a call
that goes
2003 Nov 14
0
Re: Samba on AIX 5.1
Dee,
No, I have not resolved the problem. But compiling with gcc seems to work
"better" than C for AIX V6
I have the same problem as You when trying to start the executables.
I get a core dump even when running "testparm".
I also think that bad iconv support in AIX can be the problem, so I have
tried to install GNU libiconv and GNU gettext
after finding this hint on tng-samba
2007 Apr 03
2
Please help, very important (not for fun)
Hi All,
I am a Speex novice but trying to use Speex in my Doctoral thesis. I
installed Speex, was able to encode and decode files. Right now, I want to
write my own cpp program that handle Speex-files. I tried to compile and run
the two sample programs that come with the documentation (after having
insalled the speex-devel-1.0.5-1.i386.rpm). However, when I compile.
gcc sampleenc.cc
Here is
2005 Jun 23
1
list.files() reorders files in R CMD INSALL
Hi,
The list.files() function seems to order its result vector differently
when is run during R CMD INSTALL. Here is an example:
~% mkdir ~/FOO
~% cd ~/FOO/
~/FOO% touch a A b B
~/FOO% ls
a A b B
Put foo.R in the vor package. The foo.R just prints the files in ~/FOO:
print(list.files("~/FOO"))
Now install the package:
~/FOO% R CMD INSTALL -l ~/R/library/ ~/src/vor/
*
2009 Sep 10
2
Insall package
Dear Sir
Subject: - *Install " rscproxy_1.3-1.tar.gz "*
I am working in Windows system. I was try to install *rscproxy* package
in two way.
*1.* install.packages ("rscproxy_1.3-1.tar.gz"), It shows the Warning:
unable to access index for repository
http://cran.pt.r-project.org/bin/windows/contrib/2.9
*2. * install.packages("C:/Program
2002 Jun 28
2
Slow File transfer between Samba and Win2k
I have a Samba file server and a dual boot Win98/Win2k client. Copying file from the Client in Win98 to the Samba server gives no problems:
(I copied one 6 mb file)
Samba server -> Win98 Client 550 kb/s
Samba server <- Win98 Client 500 kb/s
But then from Samba server to Win2k Client:
Samba server -> Win2k Client 190 kb/s
Samba server <- Win2k Client 18 kb/s
Because of
2001 Nov 21
4
installing R for unix on PC
Dear R-users,
Probably this is rather general question and I apologize for this:
I'm using R and other softwares on Win and I would like to install Linux
on my PC in order to be able to install R for unix.
Is there anyone that wants to suggest me what do I need to partion my
hard disk and to install linux and then R?
In this way I could use both Win and Linux on my PC, am I right?
Is there
2000 Mar 11
3
TEST RELEASE: openssh-1.2.3pre1
I have just uploaded a test release of 1.2.3. It includes numerous
fixes from the OpenBSD team and should fix the stupid configure bugs
of 1.2.2p1.
http://violet.ibs.com.au/openssh/files/test/
A detailed ChangeLog is in the directory.
Please report successes and failures.
Regards,
Damien Miller
--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller -