Ask a Question related to Sun Solaris, Design and Development.
-
Daniel Berger #1
Help request for Ruby 1.8 configuration, large file environment
Hi all,
Solaris 9
gcc 3.3
Ruby 1.8 preview 6 (latest as of 31-Jul-2003)
autoconf (GNU Autoconf) 2.54
Tried both Sun and GNU make/ld/as
I'm having some sort of configuration issue with Ruby 1.8 (latest
preview) as it relates to the large file compilation environment. Any
attempt to include sys/procfs.h in an extension results in this error:
/usr/include/sys/procfs.h:44:2: #error "Cannot use procfs in the large
file compilation environment"
The relevant lines from procfs.h
#if !defined(_LP64) && _FILE_OFFSET_BITS == 64
#error "Cannot use procfs in the large file compilation environment"
#endif
Of note:
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64>getconf LFS_CFLAGS
The only way I can get an extension to build with procfs.h is with the
-m64 option, but then that causes ELFCLASS errors because I didn't
build Ruby as 64 bit (and I haven't been able to - help wanted in that
regard as well). The only way I saw around this was to disable
largefile support. That doesn't seem ideal (and I wasn't sure what
other issues that might cause).
This issue did not arise with Ruby 1.6.8. I'm not sure if this is a
simple tweak to the configure script or something more in depth.
The release of Ruby 1.8 is slated for sometime around August 5th and I
was hoping to get this resolved before then. Any and all help is
greatly appreciated.
Sincerely,
Daniel Berger
Daniel Berger Guest
-
#25722 [Opn->Csd]: Performance degrades on every page request when including a large .php file
ID: 25722 Updated by: sniper@php.net Reported By: j dot spit at uptime dot nl -Status: Open +Status: ... -
#25722 [Com]: Performance degrades on every page request when including a large .php file
ID: 25722 Comment by: rep at devdomain dot com Reported By: j dot spit at uptime dot nl Status: Open Bug Type:... -
#25722 [NEW]: Performance degrades on every page request when including a large .php file
From: j dot spit at uptime dot nl Operating system: Gentoo Linux 2.4.21 PHP version: 5CVS-2003-10-01 (dev) PHP Bug Type: ... -
Any sample code where ruby is used in the Eclipse development environment?
This is a multi-part message in MIME format. ------_=_NextPart_001_01C36C13.AAC83CB6 Content-Type: text/plain; charset="iso-8859-1"... -
Error 413: Request Entity Too Large while send a file
Hello, I have a .NET Web Service in Windows 2003 with IIS6.0 . When I try to send a large file (+1MB) via https, I receive the error : 413...



Reply With Quote

