How to upgrade (DE) server on Debian?

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
PizzaProgram
Posts: 43
Joined: Fri Aug 12, 2022 6:57 pm
Contact:

How to upgrade (DE) server on Debian?

Post by PizzaProgram » Sat Jan 27, 2024 5:37 pm

I've installed the DE server ca. 10 month ago following this instructions: https://github.com/SoftEtherVPN/SoftEth ... nd-install

Now I have tried to upgrade it the following way:

Code: Select all

cd SoftEtherVPN
git pull
git submodule init && git submodule update
./configure
...
-- Generating done
-- Build files have been written to: /root/SoftEtherVPN

Code: Select all

make -C build
and I've got the following error:

Code: Select all

make: Entering directory '/root/SoftEtherVPN/build'
make: *** No targets specified and no makefile found.  Stop.
make: Leaving directory '/root/SoftEtherVPN/build'
If I check the directory, I see that the:
/build
path does exists, but inside it there are only old files.
The new Makefile was placed at the root of SoftEtherVPN directory.

shakibamoshiri
Posts: 288
Joined: Wed Dec 28, 2022 9:10 pm

Re: How to upgrade (DE) server on Debian?

Post by shakibamoshiri » Mon Feb 05, 2024 7:53 am

first
rm -f build

second
rebuild

you are doing it right

Post Reply