On Wed, Apr 26, 2006 at 02:51:22PM -0400, McGraw, Robert P. wrote: > > > _____________________________________________________________________ > Robert P. McGraw, Jr. > Manager, Computer System EMAIL: [EMAIL PROTECTED] > Purdue University ROOM: MATH-807 > Department of Mathematics PHONE: (765) 494-6055 > 150 N. University Street FAX: (419) 821-0540 > West Lafayette, IN 47907-2067 > > > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > On Behalf Of Jon LaBadie > > Sent: Wednesday, April 26, 2006 11:25 AM > > To: [email protected] > > Subject: Re: tape split question > > > > > > On Wed, Apr 26, 2006 at 10:30:42AM -0400, McGraw, Robert P. wrote: > > > > Was that a configure error not able to detect your mmap function? > > Or if you really don't have mmap, what system/OS is this? > > fssnap sounds like Solaris which certainly has mmap. > [McGraw, Robert P.] > For now I have increased my holding disk size to be greater than the largest > file system. > > I am not sure if mmap is in Solaris 10 but I would think so. I can do a man > mmap and I get the man page. > > I just ran configure.sh and let if find what is needed. > > The doc says > --with-mmap force use of mmap instead of shared memory suppory > > I guess I could run configure with --with-mmap and see what happens. >
I had to do that type of thing for several items on Solaris 8 x86, less so for Solaris 9. Locking mechanisms were the main unfound feature for me. Solaris had them "all" but none were found. -- Jon H. LaBadie [EMAIL PROTECTED] JG Computing 4455 Province Line Road (609) 252-0159 Princeton, NJ 08540-4322 (609) 683-7220 (fax)
