Hi, I'm having some trouble building 5.6.1. Perhaps I just don't understand the deviding line between the C libs and Perl and I'm hoping some of you can help me out, or point me to some documentation at least.
More specifically trouble with ODBM_File. Compile reports a note that there is no -ldbm, but probably harmless. I have SuSE's berkley db and db-devel installed, I've gone to SleepyCat and built my own, fixed ld.so to link to new libs, I've added local/BerkleyDB libs to ld path. I've even gone so far as to comment out the offending function in include/dbm.h however <Bold>make test</bold> still gives:
perl: error while loading shared libraries: ../lib/auto/ODBM_File/ODBM_File.so: undefined symbol: dbminit
After commenting dbminit out of dbm.h I figure OK so it's not using my C libs to make ODBM_File, but I can not seem to find any docs regarding this issue. I've found one reference on the web regarding this same issue on Slowaris, but no replies. Thanks for your wisdom. BTW Hi Nate