Displaying 20 results from an estimated 500 matches similar to: "Building Samba 3.0.5 on HP-UX 11.11"
2004 May 24
1
Build Errors, torture tests 3.0.x/HP-UX 11i
I get the following errors when building the torture suite under HP-UX 11i
with HP AnsiC. They are actually somewhat similar to the errors that I get
trying to build the whole package with gcc:
Compiling torture/torture.c
In file included from include/includes.h:109,
from torture/torture.c:23:
/usr/include/sys/socket.h:484: error: parse error before "sendfile"
2003 Jun 17
0
problems compiling 3.0beta
Greetings!
I'm trying to build Samba3.0beta.
I'm running HP-UX 11.11
I'm using GCC 3.2.3
I ran the configure script. Then I ran Make. It crap's out pretty much
immediately. If anyone could look at the output below, and offer a
suggestion, it would be greatly appreciated. I'm sure its something
bone-headed that I'm doing wrong.
Thanks!
Ron
# make
Using FLAGS
2006 Dec 18
2
Error compiling on HP-UX
Dear all,
I hope this is the right mailing list for my question -- I felt that this was
too technical for R-help.
I am trying to compile R-2.4.0 on a HP-UX system:
./configure
MAKE=gmake --prefix=$HOME --without-x --without-tcltk --disable-R-profiling --without-readline --disable-multibyte
R is now configured for ia64-hp-hpux11.23
Source directory: .
Installation directory:
2002 Nov 22
2
Add -D_XOPEN_SOURCE_EXTENDED definition for HP/UX 11.00 platform
Hi,
I suggest to add the following definition to configure and its template
configure.in to allow samba-2.2.x to be compiled on HP/UX 11.00 with
some lesser warnings. Without this definition you'll get warnings on all
socket operation because the socket operations are UNIX98 specific and
HP/UX 11.00 will support this when _XOPEN_SOURCE_EXTENDED is defined.
--
Ren? Nieuwenhuizen
Afdeling
2005 Mar 02
1
Samba 3.0.11 Compile Error
Hello.
I'm trying to run Samba on HP-UX (IA64), but I can't compile Samba source.
I have this following packages:
Samba 3.0.11
libiconv 1.9.1
HP-UX 11.23 (IA64)
"configure" process is ok.
At "make" process, I encounters the parsing error.
I attached the compile error log.
Do you have information how to compile Samba on HP-UX (IA64)?
--
Osamu Takeuchi
2006 Feb 15
1
configure can't find ldap_initialize on HP-UX 11i
I'm basically using the instructions found in the HP-UX readme with the
exception that I am trying to use the version of openldap that is in
iexpress instead of the one from hpux.cs.utah.edu.
The recommendations listed in the doc are:
HP-UX 11.00 and 11.11:
OpenLdap 2.1.3 (http://hpux.cs.utah.edu)
OpenSSL 0.9.7d (http://hpux.cs.utah.edu)
HP-UX 11.23 only:
ixOpenLdap
2006 Feb 15
5
Formating @content_for_layout
Hi all, I sent a message earlier, so forgive me if you have already
read this (I got some cryptic message in German about how my
e-mail was not read?). Anyway, I was just wondering if there was
any way to format the html that is output using
<%= @content_for_layout %>
I want to use something like the PHP Beautify. I guess I could
write my own, but I was hoping that Rails already had
2006 Feb 14
3
Ruby equivalent to PHP Beautify?
Hi all,
I am working on a project in Rails for my senior seminar
class. I am fairly new to Rails but I have done a major
project, so I know a little. The one thing I cannot find
however is a way to make the html code that is output
look any cleaner. So, I was wondering if there was a
function/library/extension that worked like PHP
beautify. Thanks for your input in this matter. I am sure
I will
2002 Apr 06
2
rsync 2.5.5 compilation problems
Hi,
I compiled rsync on an HPUX 11i box, and got lots of errors about
redefining sendfile() and sendpath(). The compilation succeeded, but the
binary failed. I then took a binary I had compiled on an HP11.00 box, and
it worked fine.
I tried this with both gcc & the HP ansic compilers. The same results.
I am attaching a full transcript of the configure & compilation session.
The ld
2013 Jul 15
2
linking modules - add needed libraries
Hi
Hopefully this is the correct mailing list. Sorry if not.
I am still fighting to install "shiny" on Solaris OS. For this I need the package 'httpuv' which makes troubles during linking.
R version 3.0.1 (2013-05-16) -- "Good Sport" is working well.
The compile steps result is below. I have more a general question. The problem is clear:
The symbol
2006 Mar 01
2
Method Calling Problems
Hi all! I am attemping to call a method inside of my
LeviUserController named show_userland from my
LeviInterfaceController class. No matter how I do it,
I keep getting some type of error. If I make the method
a class method, then my render_partial inside of
show_userland can''t be found. If i call it using
@luser = LeviUserController.new;
@luser.show_userland;
I get an error with a nil
2003 Jan 15
0
pam_smbpass fails, HP-UX 11i
Here is where it bombs out, feel free to ask for more info. It has done
this to me on two separate 11i machines, using HP's ANSIc compiler:
Make: Don't know how to make bin/pam_smbpass.so. Stop.
...nothing relavent to pam_smbpass before there. This is the only clue
I've found thus far (in config.log):
configure:2513: checking for security/_pam_macros.h
configure:2523: cc -E -Ae
2006 Mar 01
1
Using delegate templates
Ok, it looks like what I need to do is use a delegate
template, but I can''t find anything anywhere online.
Has anyone ever used this feature before and could
possibly explain it to me please?
--
Topher Fangio
fangiotophia@gmail.com
http://www.fangiotophia.com
Website Specialist
Fangiotophia Designs
(325) 660-7141
2019 Nov 05
1
suddenly change: idmap uid + gid
On 03/11/2019 21:43, Rowland penny via samba wrote:
> On 03/11/2019 21:35, Andrew Bartlett wrote:
>> On Sun, 2019-11-03 at 21:29 +0000, Rowland penny wrote:
>>> On 03/11/2019 21:11, Andrew Bartlett wrote:
>>>> On Sun, 2019-11-03 at 20:57 +0000, Rowland penny wrote:
>>>>>> G'Day Rowland,
>>>>>>
>>>>>> Are you
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
I am getting the following errors when compiling SAMBA 2.2.4 on HP-UX 11.00.
Anyone have any ideas on what's causing the problem?
Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper
-D_HPUX_SOURCE -D_POSIX_SOURCE -D_LARGEFILE64_SOURCE -D_ALIGNMENT_REQUIRED=1
-D_MAX_ALIGNMENT=4 -DLOGFILEBASE="/opt/samba/var"
-DCONFIGFILE="/opt/samba/etc/smb.conf"
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
I am getting the following link errors when compiling SAMBA 2.2.4 on HP-UX
11.00. Anyone have any ideas on what's causing the problem?
Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper
-D_HPUX_SOURCE -D_POSIX_SOURCE -D_LARGEFILE64_SOURCE -D_ALIGNMENT_REQUIRED=1
-D_MAX_ALIGNMENT=4 -DLOGFILEBASE="/opt/samba/var"
2006 Feb 01
4
Red Hat and "use sendfile"
Recently I've seen several suggestions on this list for the enabling of "use
sendfile" as a means to improve throughput. I thought this was peculiar
since the doc says it is enabled by default. I guess it isn't.
On both RHEL4 (Samba v3.0.10) and Fedora Core 4 (Samba v3.0.14) the entry
for "use sendfile" in the smb.conf says:
Default: use sendfile = yes
Hmm.
2006 Aug 10
4
mongrel and comet "implementation"
Hey folks,
I was playing around with adding Comet (a javascript technology used
to receive events without AJAX polling) support to Mongrel. More info
about Comet here:
http://en.wikipedia.org/wiki/Comet_%28programming%29)
I sort of got it working. My code is available at:
http;//cyll.org/comet.tar.gz
Run comet.rb from inside the directory and point your browser at:
http://localhost:5555/
The
2012 May 25
4
klibc breakage on alpha, need porterbox
Hi,
is there a DD-accessible porterbox somewhere (slow would be ok,
as this is smallish software) with an up-to-date sid (enough to
install the recently-built libklibc-dev 2.0~rc5-1 and all other
B-D of mksh 40.9.20120518-1, as well as strace and gdb-minimal)?
Similarily to http://www.zytor.com/pipermail/klibc/2012-May/003229.html
I found klibc-compiled programmes on Alpha to fail (SIGSEGV
2006 Apr 14
3
[ win32utils-Bugs-4101 ] create hash param
Bugs item #4101, was opened at 2006-04-14 11:27
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=4101&group_id=85
Category: win32-process
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: create hash param
Initial Comment:
hi,
problem with process, when I do
pid = Process.create(