Subject: Re: installing extensions to MOD_PERL (was Re: CSWS, MOD_PERL - anyone have HELLO.PM working?) Date: 3 Sep 2001 23:34:11 -0700 From: andreas.stiller@eds.com (Andreas Stiller) Organization: http://groups.google.com/ Newsgroups: comp.os.vms winston@SSRL.SLAC.STANFORD.EDU ("Alan Winston - SSRL Admin Cmptg Mgr") wrote in message news:<00A0151B.868A73E1@SSRL04.SLAC.STANFORD.EDU>... npacking and building any DBD::* drivers. > > PERLBUILD.MODULES.DBI> > PERLBUILD.MODULES.DBI>mms > %MMS-F-GWKNOPRN, There are no known sources for the current target [.BLIB. > ARCH.AUTO.DBI]DRIVER.XST You have to say $ MMS ALL (bug in perl 5.5) > CC/DECC > /Include=[]/Standard=Relaxed_ANSI/Prefix=All/Obj=.obj/List/Machine/Defin > e=(,DBI_NO_THREADS,,DBI_NO_THREADS,"VERSION=""1.15""","XS_VERSION=""1.15""")/Inc > lude=(perl_root:[lib.VMS_AXP.5_00503.CORE])/Optimize PERL.c > %DCL-W-VALREQ, missing qualifier or keyword value - supply all required values > %MMS-F-ABORT, For target PERL.OBJ, CLI returned abort status: %X00038150. > -CLI-W-VALREQ, missing qualifier or keyword value - supply all required values > PERLBUILD.MODULES.DBI> You have to edit the makefile: Find the plave where the wrong CFLAGS are defined, searching for DBI_NO_THREADS and remove the lonely "," Then it works (at least it did for me) Regards Andreas