Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

" tac_plus-ng" and " tac_plus" installation in Openwrt #8

Closed
bhaskar1982 opened this issue Oct 7, 2022 · 4 comments
Closed

" tac_plus-ng" and " tac_plus" installation in Openwrt #8

bhaskar1982 opened this issue Oct 7, 2022 · 4 comments

Comments

@bhaskar1982
Copy link

Hi Everyone,

Is it possible to install "tac_plus-ng" and "tac_plus" on OpenWRT

Perl version installed in OpenWrt is:
This is perl 5, version 28, subversion 1 (v5.28.1) built for x86_64-linux-musl

getting this error while executing ./configure
"root@OpenWrt:~/Share_OPENWRT/event-driven-servers-master# ./configure
Can't locate strict.pm in @inc (you may need to install the strict module) (@inc contains: /usr/lib/perl5/5.28) at ./configure line 13.
BEGIN failed--compilation aborted at ./configure line 13.
"

and if I comment "use strict;" in configure script then the make file is not getting generated.

@MarcJHuber
Copy link
Owner

Hi,

there are numerous perlbase-* packages, and I'm pretty sure that module is included in one of them. I'd probably try perlbase-cpan first.

I've no OpenWRT set-up suitable for compiling but, ignoring space constraints, I don't see any reasons why the software shouldn't work on that OS.

Cheers,

Marc

@MarcJHuber
Copy link
Owner

Closed. This is not at all an issue of the project but of the build environment.

@bhaskar1982
Copy link
Author

bhaskar1982 commented Oct 11, 2022 via email

@MarcJHuber
Copy link
Owner

Hi,

all the configure script does is to generate "build/Makefile.inc.". The other Makfiles are readily available, e.g. at top level: GNUmakefile, Makefile, Makefile.inc ...

It should be no problem to build the package with a suitable OpenWRT build system setup, but I've some serious doubts about compiling it on-box.

As you've mentioned "tacacs client" -- no, a client isn't part of the distribution.

Cheers,

Marc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants