On 2008/05/9, at 11:19 PM, Ducassou, Jean Pierre - Programador wrote:
I don't remember exactly the procedure I followed but try the following: make sure you've got the libxml and libxslt (the deb packages). Install the C compiler. (gcc, make package)
Or you can look for the "perl-libxml" (I don't really recall the exact name) deb package (I think it has everything already compiled in it so you don't need the C compiler if you choose this alternative) .
kind regards, JP
Chadwick, John, DCA wrote:
Okay, I got the DBD::mysql issue resolved yesterday. I am down to one stubborn package, XML::LIBXSLT won't install.
It looks like it may work, then:
/usr/bin/ld: cannot find -lgdbm <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< collect2: ld returned 1 exit status make: *** [blib/arch/auto/XML/LibXSLT/LibXSLT.so] Error 1 /usr/bin/make -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible
Hi John, Try this to resolve your missing 'lgdm' issue. $ sudo apt-get install libgdbm3 and possibly this too,.. $ sudo apt-get install libgdbm-dev Cheers, Mason. _______________________________________________ Koha-devel mailing list Koha-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/koha-devel