On Monday, Mar 10, 2003, at 23:05 Europe/London, peter renshaw wrote:

OK, assuming you really do want to do this manually, here's what I suggest:

1. download libxml2 and libxslt from ftp://xmlsoft.org/
2. compile libxslt and install it. compile libxml2 and install it.

1. Download latest AxKit
*http://axkit.org/download

2. Unzip AxKit to /usr/src/
*check  AxKit-1.N/lib/AxKit.pm for dependencies
- -ie:  File::Basename, Compress::Zlib etc

I'd just run perl Makefile.PL to take care of dependencies (and read its output).


3. download latest dependencies from CPAN
*do this recursivly for each package.

4. unzip download into /usr/src/

What happens next ????

cd <Module-dir> perl Makefile.PL make test sudo make install

(if you don't have sudo you have to su, then run make install, but remember to exit back down to the regular user afterwards)

Do that in each of your modules. That should work, but remember it's been a very long time since I manually installed an AxKit - normally I let perl Makefile.PL take care of the dependencies for me.

Matt.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to