perl.mvs...Re: DB_File by Yitzchak Scott-Thoennes- August 2, 2006 On Tue, Aug 01, 2006 at 05:59:06AM -0700, mohammad yaseen wrote:> Below is the part of the configure output where it is able to locate -ldb> > > if this doesn&39;t make any sense to you, just accept the default &39;n&39;.> Try to use long doubles if available nCan you show a much later part of the configure output, where it says stufflike:Checking alignment constraints...Doubles must be aligned on a how-many-byte boundary 8Checking to see how your cpp does stuff like...http://www.nntp.perl.org/group/perl.mvs/2006/08/msg1529.html Re: DB_File by mohammad yaseen- August 2, 2006 (I see you are using the Korn shell. Some ksh&39;s blow up on Configure,mainly on older exotic systems. If yours does, try the Bourne shell instead.) Beginning of configuration questions for perl5. Checking echo to see how to suppress newlines......using cThe star should be here--> First let&39;s make sure your kit is complete. Checking...Looks good... This installation shell script will examine your system and ask you questionsto determine how the perl5 package should be installed. If...http://www.nntp.perl.org/group/perl.mvs/2006/08/msg1528.html Re: DB_File by mohammad yaseen- August 1, 2006 sh cflags "optimize=&39;&39;" miniperlmain.o -c -Wc,XPLINK,dll,EXPORTALL miniperlmain.c CCCMD = c89 -DPERL_CORE -c -2 -Wc,XPLINK -DMAXSIG=39 -DOEMVS -D_OE_SOCKETS -D_XOPEN_SOURCE_EXTENDED -D_ALL_SOURCE -DYYDYNAMIC -D_SHR_ENVIRON -DPERL_EXTERNAL_GLOB -Wc,dll -Iuisldev1NDBinclude -Iusrlocalinclude -W 0,float(ieee) sh cflags "optimize=&39;&39;" perl.o -c -Wc,XPLINK,dll,EXPORTALL perl.c CCCMD = c89 -DPERL_CORE -c -2 -Wc,XPLINK -DMAXSIG=39 -DOEMVS -D_OE_SOCKETS...http://www.nntp.perl.org/group/perl.mvs/2006/08/msg1527.html Re: DB_File by Nicholas Clark- August 1, 2006 On Tue, Aug 01, 2006 at 03:59:20AM -0700, mohammad yaseen wrote:> I&39;m using perl-5.8.7 on zOS.> Perl builds DB_File present in ext directory if it finds ldb on the system.> As it was not present on my system, i downloaded latest version of Berkeley DB from sleepycat and installed it in my home directory.> > Right now i&39;m using these configure options below as mentioned in the INSTALL file so that it will locate my Berkley DB installation> > sh Configure.http://www.nntp.perl.org/group/perl.mvs/2006/08/msg1526.html Re: DB_File by Nicholas Clark- August 1, 2006 On Tue, Aug 01, 2006 at 05:59:06AM -0700, mohammad yaseen wrote:> Below is the part of the configure output where it is able to locate -ldb> What libraries to use -ldb -lm -lcThat looks fine.> > > I have attached the gmake log of the build. If you see the log in the ext directory all other modules like B,Cwd,Encode, etc... have been built except DB_File.Please, not MS Word. Not just because you&39;re sending it out in a proprietaryformat, but because it&39;s complete...http://www.nntp.perl.org/group/perl.mvs/2006/08/msg1525.html Re: DB_File by mohammad yaseen- August 1, 2006http://www.nntp.perl.org/group/perl.mvs/2006/08/msg1524.html Re: DB_File by mohammad yaseen- August 1, 2006 > Was your Berkeley DB built with a dynamically loadable shared object library No. Is there any configure option to be used to build it dynamically I read the documentation related to this, it says "On systems supporting shared libraries, Berkeley DB builds both static and shared libraries by default". My system supports shared libraries. >Do you need perl threads I can try building omitting that.Peter Prymmer <PPrymmerfactset.com> wrote: Was...http://www.nntp.perl.org/group/perl.mvs/2006/08/msg1523.html Re: DB_File by Peter Prymmer- August 1, 2006 Was your Berkeley DB built with a dynamically loadable shared object library If so, do you have the location of libdb.so (or libdb.dll) in your LIBPATH environment variableDo you need perl threads If not can you omit the -Dusethreadsfrom the perl sh Configure command linePeter Prymmermohammad yaseen <akyaseenyahoo.com> wrote on 08012006 06:59:20 AM:> I&39;m using perl-5.8.7 on zOS.> Perl builds DB_File present in ext directory if it finds ldb on the system.> As it was not...http://www.nntp.perl.org/group/perl.mvs/2006/08/msg1522.html DB_File by mohammad yaseen- August 1, 2006 I&39;m using perl-5.8.7 on zOS. Perl builds DB_File present in ext directory if it finds ldb on the system. As it was not present on my system, i downloaded latest version of Berkeley DB from sleepycat and installed it in my home directory. Right now i&39;m using these configure options below as mentioned in the INSTALL file so that it will locate my Berkley DB installation sh Configure -de -Dmake=gmake -Dlocincpth="uisldev1BDBinclude usrlocalinclude" ...http://www.nntp.perl.org/group/perl.mvs/2006/08/msg1521.html |