* Michael Haan shaped the electrons to say...

  I'm not averse to giving this a shot.  So, to be clear, I go to
  http://cvs.slimdevices.com/vendor/src/?rev=2421

  and download Compress-Zlib-1.33.tar.gz

  and, I guess, probably the DBI and DBD and then do.... what?  Or should i
  just be doing:

  su -c 'perl -MCPAN -e "install Compress::Zlib"'?

Finally, any special build flags I need - maybe -march=k8?

I'll be writing up instructions for this (and maybe even a wrapper program).

After you've downloaded all the .gz files, run:

for i in *.gz; do tar xfvz $i; rm $i;done

That will unpack them.

Then in each directory, run: perl Makefile.PL; make; make test; make install

Perl will handle all the build flags for you.

DBI also must be compiled and installed before DBD::SQLite

The files that are important to get back to me are the .so ones.

Thanks.

-D
--
<Djall> and I also learned that a meat vortex takes meat away from you.
_______________________________________________
Discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to