cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
141
Views
0
Helpful
3
Replies

Issues installing Duo on Ubuntu 22

lindsay-karlin
Level 1
Level 1

Hello,

I am trying to install Duo proxy authenticator on Ubuntu 22 and I was able to install:

1. apt-get install build-essential libffi-dev perl zlib1g-dev

2. sudo https://dl.duosecurity.com/duoauthproxy-latest-src.tgz

3. tar xzf duoauthproxy-6.3.0-src.tgz

4. cd duoauthproxy-version-src

The next step is where I get stuck and can't go any further

5. run the command make. I get the error message "make: *** No targets specified and no makefile found. Stop."

How do I resolve this issue so I can successfully

 

3 Replies 3

liviu.gheorghe
Spotlight
Spotlight

Hello @lindsay-karlin ,

is there a reason you want to build the DUO from sources?

It's easier to download and install the DUO package:

# curl -s https://duo.com/DUO-GPG-PUBLIC-KEY.asc | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/duo.gpg # apt-get update && apt-get install duo-unix

Regards, LG
*** Please Rate All Helpful Responses ***

lindsay-karlin
Level 1
Level 1

Hello liviu.gheorghe,

I just tried the steps you suggested and I am getting the following error message:

lindsaykarlin_0-1712160000706.png

Thanks,

Lindsay

You need to add the repository for the DUO software packages as well, this is how:

sudo echo "deb [arch=amd64] https://pkg.duosecurity.com/Ubuntu jammy main" > duosecurity.list && sudo mv duosecurity.list /etc/apt/sources.list.d/duosecurity.list

Now you can update the repositories and install DUO:

sudo apt-get update && apt-get install duo-unix

Regards, LG
*** Please Rate All Helpful Responses ***
Quick Links