Page 1 of 1

Just setp into NiX :D

Posted: Wed Feb 02, 2005 10:23 pm
by GouroB
As my topic says , i just shifted to Nix from ma sweet windows . so having some lil probs .... and few confuions . :oops: am giving them below i would be glad if any one answers.

1. Is it possible to load any module in unreal after installing and running the ircd ?

2. If yes then how i can do that ? just like win .... put the file in module and add a line in conf file to laod it ?

3. I had a clean installation of anope 1.7.8 , no error found but still its not running . when ever i try to start the services it shows a msg that " services.conf not found " but i have edit renamed the file and placed the file in the folder from where i found it .

4. If i cant load modules after installing IRCD then how can i load the modules at the time of installing ircd ? may i have any url with instruction about it ?

Posted: Wed Feb 02, 2005 10:27 pm
by Stealth
1. This is really simple., just follow these steps:
-> place the module cource file in the src/modules directory
-> type (from the Unreal3.2 dir) make custommodule MODULEFILE=modulename

2. See #1

3. *NIX names are case-sensitive, and make sure it is in whatever dir you installed services to.

4. See #1