Page 1 of 1

How to upgrade (DE) server on Debian?

Posted: Sat Jan 27, 2024 5:37 pm
by PizzaProgram
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.

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

Posted: Mon Feb 05, 2024 7:53 am
by shakibamoshiri
first
rm -f build

second
rebuild

you are doing it right