Update from 1.4.23 to 1.4.25 failed

#1
Good afternoon,

Today I decided to attempt an update from 1.4.23 to 1.4.25. I did the following:
1. Downloaded an extracted source .tgz
2. ./configure --with-openssl=/usr/lib/ssl
3. make && make install

I also attempted with sudo with the same results. failed at make. Please see attached screenshot for details.

Thank you.
 

Attachments

lsfoo

Administrator
#2
Try
Code:
make
sudo make install
It looks like you're not running this as the root user, so it's not able to write to the /usr/local/lsws/modules/ directory
 
#3
lol I had another moment it looks like. I did sudo make && make install instead of the latter. So it didn't sudo make install, it just sudo'd make. Thanks lsfoo.
 
Top