similar to: problem conpiling snprintf.c

Displaying 20 results from an estimated 300 matches similar to: "problem conpiling snprintf.c"

2001 Dec 26
0
Sampa-2.2.2 Compile error on HP-UX 11
I am trying to compile samba-2.2.2 on HP-UX 11 server. I have installed GCC 3.0.1 and 2.11.2 binutils. Also, I have downloaded the most recent updates for samba-2.2.2 using cvs. ./configure --with-pam -with-winbind works fine, but I get the following error when I try make: . . . Compiling lib/snprintf.c lib/snprintf.c:770: conflicting types for `snprintf'
2003 Nov 14
13
Need Help
Hello ! I have a Samba server (version 2.2.7-security rollup fix) on a Redhat 8.0 which work as a PDC and file server with some shares where the people work everyday on word and excel files opened by their client. The client are mostly Win98. Some of this client has Office97 and some other Office2000. Normally this people work on several documents on the server opened remotely, sometimes also 20
2003 Mar 13
1
Samba-2.2.7a on HPUX 11.00 trying to compile LDAP support
Dear all, I am trying to use Samba with LDAP support so I can't use the CIFS binaries. I are having an issue with compiling samba-2.27.a (patched) on our HPUX server. I am configuring it with these Samba option flags: --prefix=/opt/samba --libdir=/etc/opt/samba --localstatedir=/var/opt/samba --with-privatedir=/var/opt/samba/private --with-lockdir=/var/opt/samba/locks
2000 Aug 30
3
Please include 'host system type' in reports
When making success / failure reports, could you please include the 'host system type' as reported by configure. Reports in this format can be processed with uniq :) So far I have success reports from: sparc-sun-solaris2.7 sparc-sun-solaris2.8 hppa2.0-hp-hpux10.20 mips-sgi-irix5.3 i686-pc-linux-gnu Missing: SunOS 4.x HP/UX 11 NeXT SCO SNI/Reliant Unix -- | "Bombay is 250ms
2005 Dec 16
4
[Bug 1133] configure.ac sets wrong BROKEN_ var (snprintf/vsnprintf)
http://bugzilla.mindrot.org/show_bug.cgi?id=1133 Summary: configure.ac sets wrong BROKEN_ var (snprintf/vsnprintf) Product: Portable OpenSSH Version: -current Platform: HPPA OS/Version: HP-UX Status: NEW Severity: major Priority: P2 Component: Build system AssignedTo: bitbucket at mindrot.org
2000 Jan 03
3
compile problems
Hello all, This is my first time on the list. I just dl'ed thet latest samba, 2.0.6 and during my compile with linux 5.2 I get: smbd/files.o: in function `file_new`: smbd/files.o(.text+0xb8): undefined reference to `__bzero` .... Has anyone seen something like this before? any hints would be greatly appriciated. If I am on the wrong list please inform me where I can get the answeres to
2002 Mar 08
2
samba on HPUX 11
I am having problems getting samba to run on HPUX 11. Details: HPUX 11 samba 2.2.2 and 2.2.3a gcc 3.0.1 configure options: --prefix=/samba --with-pam --without-winbind Problem: 1) I am running with logging level at 3 and see many PANIC messages. PANIC: failed to set gid log entry: [2002/03/07 18:55:58, 3] smbd/server.c:exit_server(492) Server exit (normal exit) [2002/03/07 18:56:18, 3]
2002 Apr 30
4
generating graphical output when DISPLAY is not set?
Is it possible to generate graphical output (to a file) when the DISPLAY environment variable is not set? Here's the problem: $ unset DISPLAY $ R > png("foo.png") Error in X11(paste("png::", filename, sep = ""), width, height, pointsize, : unable to start device PNG In addition: Warning message: unable to open connection to X11
2004 Dec 17
0
Compiler messages when building opsnssh 3.9pl for hp_ux 11.0
All, I have encountered an issue with builds for openssh 3.9pl on the hp_ux 11.0 platform. The compiler (gcc) generates about 380 warning message and the build fails because of excessive numbers of warnings. The warnings that I am receiving are as follows: /vobs/ecm_gcc/hp-ux-b-11-00/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/inc lude/arpa/nameser.h:94: warning: `/*' within comment Now this
2002 May 08
0
need help - where to get binaries for HPUX 11.0 for 2 .2.3a AND winbind
Hello Altaf, You can now pull swdepot of Samba 2.2.3a WITH winbind from the samba ftp site - this is swinstallable and so you will not need to compile - it already has winbind built. You can get it from: http://us1.samba.org/samba/ftp/bin-pkgs/hp/samba2.2.3a/ named samba_2.2.3a_HPUX_withwinbind.depot hope this helps, Don -----Original Message----- From: Muhammad Altaf Bashir
2003 Jun 14
4
problem installing packages from source on win2k
Dear R-helpers, I'm having trouble compiling R packages from source on Win2K. I installed R 1.7.1beta [1] on my win2k machine [2], downloaded the fields package as source [3] and tried but failed to install the package [4]. I get the same problem with other packages, so it doesn't appear to be limited to fields. Installation of precompiled packages seems to work fine. I've been
2003 Apr 08
1
compile 11.00 parisc1.1 32-bit fails - snprintf
I am having trouble compiling rsync 2.5.6 for HPUX 11.00. The system I am using has a number of patches, although I admit not having verified that it is completely up to date. I have found gcc 3.2 and gmake and installed them. - configure seems to work fine. (my use ./configure --prefix=/opt/trial/local --with-rsync-path=/opt/trial/local/bin/rsync) - it finds snprintf and vsnprintf but not C99
2006 Sep 29
0
[BUG] send_file header strangeness
When I serve up a gif file using send_file(''file.gif'', :type => ''image/gif''), for some reason I get Content-Type: image/gif; charset=utf-8 in my headers. Maybe I''m missing something, but this doesn''t look like entirely correct behaviour. -- Piers Cawley <pdcawley@bofh.org.uk> http://www.bofh.org.uk/
2002 May 01
0
display env variable
I had the same problem with trying to run R from a cgi script on the web. The only way I got it to work was to set the DISPLAY variable to the server itself. That way the cgi script had permission to do that because it was using the server web user account on the server. So I added the following to the cgi script: setenv DISPLAY servername:0 This also works for crontab jobs that don't have a
2006 Apr 04
2
typo 2.6.0 with vendor/rails
I noticed that the 2.6.0 Typo with vendor/rails has only migration scripts numbered 1 to 9, while the tagged branch of 2.6.0 Typo has migrations numbered 0 to 24. I haven''t seen any notes about this. Anyone know what''s up?
2013 Apr 16
1
update config.guess and config.sub to support aarch64
Hello, would it be possible to update config.sub and config.guess to the latest versions (or at least version from automake-1.13.1) in order to support new architectures based on the ARM 64 bit CPU? Patch: http://plautrba.fedorapeople.org/openssh/openssh-latest-config.sub-config.guess.patch Related Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=926284 Thanks, Petr
2003 Sep 29
0
Openssh-3.7.1p2 install on HP-UX 11i not working
I downloaded http://gatekeep.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.7.1p2/ and have been trying to install it on our HP-UX 11i system. Although configure completes successfully, make give the following errors: gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -I/usr/local/ssl/include -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDE D=1
2001 Feb 09
1
I don't know if this is the right place
I don't know if this is the right place for my problem, but couldn't find any other place. I am trying to install OpenSSH in a HPUX system, I installed OpenSSL and Zlibzlib-1.1.3, but when I execute configure, get the following: # ./configure loading cache ./config.cache checking for gcc... cc checking whether the C compiler (cc ) works... yes checking whether the C compiler (cc ) is a
2003 Jan 30
0
Compiling 3.0 alpha 21 on HP-UX 11.00
Hi! I'm trying to compile 3.0 alpha 21 on a HP-UX 11.00 machine. make bombs out with the following error message: lib/snprintf.c:790: conflicting types of `snprintf? /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2/include/stdio.h:493: previous declaration of `snprintf? *** Error exit code 1 I tried to compile it with gcc 3.2, which I got from the HP-UX porting centre. I wanted to use
2003 Jan 27
19
Winbind on HPUX11, Totally Stuck, Please Help
Skipped content of type multipart/alternative