in reply to Re: How do I install a Perl module?
in thread How do I install a Perl module?
I ran perl Makefile.PL and I did not have gcc installed the way Makefile expected it, so I had to create a symbolic link in /bin for the gcc compiler. After that, it ran okay. Next, I tried to issue the make command, but it did not exist, so I had to install make. Then I began the make process. While it was compiling, it did show 3 or 4 error messages in the source code, but it scrolled by so fast, I couldn't remember all of what I saw. One of the errors was regarding a function call to strlcpy() and it said it doesn't exist, did you mean to use strncpy() instead? Another error existed in a calculation, but I can't remember where I saw it.
Anyway, I looked and saw that it actually installed Prima into this directory:
/usr/local/lib/x86_64-linux-gnu/perl/5.36.0/Prima
Then I tried some examples, and they worked. So, it looks like it's a success! But it could have been easier. Ahem.
|
|---|