cmmr / virmap

GNU Affero General Public License v3.0
25 stars 14 forks source link

Installation issues #10

Open ctseto opened 4 years ago

ctseto commented 4 years ago

Having issues with getting CPAN dependencies installed. Did anyone have issues installing POSIX::RT::Semaphore and able to overcome them? Installing with sudo privileges, and using perlbrew variants and encountered problems with the install.

Running into issues installing dependencies, among then POSIX::RT::Semaphore.

Digging through the bug reports at CPAN, I find: https://rt.cpan.org/Public/Bug/Display.html?id=102299

Wondering if anyone else has had to resort to this workaround, and if their issue was resolved by them.

ctseto commented 4 years ago

To summarize, this turned out to be a slight issue with cpan dependency breakages. Ended up using perlbrew to avoid messing up the operating system's version of perl. In a few cases I had to manually install dependencies of dependencies a few times and move files to INC, or regenerate from the files downloaded from cpan (perl Makefile.pl) and then move those files to INC. Anyways, consider this issue resolved; but can put together a writeup down the line if anyone is having issues at the installation stage of this program and needs some help with it.

torptube commented 4 years ago

I removed the code using POSIX::RT::Semaphore, it was needed internally, but not really needed elsewhere.