I was trying to compute the value of $$\sum_{k=1}^\infty \frac{H_k}{k^4}$$ and I was able to reduce it down to $$-\zeta(2)\zeta(3)+\int_0^1 \frac{\text{Li}_2^2(x)}{x}dx$$ However, I can't figure out how to compute the value of the integral $$\int_0^1 \frac{\text{Li}_2^2(x)}{x}dx$$ How can I find its value?
Don't try integration by parts. This integral is what I ended up with after integration by parts.
The explicit values of all the Euler sums $\sum_{n\geq 1}\frac{H_n}{n^s}$ are well known and related to convolutions of $\zeta$ values. Flajolet and Salvy showed how to derive them from the residue theorem, for instance.
Here I will outline a different technique, less efficient but more elementary. Let us assume that $a,b$ are distinct positive real numbers and recall that $\sum_{n\geq 1}H_n z^n = -\frac{\log(1-z)}{1-z}$. By partial fraction decomposition $$ \frac{1}{(n+a)(n+b)}=\frac{\frac{1}{b-a}}{n+a}+\frac{\frac{1}{a-b}}{n+b}$$ hence $$ \sum_{n\geq 1}\frac{H_n}{(n+a)(n+b)} = -\int_{0}^{1}\frac{\log(1-x)}{1-x}\left[\frac{x^{a-1}}{b-a}+\frac{x^{b-1}}{a-b}\right]\,dx$$ where the resulting integral can be computed by integration by parts and by differentiating Euler's Beta function. The outcome is: $$\sum_{n\geq 1}\frac{H_n}{(n+a)(n+b)} = \frac{H_{a-1}^2-H_{b-1}^2-\psi'(a)-\psi'(b)}{2(a-b)}$$ hence by considering the limit as $b\to a$: $$ \sum_{n\geq 1}\frac{H_n}{(n+a)^2}=H_{a-1}\psi'(a)-\tfrac{1}{2}\psi''(a). $$ In order to compute $\sum_{n\geq 1}\frac{H_n}{n^s}$, it is enough to apply $\left(\lim_{a\to 0^+}\frac{d^{s-2}}{da^{s-2}}\right)$ to both sides of the previous line. In the $s=4$ case we get: $$ \sum_{n\geq 1}\frac{H_n}{n^4}=\frac{1}{6}\lim_{a\to 0^+}\left[3\,\psi'(a)\,\psi''(a)+H_{a-1}\,\psi'''(a)-\tfrac{1}{2}\psi^{IV}(a)\right]=\color{blue}{3\,\zeta(5)-\zeta(2)\,\zeta(3)}. $$