Hi Bastian,
I'm trying to compile the perl module on Debian, but from docs is not very clear what libs are required (is written just Perl). Is it about libperl or libperl-dev ??
thanks and regards, bogdan
Bastian Friedrich wrote:
Hi Bogdan,
Am Montag, 11. Dezember 2006 12:38 schrieb Bogdan-Andrei Iancu:
one small update - the perl module is not automatically compiled as it depends on an external library (which may or may not be installed).
thank you for that update. I missed the fact that you exclude the perl module in the Makefile now.
So: to build the perl module, use make include_modules="perl" all make include_modules="perl" install (or add the "include_modules" statement to whatever you "make" call looks like :)
Thx again, Bastian Friedrich