similar to: Missing "ISO8859-1.so" on Tru64Unix

Displaying 20 results from an estimated 2000 matches similar to: "Missing "ISO8859-1.so" on Tru64Unix"

2010 Jun 08
3
Question on trying to build R 2.11.1 on Tru64(aka OSF1) system
Hello, I am trying to build the R-2.11.1 software for university faculty to use in research projects on a DEC/Compaq/HP AlphaServer model GS160 16CPU/64GB memory running Tru64Unix aka OSF1 version 5.1B-5. Is it known whether it is possible to build the R-2.11.1 software on the platform I am using? In my attempts to build the R-2.11.1 software, I first used the native C and Fortran 77/90/95
2003 Jun 24
3
R-1.7.1 regression test failure on alphaev68-dec-osf5.1
I'm attempting to compile and install R version 1.7.1 for my statistical geneticists. It seems to compile correctly -- that is, it compiles without errors -- but the regression test is failing in the following manner: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > ## log > stopifnot(all.equal(log(1:10), log(1:10, exp(1)))) > stopifnot(all.equal(log10(30), log(30, 10))) >
1999 Jul 16
1
R-0.64.2 ssize_t not defined in src/unix/sock.h
I though I should let you all know of this: Trying to build R-0.62.2 on a SunOS xxxx 4.1.4 2 sun4m machine using gcc (gcc version egcs-2.91.57 19980901 (egcs-1.1 release)): gnumake[2]: Entering directory `/tmp_mnt/xxxx/src/R-0.64.2/src/unix' gcc -g -O2 -I../include -I../../src/include -c Rsock.c -o Rsock.o In file included from Rsock.c:8: sock.h:21: parse error before `Sock_read'
2004 Jan 26
0
Portable OpenSSH and GSSAPI
Dear developers, I am already playing with openssh + heimdal krb5 + gssapi on Tru64Unix 5.1a and Irix 6.5.20, but with no much success. The worst problem I experience is following: - gethostbyname on tru64unix returns short host name instead of fqdn. But even if I overcome this problem by appending the domain name to the lname variable in gss-genr.c file and get over this problem, gss-api does
2010 Jun 09
2
Question on trying to build R 2.11.1 on Tru64(aka OSF1)
First I tried 'setenv R_SHELL /usr/local/bin/bash', as bash is the weapon of choice for the faculty wishing to use R, then ran ./configure as before. The ./configure output line using as R_SHELL for scripts ... /usr/local/bin/bash would seem to indicate that the R_SHELL environment variable was recognized and acknowledged. However, I got the same build error: gnumake[2]: Entering
2004 Jan 26
4
ADDENDUM: Portable OpenSSH and GSSAPI
Dear developers, to my previous post I have some additional info. I just erased all the krb5 data and set it up from scratch. Now the message in sshd debug changed to: debug1: Miscellaneous failure (see text) Decrypt integrity check failed debug1: Got no client credentials Failed gssapi-with-mic for komanek .... So it seems the problem is somewhere in the kerberos, not in openssh. Is here
2010 Jul 09
7
Dovecot 2.0 RC1 and OpenBSD 4.7
Hello all, I'm currently doing some tests with Dovecot 2.0 RC1 and OpenBSD4.7 (socppc or i386 architectures) and I can't compile it : I "./configure" with default options and then "make" : $ make [...] Making all in doc Making all in man make: don't know how to make doveadm.1. Stop in /home/mail/dovecot-2.0.rc1/doc/man. *** Error code 1 Stop in
2005 May 12
1
Samba & AIX
Does anyone have any experience installing/configuring the latest Samba on AIX 5.2?... If so, would you care to share your notes? Thanks all. Andy Speagle "Always remember that you are unique. Just like everybody else."
2008 Jun 01
3
Failed building 3.0.30 for tru64 4.0F
Dear friends, I failed to buld samba 3.0.30 for tru64unix 4.0F. I am curently locked to this os version due to other production software. We currently run Samba 2.2.8a but we were requested to upgrade by our network group. I downloaded 3.3.30 and did $ cd source $ ./configure no warnings or errors as far as I could see, except checking for replacing readdir using getdirentries()...
2005 May 13
1
samba problems on aix
Installed samba 3.0.4.0 and libiconv 1.9.1 (download from bullfreeware) on AIX 5.2. When I run smbclient, it says error: exec(): 0509-036 Cannot load program ./smbclient because of the following errors: 0509-150 Dependent module libreadline.a(libreadline.so) could not be loaded. 0509-022 Cannot load module libreadline.a(libreadline.so). 0509-026 System error: A file or directory in the path name
2001 Nov 11
3
Help : samba and Solaris
Hi, I tried to install SAMBA on solaris, typed in command "./configure" in the source directory, but reply the message like below: # ./configure loading cache ./config.cache checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH Would be appreciate if somebody can help me. Regards. __________________________________________________ Do
2001 Nov 09
0
The trouble...
Hi everybody ; For a week I have a real trouble with samba and I couldn't solve this I need help My operation system is Tru64unix 4.0F and Tru64unix 5.1 Samba is alpha version 2001/11/02 17:45:20, 0] nmbd/nmbd.c:(65) Got SIGTERM: going down... 2001/11/02 20:03:27, 0] lib/pidfile.c:(87) ERROR: nmbd is already running. File /usr/local/samba/var/locks/nmbd.pid exists and process id 1073
2004 Sep 09
1
Missing charset ISO8859-1.so in 3.0.6?
I recently installed and built 3.0.06 on my Solaris 9 Ultra 5 station. When I start either smbd or nmbd, the log files indicate a missing shared library during initialization, but the daemons appear to be running anyway. Specifically, the log says: [2004/09/09 09:09:07, 3] lib/module.c:do_smb_load_module(46) Error loading module '/usr/local/samba/lib/charset/ISO8859-1.so': ld.so.1:
2008 Oct 21
4
[LLVMdev] Replacing llvm-gcc in Xcode 3.1.1 with svn version
Hello all, I have replaced the llvm-gcc shipped with the Xcode by the latest version and I was wondering if I have missed something... (everything *seems* to work). Here's what I did: 0. Checkout LLVM (and clang) + llvm-gcc 1. Build LLVM (with clang) and install into /Developer/usr/local : # mkdir llvmobj # cd llvmobj # CC=gcc-4.2 CXX=g++-4.2 ../llvm/configure
2002 Oct 16
4
does smbmount use keepalive and/or smb.conf?
Greetings, I don't know how common an issue this is as I haven't found much in the list archives that was helpful to me, so I'm hoping for some pointers. FYI, we have samba 2.3.3a-6 running on the 2.4.18-10 kernel. There seems to be an issue with smbfs mounts at times where connectivity may be lost (e.g. Win share becomes unavailable) causing local processes such as lsof or ps,
1999 Nov 12
3
problems running samba on Caldera 2.3?
I have the default installation of samba (2.0.5) that came with Caldera OL 2.3, but it doesn't seem to be starting up properly, nor is SWAT working. When I run the script 'samba start', I get the message "Starting samba: smbd nmbd", but when I check the running processes, only nmbd shows up. Running smbstatus gives me the message "Couldn't open status file
2010 Jul 09
7
v2.0.rc2 released
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc2.tar.gz http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc2.tar.gz.sig Largest fixes since rc1: - Fixed a crash with empty mail_plugins - Fixed sharing INBOX to other users - mdbox: Rebuilding storage was broken in rc1 - dsync was broken for remote syncs in rc1 - director+LMTP proxy wasn't working
2010 Jul 09
7
v2.0.rc2 released
http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc2.tar.gz http://dovecot.org/releases/2.0/rc/dovecot-2.0.rc2.tar.gz.sig Largest fixes since rc1: - Fixed a crash with empty mail_plugins - Fixed sharing INBOX to other users - mdbox: Rebuilding storage was broken in rc1 - dsync was broken for remote syncs in rc1 - director+LMTP proxy wasn't working
2004 Sep 10
1
0.10 almost ready
OK, I'm pretty satisfied with the code for 0.10 so I've been updating the documentation. The new comparison page is done and checked in. It has the latest numbers for flac 0.10 and also shorten 3.2 (was 2.3a). The compression ratios are about the same but the encoder is much faster. flac -1 beats shorten on size and speed. flac -3 is much better than shorten at the same speed, and the
1999 Jul 10
5
2.0.4b: logrotate problems with rh60
The 2.04b rpm for rh60 ships with and installs a config file for logrotate (the samba.log file in the packaging/RedHat section). ===== /var/log/samba/log.nmb { postrotate /usr/bin/killall -HUP nmbd endrotate } /var/log/samba/log.smb { postrotate /usr/bin/killall -HUP smbd endrotate } ===== 1) I think that the use of "endrotate" is wrong. There is no