similar to: building 1.9.18 for HPUX 10.20

Displaying 20 results from an estimated 100 matches similar to: "building 1.9.18 for HPUX 10.20"

1998 Oct 15
1
Problem to map home dir
> Sorry, but in the first mail I forgot to attach the Makefile and I > forgot also to mention that I already tried the password handling in win95 > via the registry. > > De Boe Bart wrote: > > > Hello, > > > > I need to install Samba on a HP J210 HPUX 10.20. > > I downloaded and compiled version 1.9.18p10. > > > > Following problems are
1998 Apr 02
1
Need Help Copiling Samba on Intergraph
I am trying to compile Samba on an Intergraph 6750 server running Clix. These are my results.................... S_GIS/usr/gis/doug/samba/samba-1.9.18p3/source>make Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb" -DNMBLOGFILE="/us Using LIBS = -lbsd -lc_s Compiling mem_man/mem_man.c Compiling rpc_pipes/srvparse.c Compiling rpc_pipes/smbparse.c Compiling
1998 May 11
1
Problems Compiling 1.9.18p6 with SCO 3.2v4.2
Having a couple problems with Samba: First Samba 1.9.18p6 doesn't compile under SCO Unix 3.2v4.2 using native compiler: Linking smbd undefined first referenced symbol in file getpagesize slprintf.o mprotect slprintf.o memalign slprintf.o ld fatal: Symbol
1998 May 13
0
Problem Compiling version 18p5 on HP UX 10.20
> Hi Samba Users: > > I am running samba 1.19.17p1 on HPUX and it has been working fine. > At that time I could get hold of binary package (under binaries dir) > and installed from that > with no much problem. > > This time I downloaded samba-1.9.18p5.tar.gz file and Unzipped on my > PC > to samba-1.9.18p5.tar file and then transferred over to HPUX machine > and
1998 May 02
1
Shadow and OpenLinux
Hi all: I'm running Caldera OpenLinux with kernel 2.0.29, shadow password and quotas. The shadow kit is 980403 and is working fine. Well, when I try to compile I got this output : ------------------------- Begin Compile output ------------------------ Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb" -DNMBLOGFILE="/usr /local/samba/var/log.nmb"
2008 Jun 07
1
directing output of tftpd to stdout, instead of syslog()
I'm doing some work with hpda-tftpd--0.48. All output is to syslog -- this is inconvenient when running interctivitly. tftpd has a no daemonize flag -- this is not used either started it normally or from the sample inetd... I'm thinking of doing: my_syslog(int priority, const char *format, ...) { va_list ap; va_start(ap, format); if(use_tty == TRUE)
1998 Jul 16
1
Samba and HPUX 11.0
Hello, all. I am the proud owner of a D360 and a D380, both running HPUX 11. I would love to be able to run SAMBA on them, but the compile simply blows up. I'm trying to figure out what's going on there, but has anyone succeeded in getting SAMBA to run under HPUX 11? Thanks, Richard A. Deighan EIS International, Inc 555 Herndon Parkway Herndon, VA 20170 703 326 6424 rdeighan@eisi.com
1998 May 12
0
Compilation problem on OSF/1
PArdon the "newbie" nature of this question, but I *am* a samba newbie I'm trying to compile samba-1.9.18p6 on a DEC Alpha running OSF/1 V3.0 (I know it's old, but I'm stuck with it). I've modified the Makefile as follows... ># Add any optimisation or debugging flags here ># add -DSYSLOG for syslog support >FLAGS1 = -O -std1 -w >LIBS1 = and ># This
1998 Aug 27
0
precompiled SCO binaries u
to> A short time ago I recieved a reply to a query to> about compiling samba with the freeware gcc under to> sco unix. Im sorry, Ive misplaced your Email to> address and WEB address (which was in italian). to> Sorry to use this forum as a contact point, but to> can you contact me again? Thanks. to> to> Tony Nichols The WEB page is at
1998 May 22
1
HP-UX 9.05: stropts.h: No such file or directory
I just tried to build samba-1.9.18p7 (using gcc ver-2.7.2.1) on a HP 9000/700 running HP-UX ver. 9.05, and I got this error message: Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb" -DNMBLOGFILE="/usr /local/samba/var/log.nmb" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" -DLMHOSTS FILE="/usr/local/samba/lib/lmhosts"
1998 Jul 01
0
Please, help me! SAMBA
Why I can't compile SAMBA at HP-UX 9.07, UP-UX 10.20. I tried samba-1.9.18p8 version. And I uncommented 'HP-UX 10.20' at 'WHICH OPERATING SYSTEM?' of 'Makefile' file. Then 'make' in prompt. But, I failed. Please Help Me !!!! The error Meassage is, Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb" -DNMBLOGFILE="/usr/local/sam
2000 Mar 07
0
compile error on HPUX 10.20
I'm trying to get openssh-1.2.2p1 to compile on HPUX 10.20 using gcc. I have installed zlib, egd, and openssl. This is the compile errror i am getting: gcc -o ssh ssh.o sshconnect.o log-client.o readconf.o clientloop.o -L. -L/usr/local/ssl/lib -L/usr/local/lib -lssh -lz -L/usr/local/lib/ -L/usr/local/ssl/lib -lcrypto /usr/ccs/bin/ld: Unsatisfied symbols: __builtin_va_start (code)
1998 Aug 17
1
Compiling with SCO
Has anybody tried to to compile SAMBA using gcc under SCO unix 5? This may just be a problem I'm having using the gcc compiler, but I'm having problems. I would just like to know if anyone's done it, and any special problems they may have had. ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
2017 Dec 01
2
[Release-testers] 5.0.1-rc2 has been tagged
Zig tests using Debug build of 5.0.1rc2 hit this bug: https://bugs.llvm.org/show_bug.cgi?id=34452 I suppose the fix has not been backported to 5.0.1. So I created a Release build of 5.0.1rc2 and all zig tests pass, with the following patches: * Patches to LLD: commit a206ef34bbbc46017e471063a4a1832c1ddafb0a Author: Andrew Kelley <superjoe30 at gmail.com> Date: Fri Dec 1 12:11:55 2017
2019 Mar 14
1
[PATCH 00/38] VFS: Convert trivial filesystems and more
Hi Al, Here's a set of patches that: (1) Provides a convenience member in struct fs_context that is OR'd into sb->s_iflags by sget_fc(). (2) Provides a convenience vfs_init_pseudo_fs_context() helper function for doing most of the work in mounting a pseudo filesystem. (3) Converts all the trivial filesystems that have no arguments to fs_context. (4) Converts
1997 Dec 16
0
New Samba alpha release - 1.9.18alpha13
The Samba Team are pleased to announce Samba 1.9.18alpha13. This code release is very close to what we hope will become the 1.9.18 official release. Because of this, we would encourage as many people as possible to download and test this new release on their particular systems, in order to ensure as stable an official release as possible. Please bear in mind that this is still an alpha
1999 Mar 04
1
Strange Log-In Problem Samba 1.9.18
Hello, got a problem with logging into Samba shares, using NT WS SP4: Samba was set up working properly with several different users and several shares. Now I can't log in any more for one user. I see the server and I see the shares, but when I try to open one of the shares, I get the message "network path not found on server". However, I know the shares are there and the other
1998 Jan 08
0
Samba 1.9.18 on Unixware 2.1.2, Makefile problem (& solution, sorta)
Hello Samba gurus: I apologize if I'm not following some established protocol, I'm pretty new to samba and to this list. I just tried compiling samba 1.9.18 on UnixWare 2.1.2 and ran into a problem with UnixWare's /usr/ccs/bin/cc: it doesn't deal with the "-o" option in combination with the "-c" option well at all. It either ignores the "-o" or
1998 Jul 24
1
Anybody want EBCDIC Support for Samba 1.9.18?
We've ported samba 1.9.18p1 to OS/390 Unix (nee MVS), and it seems to be very much in demand among the mainframe folks. We'd like to integrate our changes back into the mainline development stream. Our changes consist entirely of patches to ensure that the code works on an EBCDIC system, as well as a new facility that allows for ASCII/EBCDIC data conversion on the fly for files
1999 Jan 08
0
text file conventions (was: Samba 1.9.18 DOS to UNIX and back with ASCII)
When the world was young, Eric Sammons <esammons@geocities.com> carved some runes like this: > I have found that Samba does not seem to handle the ^M EOL character > very well. This seems to be a big problem with Windows Notepad and then > in vi for UNIX. Other than the ux2dos and dos2ux commands does anyone > know of another solution or if this has been fixed in a more