
lew at omocha
Sep 25, 1995, 2:51 PM
Post #3 of 5
(116 views)
Permalink
|
|
Re: perl5.001m use Berkeley DB on AIX 3.2.5 problem
[In reply to]
|
|
>>>>> "Andy" == Andy Dougherty <doughera [at] lafcol> writes: Andy> Hmm. Looks like *none* of the dynamic loading works. (I'll Andy> presume you just don't have gdbm and ndbm, so the tests Andy> don't even try to run.) Note that the lib/sdbm.t and Andy> lib/posix.t tests failed too. Try running them by Andy> themselves, e.g. cd t ./perl lib/sdbm.t and see what Andy> happens. helon lew t> ./perl lib/sdbm.t zsh: segmentation fault (core dumped) ./perl lib/sdbm.t helon lew t> dbx perl dbx Version 3.1 Type 'help' for help. reading symbolic information ... [using memory image in core] segmentation violation in boot_Fcntl at 0xd02f671c 0xd02f671c (boot_Fcntl+0x1c) 81690000 l r11,0x0(r9) (dbx) where boot_Fcntl(0x200b7a24) at 0xd02f671c pp_entersub() at 0x10012050 run.run() at 0x10046ffc perl_call_sv(0x200b7a24, 0xc) at 0x100021d8 calllist(0x200b7a24) at 0x100042d0 newSUB(0x200b7a24, 0xc, 0x73747261) at 0x10043fe0 utilize(0x200b7a24, 0xc, 0x73747261) at 0x10041bb0 yyparse() at 0x10059060 perl_parse(0x200b7a24, 0xc, 0x73747261, 0x73747261, 0x20087808) at 0x100014f8 main(0x200b7a24, 0xc, 0x73747261) at 0x100004f8 Andy> Does dynamic loading with gcc even work on AIX? If it I dont know. Could someone clarify this? Andy> doesn't, and you must use gcc, then I'd suggest rm config.sh Andy> sh Configure -Uusedl to build a perl without dyanmic Andy> loading. I really dont have to use gcc to build perl5 on AIX. The reason I used it are: (1) I used gcc to build perl5 on all the other 5 Unix platforms (osf, ultrix, sunos, solaris, and hpux). (2) this is a rental machine and the only compiler(s) are those come with Aix 3.2 base system. The cc output: XL C Compiler Version 1.3.0.0. Is this good enough to build perl5 with dynamic linking? Andy> Hope this helps, Thanks for your quick response.
|