HOPM make problem

If you hit any installation issues or cannot connect to your freshly installed UnrealIRCd then this forum is for you.

Moderator: Supporters

Locked
klejz0r
Posts: 5
Joined: Tue Feb 14, 2017 1:02 pm

HOPM make problem

Post by klejz0r »

Please anyone help...

Code: Select all

root@Klejz0r:~/hopm-1.0.8# make
Making all in doc
make[1]: Entering directory '/root/hopm-1.0.8/doc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/root/hopm-1.0.8/doc'
Making all in src
make[1]: Entering directory '/root/hopm-1.0.8/src'
make  all-recursive
make[2]: Entering directory '/root/hopm-1.0.8/src'
Making all in libopm
make[3]: Entering directory '/root/hopm-1.0.8/src/libopm'
Making all in src
make[4]: Entering directory '/root/hopm-1.0.8/src/libopm/src'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/root/hopm-1.0.8/src/libopm/src'
make[4]: Entering directory '/root/hopm-1.0.8/src/libopm'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/root/hopm-1.0.8/src/libopm'
make[3]: Leaving directory '/root/hopm-1.0.8/src/libopm'
make[3]: Entering directory '/root/hopm-1.0.8/src'
make[3]: Leaving directory '/root/hopm-1.0.8/src'
make[2]: Leaving directory '/root/hopm-1.0.8/src'
make[1]: Leaving directory '/root/hopm-1.0.8/src'
make[1]: Entering directory '/root/hopm-1.0.8'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/root/hopm-1.0.8'
root@Klejz0r:~/hopm-1.0.8#
when i tray gmake also doesnt work....
rcschaff
Posts: 53
Joined: Sun Jan 15, 2017 5:06 pm

Re: HOPM make problem

Post by rcschaff »

"https://github.com/ircd-hybrid/hopm/blob/master/INSTALL"

Did you run ./configure first. Also, this forum is for Unreal, not 3rd party software. THis question really should have been posted @ viewforum.php?f=11
Locked