Given p is a prime number greater than 2, and
$ 1 + \frac{1}{2} + \frac{1}{3} + ... \frac{1}{p-1} = \frac{N}{p-1}$
how do I show, $ p | N $ ???
The previous part of this question had me factor $ x^{p-1} -1$ mod $p$. Which I think is just plainly $(x-1) ... (x-(p-1))$
By Wolstenholme's Theorem, we have that $$\sum_{k=1}^{p-1}\frac{(p-1)!}k\equiv0\pmod{p^2}$$ so $$(p-1)!\left(1+\frac12+\cdots+\frac1{p-1}\right)=np^2$$ for some integer $n$.
From your condition (assuming typo of $(p-1)!$ instead of $p-1$) we get $$\frac{np^2}{(p-1)!}=\frac N{(p-1)!}\implies p^2=\frac Nn$$ and so the result follows.