similar to: New thunderbird and ligntning on CentOS 5...

Displaying 20 results from an estimated 130 matches similar to: "New thunderbird and ligntning on CentOS 5..."

2005 May 10
2
bug, feature of mistery?
I have two machines a linux_amd64_x86 (gentoo_amd64) and a linux_x86. Both run R-2.1.0. I have a very long program (hopefully will become a package) that works perfectly on the linux_amd_x64. Great means no error, no problems and results that, where the analytic solution exists, coincide with it. I have problem making the code run on the x64 machine. I am baffled. The same code on the same version
2006 Dec 08
2
dyn.load and function calls without 'PACKAGE' argument
I'm writing a package that interfaces to the FAME database, via a library of compiled C routines accessible through a Linux .so file. My .onLoad() function loads the .so like this: dyn.load("/opt/fame/timeiq/lib/linux_x86/libjchli.so", local = F) and after that I also load my own fame.so via library.dynam("fame", package = "fame") The code in fame.so uses
2004 Jan 29
3
Developmental version of Matrix package for R-1.9.0
I recently uploaded a developmental version of the Matrix package, Matrix_0.6-1.tar.gz, to CRAN where it is in the src/contrib/1.9.0/Other directory. It requires some of the packages that will appear in R-1.9.0. This version marks a major redesign of the Matrix package to use S4 classes and methods and to incorporate sparse matrix manipulations using routines from TAUCS
2019 Feb 11
3
Issue network share mapping - Windows 10
Hello, I am facing issues to keep samba share to be mapping in Windows 10 After computer start, and first login, the share is mounted correctly. Then user logout, wait for 5 min, and log in windows again, the share cannot be mounted. An "error 64" occurs, with then "the specified network path is not available"... My samba server is in version 3.5.6 (SMB1) My Windows 10
2005 Jun 04
3
smbldap-tools and joining workstation to domain
Hi, I've reported this before but I guess I'll have to do it again, since it's not fixed yet or I'm understanding something wrong here. The problem is that smbldap-useradd -w 'machinename' will add only posixAccount entrys into ldap but it should add both posixAccount and sambaSAMAccount entrys. So if one doesn't add correct machine account entrys manually to ldap
2008 Oct 16
2
Problems with Thunderbird
On new CentOS 5.2 installation (and ugradation before config the diferent programs I use), I'm having problems with Thunderbird 2.0.0.17. Problem 1: I configured my e-mail account (as I have in my old machine) and I have no access to my pop3 and/or smtp servers. I write my user for the access, but thunderbird no ask my password anytime. Problem 2: I installed lightning, but I can't add
2014 Mar 27
1
GLIBC_2.7 not found
Hi, I am trying to run a software which requires a specific version of glib(GLIBC_2.7). Current version of GLIB on my system is 2.5 and error which I am getting is - ------------------------------ [hp at mysys example]$ /share/apps/CAP3/cap3: /lib64/libc.so.6: version `GLIBC_2.7' not found (required by /share/apps/CAP3/cap3) ------------------------------ [root at mysys scratch]# ldd
2008 Dec 27
2
could not load kernel32.dll
hello, When I am on playonliux, the script of my game works with wine 1.1.5 but with version 1.1.6 doesn' works: (my directory is located in /home/marc/.PlayOnLinux/WineVersions/1.1.6/usr/bin) Code: [marc at localhost bin]$ ./wine ../../../../wineprefix/WorldOfWarcraft/drive_c/Program\ Files/World\ of\ Warcraft/Wow.exe err:module:load_builtin_dll failed to load .so lib for builtin
2010 Jun 06
2
[LLVMdev] Error while compiling mysql using LLVM-gold
The errors are /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found /lib/libc.so.6: version `GLIBC_2.7' not found I can not use it in the command line... Rafael Espindola wrote: >> However, I got >> "... >> checking for gcc... llvm-gcc -use-gold-plugin >> checking for C compiler default output file name... >> ... >> configure: error: C
2010 Jun 06
1
[LLVMdev] Error while compiling mysql using LLVM-gold
Some things to check: Run llvm-gcc a.c -emit-llvm -use-gold-plugin -Wl,debug This will print the link command line. What is it? Do you get the same error messages if you run just that? Are gold and the plugin linked with the same libstdc++? Cheers On Jun 5, 2010 11:50 PM, "Guoliang Jin" <jingl1345 at gmail.com> wrote: The errors are /usr/lib/libstdc++.so.6: version
2010 Dec 31
6
happy new year :D i have a problem to upgrade my glibc to 2.7 on centos 5.5
Happy new year :D i have just installed centos 5.5 on my vmware to test my server,i found that i need nasm x64 to compile my assembly code,the yum database only has 0.98 version which does not support 64bit. the nasm version 2(rpm from offcial site) requires glibc 2.7, i know its a core component, but is there a way to upgrade it without break system? thanks for your time :D NamoBhagavan Max
2006 Aug 03
1
An error while testing Python 2.5 and xapian in Win32
Hi: After a succesful installation of .dll xapian using VS2005 and swigwin-1.3.29, I attempted to do my first tests, however, I had the next problem: .python Python 2.5b2 (r25b2:50512, Jul 11 2006, 10:16:14) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> >>>import sys
2020 Nov 11
2
Targeting old glibc
It did partially fix the issue but there is still one problem: llvm-objdump -sx gives: Version References: required from libpthread.so.0: 0x09691a75 0x00 05 GLIBC_2.2.5 0x09691972 0x00 09 GLIBC_2.3.2 0x09691973 0x00 07 GLIBC_2.3.3 0x06969192 0x00 12 GLIBC_2.12 required from libdl.so.2: 0x09691a75 0x00 21 GLIBC_2.2.5 required from libuuid.so.1: 0x09da27b0 0x00 19
2010 Jun 06
0
[LLVMdev] Error while compiling mysql using LLVM-gold
> However, I got > "... > checking for gcc... llvm-gcc -use-gold-plugin > checking for C compiler default output file name... > ... > configure: error: C compiler cannot create executables > ..." > when I following those instructions. > > Any experience on compiling autotooled projects using LLVM is welcome. > Some online resource on this topic will be
2010 Jun 06
0
[LLVMdev] Error while compiling mysql using LLVM-gold
Thanks Rafael. I compiled llvm-gcc by myself, and I can compile mysql now. Right now, when I run llvm-gcc a.c -emit-llvm -use-gold-plugin -Wl,debug I got ld: error: cannot open debug: No such file or directory collect2: ld returned 1 exit status I do not know why this is happening. Rafael Espindola wrote: > > Some things to check: > > Run llvm-gcc a.c -emit-llvm -use-gold-plugin
2010 Jun 06
2
[LLVMdev] Error while compiling mysql using LLVM-gold
Hello, I am trying to compile mysql using LLVM and I am found the following "If you just want to use *LLVM*'s link-time optimizations, you will need to use the libLTO library with your linker. Your linker, in turn, must be able to support plugins (like the gold linker, for example). For directions on how to set up libLTO, see http://*llvm*.org/docs/LinkTimeOptimization.html
2020 Feb 05
0
Kernel downgrade on Centos 8
On 2/4/20 11:33 PM, Dimitri Zelenkin via CentOS wrote: > Johnny Hughes wrote: >> No, CentOS-8 uses different shared libraries and a different version >> of the compiler than CentOS-7, so you can not run items compiled for >> CentOS-7 on CentOS-8. > > The kernel does not rely on userspace libraries. [hughesjr at inspiron11 kernel]$ rpm -q --requires kernel
2010 Oct 07
1
Linux 64-bit R installation problem - "Failed dependencies"
I am trying to install 64 bit R on Linux. But I got the following error - rpm -i R-core-2.10.0-2.fc11.x86_64.rpm warning: R-core-2.10.0-2.fc11.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 97d3544e error: Failed dependencies: /bin/bash is needed by R-core-2.10.0-2.fc11.x86_64 /bin/sh is needed by R-core-2.10.0-2.fc11.x86_64 /sbin/ldconfig is needed by
2020 Feb 05
3
Kernel downgrade on Centos 8
Johnny Hughes wrote: > No, CentOS-8 uses different shared libraries and a different version > of the compiler than CentOS-7, so you can not run items compiled for > CentOS-7 on CentOS-8. The kernel does not rely on userspace libraries. -- Dimitri Zelenkin Devexperts, Inc
2020 Nov 11
0
Targeting old glibc
On 2020-11-11, Alexandre Bique wrote: >It did partially fix the issue but there is still one problem: > >llvm-objdump -sx gives: > >Version References: > required from libpthread.so.0: > 0x09691a75 0x00 05 GLIBC_2.2.5 > 0x09691972 0x00 09 GLIBC_2.3.2 > 0x09691973 0x00 07 GLIBC_2.3.3 > 0x06969192 0x00 12 GLIBC_2.12 > required from libdl.so.2: >