Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: another odd problem :/  (Read 4671 times)

0 Members and 1 Guest are viewing this topic.

yourtime

  • Anope User
  • Offline Offline
  • Posts: 7
another odd problem :/
« on: August 18, 2008, 03:02:08 AM »

Okay, this time I have another odd problem:
-I wget an Anope module, put it in services/src/modules
-I go back to services/
-I type "make modules"
-Reply: "make: Nothing to be done for `modules'."

any idea? (the src file is chmod'ed to 0777)
Logged

deiks

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 139
  • Shizle my nizle
Re: another odd problem :/
« Reply #1 on: August 18, 2008, 09:00:16 AM »

put it in /home/anope<version>/src/modules

not services..
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
Re: another odd problem :/
« Reply #2 on: August 18, 2008, 10:26:24 AM »

actually if he put it in "services/src/modules" it should be ok.. the runtime dir doesn't have a /src/, so he must have renamed it..
which module did you wget if i might ask.. check it for custom installation instructions.
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

yourtime

  • Anope User
  • Offline Offline
  • Posts: 7
Re: another odd problem :/
« Reply #3 on: August 18, 2008, 04:37:19 PM »

yeah my anope is installed to services/
the module is ircd_vhostserv.c
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: another odd problem :/
« Reply #4 on: August 18, 2008, 05:58:03 PM »

If anope is "make installed" into ~/services then the module source needs to be wget'd into the src directory of anope.

Typically, a user extracts the anope tarball to ~/anope-1.7.21/ where you'd put the module.c into ~/anope-1.7.21/src/modules and nip back to ~/anope-1.7.21 and make modules and make install which would compile, and install the module into ~/services
Logged
Pages: [1]   Go Up