similar to: R search engine broken (PR#6653)

Displaying 20 results from an estimated 500 matches similar to: "R search engine broken (PR#6653)"

2004 Jan 26
4
Currently no Java for Linux-Mozilla on 4-Stable?
Hey folks, I was trying to install a jvm for the linux-mozilla port on 4-stable. 4-stable of yesterday (updated) and all ports of yesterday except as indicated. I am through all of them, blackdown-1.3, blackdown-1.4.2, checked out the previous blackdown-1.4.1, Sun-1.3.1 and Sun-1.4.2. Most of them have incompatible C++ interfaces to the current linux-mozilla, except blackdown-1.4.2, which
2003 Sep 03
3
help.start( )
Dear R experts, I installed R-1.7.1 on Linux (Red Hat 9.0) starting from R-1.7.1.tgz without a problem. Then I fired up R and tried things and found that help.start( ) does not work. I downloaded Sun Java j2re1.4.2, installed that and re-installed R-1.7.1 from scratch. I tried help.start( ) again and the browser (Mozilla 1.2.1) crashed. I read about copying libjavaplugin_oji.so into
2004 Apr 22
3
Trouble with HTML search engine
There have been a number of posts to this list by people having trouble with the HTML search engine. Often these troubles are caused by incorrect setups (user hasn't installed Java properly, or Java is disabled, or Javascript is disabled). Sometimes the trouble persists even when Java is installed properly. I have written an alternative HTML search engine, which is based on Javascript rather
2007 Mar 07
4
wine: could not load L"D:\\Setup.exe": Bad EXE format for
Just trying to setup an application to run educational material from a CD the software is /SkillSoft Course Manager (SCM) I searched the internet for a solution but did not find anything useful. /I just installed wine and have IE6 working for testing purposes. Any hints? Ideas? solutions? Would be wonderful. Never used wine before. Phil
2004 Sep 26
1
java applet on CentOS-3
Hey, Has anyone installed a java applet on a CentOS-3? http://rpmfind.net/linux/RPM/ASP/contribs/9/i386/j2re-java-plugin-1.4.2_02-1asp.i386.html I need a java applet for some functionality accessing my SmoothWall firewall from a workstation on the internal network. Has anyone set YUM up to watch for updates? Thanks, Rick
2008 Sep 24
5
DO NOT REPLY [Bug 5792] New: rsync fails to log files "sent" with options: --itemize-changes -n --log-file
https://bugzilla.samba.org/show_bug.cgi?id=5792 Summary: rsync fails to log files "sent" with options: --itemize- changes -n --log-file Product: rsync Version: 3.0.2 Platform: PPC OS/Version: Mac OS X Status: NEW Severity: minor Priority: P3 Component: core AssignedTo:
2005 Sep 21
2
Java -- again
I must have something screwed up. When I try to yum the jave jre, it appears that its not finding the file. Below is the output from my command. I set the yum configuration from the web link someone posted, which is below the command output. Appreciate any help.. Sam ------------------------------------------------------------------------ # yum install j2re mozilla-j2re Setting up
2011 Dec 28
4
JVM 7 fails to start
Hi, I installed the jre-7u2 into the wine under Ubuntu 11.10 But, when I try to run the java itself: Code: wine ${PATH_TO_JAVA/BIN}/java.exe I get following error: Code: fixme:heap:HeapSetInformation (nil) 1 (nil) 0 Error occurred during initialization of VM java/io/IOException: Bad pathname Any hints? Help will be mostly appreciated, I need to run windows app, which uses JVM. Thanks.
2003 Apr 18
2
USE_GCC=3.2 vs make clean in ports
hello all! i've installed gcc-3.2 about a month ago and put "USE_GCC=3.2" into /etc/make.conf. now "make clean" for any of ports leads to smth like Apr 18 12:38:54 alc /kernel: swap_pager: out of swap space Apr 18 12:38:54 alc /kernel: swap_pager_getswapspace: failed Apr 18 12:38:54 alc /kernel: pid 219 (XFree86), uid 0, was killed: out of swap space "ps ax"
2005 Oct 17
1
Tomcat 4 on Centos 4.1
I use OpenNMS and this is how I install it. So far it's worked every time (6 installs). Make sure you open up your IPTables as needed. Let me know how it goes. --Todd -------------- Installing DAG RPM Repository nano -w /etc/yum.repos.d/dag.repo [dag] name=Dag RPM Repository for RHEL baseURL=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag gpgcheck=1 enabled=1 rpm --import
2005 Nov 23
2
Desktop media apps query
Want to support the following apps on some of our centos 4.2 desktops. Are yum-installable binaries/rpms available for CentOS 4.2 and which repository? MP3 player Macromedia Flash/Shockwave MPlayer Media Player RealPlayer 10 Media Player Java J2RE and Mozilla Plug-in MS TrueType fonts With regards. Sanjay.
2006 Jan 06
3
Installing Java 1.4.2
For scalix on Centos the Scalix forum provides instructions for convincing Scalix that Centos is Redhat: http://www.scalix.com/community/viewtopic.php?t=516&highlight=centos I am up to the point of getting Java JDK1.4.2 installed. I did a: yum list|grep "java" and got: gcc-java.i386 3.4.4-2 installed java-1.4.2-gcj-compat.noarch
2005 Dec 02
1
basic java question
Installed Fedora DS and trying to run # /opt/fedora-ds/startconsole -u admin \ -a http://lin-workstation.azapple.com:32131 /opt/fedora-ds/startconsole: Your JAVA_HOME environment variable is not set. Please set it appropriately. # rpm -qa j2re j2re-1.4.2-11.1.fc3.rf # cat /etc/profile.d/java.sh JREHOME="/usr/lib/jre/lib/i386" JAVA_HOME="/usr/lib/jre/bin"
2005 Jul 15
3
Java
Hi everyone, I'm a newbie to centos and having trouble upgrading java's jdk1.4 to jdk1.5. I assume I have to get the jdk from jpackage, but I'm having trouble locating it, let alone finding any instructions on how to upgrade. Much appreciated if anyone can help. Thanks!
2005 Sep 22
13
Recommendation On Ping And Alert Tool
A bit off topic, but I keep looking for an answer to this question and coming up with nothing... so I thought I would go to the gurus. :-) Can anyone recommend a good package for pinging other devices and sending an email/alert when they go down? I'm aware of all kinds of more complex things with GUIs and a zillion other bells and whistles we aren't looking for, but we just want a simple
2006 Mar 30
3
[LLVMdev] Running LLVM Analysis on real-world projects.
I have made few attempts to compile some software packages with llvm. My approach is to define Make variables as follows : export AS=llvm-as export LD=llvm-ld export AR=llvm-ar export CXX=llvm-g++ and then run configure and make. This approach works with very small code bases only. For most of the projects, it bails out with errors. Some of them are very clear, like llvm does not support
2006 Jan 26
1
Fedora 4 Compile environment
Hi Does anyone have a working environmet to compile Fedora 4 xen rpm packages? Hopefully based on fc4 + additional packages. I need to have rpm-packages, because I cannot have development tools in production systems. I have looked through the archives without any working solutions. I have tried gcc32 and tune=pentium4 modifications, but I have always found new challenges (problems). -- Timo
2009 Sep 07
1
Building GCC 3.2.3
Hello! I'm trying to build GCC 3.2.3 in CentOS 5. I wonder if there are some script or manual that contains all the configure options? Is GCC 3.2.3 built with all patches gcc32-* applied? What I really need is GCC 3.2.3 with the same options as in original one and the same pathches + 1 applied. This patch fixes the erroneous write in linkonce section. Thanks in advance, Igor
2002 Nov 23
3
Possible solution for Mozilla/help.start() search problems
I thought that I would post a follow up given the several posts on this same subject in the past week. All R comments pertain to 1.6.1. Earlier in the week using a development build of Mozilla under RH 8.0, I was able to get the help.start() based search engine to work with both Java and JavaScript enabled. This was using what I believed to be the V1.2b branch of Mozilla, in which both Xft
2005 Sep 21
3
Can't get JRE to install so that FireFox sees it
Hot on the heels of the success of getting sound to work with FireFox, I am on to getting Java applets to run. When I go to a page with a Java applet, I get the little Rubik's cube- like icon that says I can click to download. So I do, but FireFox says it can't find it, so I have to install manually. I click on Manual install and I'm taken to a page that allows me to download the RPM