I have given $5$ integers from $1$ to $5$ which are unique. They solve the following equations:
$$\begin{align} c+d&=b+e \\ b+c&=a+e \\ a-d&=e-2 \end{align}$$
However, I can't find the solution. I have tried various combinations but none seem to work.
Since $d+e = a + 2$, we have:
$$2b + e = b + c + d = a + e + d = 2a + 2$$
so that $e = 2a + 2 - 2b$, and $d = -a + 2b$. We thus have:
$$c = a + e - b = 3a + 2 - 3b$$
so that we have a 2-parameter set of solutions.
In summary, we have $a = a, b = b, c = 3a - 3b + 2, d = -a + 2b$, and $e = 2a - 2b + 2$.
Now in order to find the required answer, we run through the possible values for $a, b$ in order to ensure that $c, d, e$ are in the required range and that $a, b, c, d, e$ are all distinct. One sees that $a = 3, b = 2$ works.
As a sanity check:
$$a = 3$$ $$b = 2$$ $$c = 3^*3 - 3^*2 + 2 = 5$$ $$d = - 3 + 2^*2 = 1$$ $$e = 2^*3 - 2^*2 + 2 = 4$$
and so $c + d = 6 = b + e$, $b + c = 7 = a + e$, and $a - d = 2 = e - 2$, as required.