Hi,
I compiled ircu2 with the following args:
./configure --prefix=$HOME/irc --bindir=$HOME/irc --with-cpath=$HOME/
irc/lib
make
make install
which compiled correctly after editing the example.conf and renaming
it to ircd.conf i cd into irc and issue:
./ircd
how ever ive noticed its not s
Kai Windle writes:
> Hi,
>
> I compiled ircu2 with the following args:
>
> ./configure --prefix=$HOME/irc --bindir=$HOME/irc --with-cpath=$HOME/
> irc/lib
> make
> make install
>
> which compiled correctly after editing the example.conf and renaming
> it to ircd.conf i cd into irc and issue:
> ./i