Hey *,
I'm following the instructions on http://gotpike.org:8000/ to build Pike modules.
While i manage building and installing modules remotely using monger without any problem, i can't figure out how to build and install a module whose sources are local.
Quoting http://gotpike.org:8000/PikeModule.html: "When the tool is run from the module source directory, without any arguments, the tool will determine what steps need to be performed in order to build the module."
For example, while i try to run "pike -x Public.Protocols.Jabber" from /usr/local/src/Public_Protocols_Jabber-1.0, i end up with "Could not resolv Tools.Standalone.Public.Protocols.Jabber. (Perhaps the installed pike tree has been moved.)"
What am i missing?
try
pike -x module
from within the module source directory.
bill
Quoting http://gotpike.org:8000/PikeModule.html: "When the tool is run from the module source directory, without any arguments, the tool will determine what steps need to be performed in order to build the module."
For example, while i try to run "pike -x Public.Protocols.Jabber" from /usr/local/src/Public_Protocols_Jabber-1.0, i end up with "Could not resolv Tools.Standalone.Public.Protocols.Jabber. (Perhaps the installed pike tree has been moved.)"
What am i missing?
-- Bertrand LUPART Linkeo.com - R&D | http://www.linkeo.com/ +33 1 72 71 71 82 | 17, rue de la Banque - F75002 Paris Syst�mes de gestion d'email entrant | Email management systems
I tried to install the Sql.Provider.Sqlite module, but all monger gives me is something like "No such module for version 7.7.5". What am I doing wrong then?
/ Marcus Agehall (nu med semester)
Previous text:
2004-08-09 18:50: Subject: Re: pike -x on local sources
try
pike -x module
from within the module source directory.
bill
Quoting http://gotpike.org:8000/PikeModule.html: "When the tool is run from the module source directory, without any arguments, the tool will determine what steps need to be performed in order to build the module."
For example, while i try to run "pike -x Public.Protocols.Jabber" from /usr/local/src/Public_Protocols_Jabber-1.0, i end up with "Could not resolv Tools.Standalone.Public.Protocols.Jabber. (Perhaps the installed pike tree has been moved.)"
What am i missing?
-- Bertrand LUPART Linkeo.com - R&D | http://www.linkeo.com/ +33 1 72 71 71 82 | 17, rue de la Banque - F75002 Paris Systèmes de gestion d'email entrant | Email management systems
/ Brevbäraren
Hi,
The problem is that that module was marked as being available for pike 7.5.0 through 7.6.999, and 7.7 isn't included. I've not played with 7.7, so I didn't want to have people complaining when it doesn't work. However, I guess it would be nice to have people test it out, so I've changed the version requirements.
I've also added this information to the module info screen at modules.gotpike.org.
Bill
On Mon, 9 Aug 2004, Marcus Agehall (nu med semester) @ Pike (-) developers forum wrote:
I tried to install the Sql.Provider.Sqlite module, but all monger gives me is something like "No such module for version 7.7.5". What am I doing wrong then?
/ Marcus Agehall (nu med semester)
Previous text:
2004-08-09 18:50: Subject: Re: pike -x on local sources
try
pike -x module
from within the module source directory.
bill
Quoting http://gotpike.org:8000/PikeModule.html: "When the tool is run from the module source directory, without any arguments, the tool will determine what steps need to be performed in order to build the module."
For example, while i try to run "pike -x Public.Protocols.Jabber" from /usr/local/src/Public_Protocols_Jabber-1.0, i end up with "Could not resolv Tools.Standalone.Public.Protocols.Jabber. (Perhaps the installed pike tree has been moved.)"
What am i missing?
-- Bertrand LUPART Linkeo.com - R&D | http://www.linkeo.com/ +33 1 72 71 71 82 | 17, rue de la Banque - F75002 Paris Syst�mes de gestion d'email entrant | Email management systems
/ Brevb�raren
I would be satisfied if the --force option would ignore such silly things such as safeguards... ;)
/ Marcus Agehall (nu med semester)
Previous text:
2004-08-09 20:15: Subject: Re: pike -x on local sources
Hi,
The problem is that that module was marked as being available for pike 7.5.0 through 7.6.999, and 7.7 isn't included. I've not played with 7.7, so I didn't want to have people complaining when it doesn't work. However, I guess it would be nice to have people test it out, so I've changed the version requirements.
I've also added this information to the module info screen at modules.gotpike.org.
Bill
On Mon, 9 Aug 2004, Marcus Agehall (nu med semester) @ Pike (-) developers forum wrote:
I tried to install the Sql.Provider.Sqlite module, but all monger gives me is something like "No such module for version 7.7.5". What am I doing wrong then?
/ Marcus Agehall (nu med semester)
Previous text:
2004-08-09 18:50: Subject: Re: pike -x on local sources
try
pike -x module
from within the module source directory.
bill
Quoting http://gotpike.org:8000/PikeModule.html: "When the tool is run from the module source directory, without any arguments, the tool will determine what steps need to be performed in order to build the module."
For example, while i try to run "pike -x Public.Protocols.Jabber" from /usr/local/src/Public_Protocols_Jabber-1.0, i end up with "Could not resolv Tools.Standalone.Public.Protocols.Jabber. (Perhaps the installed pike tree has been moved.)"
What am i missing?
-- Bertrand LUPART Linkeo.com - R&D | http://www.linkeo.com/ +33 1 72 71 71 82 | 17, rue de la Banque - F75002 Paris Systèmes de gestion d'email entrant | Email management systems
/ Brevbäraren
/ Brevbäraren
The --force option will allow you to select a different version of the module other than the one selected, but currently, it doesn't force installation of a module that hasn't been "certified" as compatible. I'm nto convinced that's such a good idea, though I'd be willing to hear arguments about it :)
Bill
On Mon, 9 Aug 2004, Marcus Agehall (nu med semester) @ Pike (-) developers forum wrote:
I would be satisfied if the --force option would ignore such silly things such as safeguards... ;)
/ Marcus Agehall (nu med semester)
Previous text:
2004-08-09 20:15: Subject: Re: pike -x on local sources
Hi,
The problem is that that module was marked as being available for pike 7.5.0 through 7.6.999, and 7.7 isn't included. I've not played with 7.7, so I didn't want to have people complaining when it doesn't work. However, I guess it would be nice to have people test it out, so I've changed the version requirements.
I've also added this information to the module info screen at modules.gotpike.org.
Bill
On Mon, 9 Aug 2004, Marcus Agehall (nu med semester) @ Pike (-) developers forum wrote:
I tried to install the Sql.Provider.Sqlite module, but all monger gives me is something like "No such module for version 7.7.5". What am I doing wrong then?
/ Marcus Agehall (nu med semester)
Previous text:
2004-08-09 18:50: Subject: Re: pike -x on local sources
try
pike -x module
from within the module source directory.
bill
Quoting http://gotpike.org:8000/PikeModule.html: "When the tool is run from the module source directory, without any arguments, the tool will determine what steps need to be performed in order to build the module."
For example, while i try to run "pike -x Public.Protocols.Jabber" from /usr/local/src/Public_Protocols_Jabber-1.0, i end up with "Could not resolv Tools.Standalone.Public.Protocols.Jabber. (Perhaps the installed pike tree has been moved.)"
What am i missing?
-- Bertrand LUPART Linkeo.com - R&D | http://www.linkeo.com/ +33 1 72 71 71 82 | 17, rue de la Banque - F75002 Paris Syst�mes de gestion d'email entrant | Email management systems
/ Brevb�raren
/ Brevb�raren
How about a --I-know-what-I-want option then..?
/ Marcus Agehall (nu med semester)
Previous text:
2004-08-09 20:56: Subject: Re: pike -x on local sources
The --force option will allow you to select a different version of the module other than the one selected, but currently, it doesn't force installation of a module that hasn't been "certified" as compatible. I'm nto convinced that's such a good idea, though I'd be willing to hear arguments about it :)
Bill
On Mon, 9 Aug 2004, Marcus Agehall (nu med semester) @ Pike (-) developers forum wrote:
I would be satisfied if the --force option would ignore such silly things such as safeguards... ;)
/ Marcus Agehall (nu med semester)
Previous text:
2004-08-09 20:15: Subject: Re: pike -x on local sources
Hi,
The problem is that that module was marked as being available for pike 7.5.0 through 7.6.999, and 7.7 isn't included. I've not played with 7.7, so I didn't want to have people complaining when it doesn't work. However, I guess it would be nice to have people test it out, so I've changed the version requirements.
I've also added this information to the module info screen at modules.gotpike.org.
Bill
On Mon, 9 Aug 2004, Marcus Agehall (nu med semester) @ Pike (-) developers forum wrote:
I tried to install the Sql.Provider.Sqlite module, but all monger gives me is something like "No such module for version 7.7.5". What am I doing wrong then?
/ Marcus Agehall (nu med semester)
Previous text:
2004-08-09 18:50: Subject: Re: pike -x on local sources
try
pike -x module
from within the module source directory.
bill
Quoting http://gotpike.org:8000/PikeModule.html: "When the tool is run from the module source directory, without any arguments, the tool will determine what steps need to be performed in order to build the module."
For example, while i try to run "pike -x Public.Protocols.Jabber" from /usr/local/src/Public_Protocols_Jabber-1.0, i end up with "Could not resolv Tools.Standalone.Public.Protocols.Jabber. (Perhaps the installed pike tree has been moved.)"
What am i missing?
-- Bertrand LUPART Linkeo.com - R&D | http://www.linkeo.com/ +33 1 72 71 71 82 | 17, rue de la Banque - F75002 Paris Systèmes de gestion d'email entrant | Email management systems
/ Brevbäraren
/ Brevbäraren
/ Brevbäraren
Actually, I stand corrected... --force when used with --version will force install of a non-recommended version. I'm readying some bug fixes to monger, that should go in the 7.7 tree later tonight.
Bill
On Tue, 10 Aug 2004, Marcus Agehall (nu med semester) @ Pike (-) developers forum wrote:
How about a --I-know-what-I-want option then..?
/ Marcus Agehall (nu med semester)
Previous text:
2004-08-09 20:56: Subject: Re: pike -x on local sources
The --force option will allow you to select a different version of the module other than the one selected, but currently, it doesn't force installation of a module that hasn't been "certified" as compatible. I'm nto convinced that's such a good idea, though I'd be willing to hear arguments about it :)
Bill
On Mon, 9 Aug 2004, Marcus Agehall (nu med semester) @ Pike (-) developers forum wrote:
I would be satisfied if the --force option would ignore such silly things such as safeguards... ;)
/ Marcus Agehall (nu med semester)
Previous text:
2004-08-09 20:15: Subject: Re: pike -x on local sources
Hi,
The problem is that that module was marked as being available for pike 7.5.0 through 7.6.999, and 7.7 isn't included. I've not played with 7.7, so I didn't want to have people complaining when it doesn't work. However, I guess it would be nice to have people test it out, so I've changed the version requirements.
I've also added this information to the module info screen at modules.gotpike.org.
Bill
On Mon, 9 Aug 2004, Marcus Agehall (nu med semester) @ Pike (-) developers forum wrote:
I tried to install the Sql.Provider.Sqlite module, but all monger gives me is something like "No such module for version 7.7.5". What am I doing wrong then?
/ Marcus Agehall (nu med semester)
Previous text:
2004-08-09 18:50: Subject: Re: pike -x on local sources
try
pike -x module
from within the module source directory.
bill
> > Quoting http://gotpike.org:8000/PikeModule.html: > "When the tool is run from the module source directory, without any > arguments, the tool will determine what steps need to be performed in > order to build the module." > > For example, while i try to run "pike -x Public.Protocols.Jabber" from > /usr/local/src/Public_Protocols_Jabber-1.0, i end up with "Could not > resolv Tools.Standalone.Public.Protocols.Jabber. (Perhaps the installed > pike tree has been moved.)" > > What am i missing? > > -- > Bertrand LUPART Linkeo.com - R&D | http://www.linkeo.com/ > +33 1 72 71 71 82 | 17, rue de la Banque - F75002 Paris > Syst�mes de gestion d'email entrant | Email management systems >
/ Brevb�raren
/ Brevb�raren
/ Brevb�raren
try
pike -x module
from within the module source directory.
Figured that in the train while reading System.PAM README.
Thanx.
pike-devel@lists.lysator.liu.se