The Network People Support Forums

Other TNPI Software => NicTool => Topic started by: mike_tcis on December 14, 2004, 10:12:52 AM

Title: NicTool Install on FreeBSD 4.10
Post by: mike_tcis on December 14, 2004, 10:12:52 AM
I'm preparing to (attempt) my first NicTool install.  I'm using FreeBSD 4.10 RELEASE (minimal install, kernel sources only).  I've installed Apache2 via ports, and am about to do the necessary Perl modules.  A few questions:

1. Is Perl 5.6.1 or Perl 5.8.x preferred?

2. Can mod_perl2 be used as a DSO in Apache2?  I read someplace that Apache 1.x and mod_perl as as DSO don't get along

3. What version of SOAP::Lite are the supplied patches designed for?  0.60a?

4. I noticed somewhere in the docs that XML/RPC is a supported mechanism for the API, yet elsewhere in the docs it is stated that it has never been made to work.  Whats the scoop?

5. Any other issues I should be aware of?

Thanks.

--Mike
Title: Re: NicTool Install on FreeBSD 4.10
Post by: LogicX on December 14, 2004, 10:34:20 AM
mike_tcis wrote on Tue, 14 December 2004 12:12

I'm preparing to (attempt) my first NicTool install.  I'm using FreeBSD 4.10 RELEASE (minimal install, kernel sources only).  I've installed Apache2 via ports, and am about to do the necessary Perl modules.  A few questions:

1. Is Perl 5.6.1 or Perl 5.8.x preferred?

5.8.x (5.8.5)
mike_tcis


2. Can mod_perl2 be used as a DSO in Apache2?  I read someplace that Apache 1.x and mod_perl as as DSO don't get along

3. What version of SOAP::Lite are the supplied patches designed for?  0.60a?

Correct.  There is apparently a 0.65 beta out, I haven't tried it, not sure if Matt has.
mike_tcis


4. I noticed somewhere in the docs that XML/RPC is a supported mechanism for the API, yet elsewhere in the docs it is stated that it has never been made to work.  Whats the scoop?

The code is there, attempts have been made to get it to work, but were unsuccesful, and Matt is encouraging anyone to take a look and make it work.
mike_tcis


5. Any other issues I should be aware of?

Thanks.

--Mike

Yes, there are numerous 'hard coded' values in the config.  I'm going to write an overall review of my nictool setup and comment about them.  Look for my post.
Title: Re: NicTool Install on FreeBSD 4.10
Post by: matt on December 14, 2004, 03:30:25 PM
mike_tcis wrote on Tue, 14 December 2004 12:12

I'm preparing to (attempt) my first NicTool install.  I'm using FreeBSD 4.10 RELEASE (minimal install, kernel sources only).  I've installed Apache2 via ports, and am about to do the necessary Perl modules.  A few questions:

1. Is Perl 5.6.1 or Perl 5.8.x preferred?

2. Can mod_perl2 be used as a DSO in Apache2?  I read someplace that Apache 1.x and mod_perl as as DSO don't get along

3. What version of SOAP::Lite are the supplied patches designed for?  0.60a?

4. I noticed somewhere in the docs that XML/RPC is a supported mechanism for the API, yet elsewhere in the docs it is stated that it has never been made to work.  Whats the scoop?

5. Any other issues I should be aware of?

Thanks.

--Mike


1.  5.8.5 is the latest and is preferred.

2. Yes, mod_perl2 as a dso works fine. You are correct in that it does not work fine with apache 1.

3. The only version that existed for the last year. I didn't bother noting the version because there was no active development. Thankfully, someone else took it over before I go the time to do it.  Razz

4. I did not write NicTool (Mike, read the History page). I'm not familiar with XML/RPC and thus don't have the skills to figure out why it doesn't work. If you're familiar with XML/RPC, take a look at it and send me a diff -u when you get it working.

5. Be aware of zealous posters on the boards. Wink
Title: Re: NicTool Install on FreeBSD 4.10
Post by: mike_tcis on December 15, 2004, 12:23:04 PM
matt wrote on Tue, 14 December 2004 16:30

5. Be aware of zealous posters on the boards. Wink


Embarassed
Title: Re: NicTool Install on FreeBSD 4.10
Post by: matt on December 15, 2004, 12:27:56 PM
Hey mike_tcis, that was just a small tongue-in-cheek jab at someone else. The intended recipient knows who he is, and doesn't mind a little ribbing.
Title: Re: NicTool Install on FreeBSD 4.10
Post by: LogicX on December 15, 2004, 12:32:37 PM
Quote:

Message Count:   43 Messages(s) (0.16 average messages per day)
Show all messages by LogicX


Hey Matt, -- its all in the spirit of helping others, right? Smile
Title: Re: NicTool Install on FreeBSD 4.10
Post by: matt on December 15, 2004, 12:35:04 PM
That's the spirit!

Matt
Title: Re: NicTool Install on FreeBSD 4.10
Post by: mike_tcis on December 15, 2004, 12:53:00 PM
matt wrote on Wed, 15 December 2004 13:27

Hey mike_tcis, that was just a small tongue-in-cheek jab at someone else. The intended recipient knows who he is, and doesn't mind a little ribbing.


No worries, I've been around long enough not to fret about it  Wink

--Mike