re installing with a clean Debian and Koha 3.0
I'm doing a clean reload as I played a lot with Debian and think I messed it up pretty good. I did a backup of my 3.0 beta and plan to reload it. Here is my question: I see that Apache now comes with Debian already installed as part of the install. I also noticed that as I was doing the dselect it is pulling mysql. So for those that do Debian is it necessary to go through the work of downloading those up front? For a librarian doing this on their own they won't need to do that correct? Just checking... -- View this message in context: http://www.nabble.com/reinstalling-with-a-clean-Debian-and-Koha-3.0-tp190422... Sent from the Koha - Discuss mailing list archive at Nabble.com.
David Schuster wrote:
I'm doing a clean reload as I played a lot with Debian and think I messed it up pretty good. I did a backup of my 3.0 beta and plan to reload it.
Here is my question:
I see that Apache now comes with Debian already installed as part of the install. I also noticed that as I was doing the dselect it is pulling mysql.
Do you use lenny (testing) or etch (stable) ?
From lenny, apt (and other installation tools) installs 'Recommended' packages of newly installed packages by default (on etch, only 'Depended' packages were installed)
So for those that do Debian is it necessary to go through the work of downloading those up front? For a librarian doing this on their own they won't need to do that correct?
I hope a Debian package will be available soon... By the way, all koha dependencies for lenny should be available in official Debian now (in lenny or in sid for the last ones that have not migrated in testing). If you use lenny, let me know if some are still missing. Best regards, Vincent
Just checking...
-- Vincent Danjean Adresse: Laboratoire d'Informatique de Grenoble Téléphone: +33 4 76 61 20 11 ENSIMAG - antenne de Montbonnot Fax: +33 4 76 61 20 99 ZIRST 51, avenue Jean Kuntzmann Email: Vincent.Danjean@imag.fr 38330 Montbonnot Saint Martin
All I can say is where did I go wrong! I'm using the etch due to hardware limitations etc... Don't ask. Here are the other items that I had to fiddle with based on the documentation for a "standard" installation: Mon Aug 18 22:31:46 2008] Makefile.PL: Warning: prerequisite GD 2.39 not found. [Mon Aug 18 22:31:46 2008] Makefile.PL: Warning: prerequisite HTML::Scrubber 0.08 not found. [Mon Aug 18 22:31:48 2008] Makefile.PL: Warning: prerequisite Net::Z3950::ZOOM 1.16 not found. [Mon Aug 18 22:31:50 2008] Makefile.PL: Warning: prerequisite SMS::Send 0.05 not found. [Mon Aug 18 22:31:50 2008] Makefile.PL: Warning: prerequisite Text::CSV 0.01 not found. We have unknown version. [Mon Aug 18 22:31:50 2008] Makefile.PL: Warning: prerequisite Text::CSV_XS 0.32 not found. We have 0.23. [Mon Aug 18 22:31:50 2008] Makefile.PL: Warning: prerequisite Text::Iconv 1.7 not found. We have 1.4. CPAN.pm: Going to build L/LD/LDS/GD-2.41.tar.gz I believe I have all of them resolved now except the Net::Z3950::ZOOM My current problem is the Net::Z3950:ZOOM - fails every time I run the sudo cpan command. Net-Z3950-ZOOM-1.24/lib/Net/Z3950.pm CPAN.pm: Going to build M/MI/MIRK/Net-Z3950-ZOOM-1.24.tar.gz ERROR: Unable to call script: yaz-config If you are using a YAZ installation from the Debian package "yaz", you will also need to install "libyaz-dev" in order to build this module. Running make test Make had some problems, maybe interrupted? Won't test Running make install Make had some problems, maybe interrupted? Won't install I've fiddled with this quite a bit with several suggestions from the past but have not had much luck. Sorry to say I had things working with Alpha and Beta and then decided to "reload" from scratch and now can't get the blasted thing to run all the way through. Open for suggestions. So when I forged ahead with the install despite errors I get the : Koha error The following fatal error has occurred: Can't locate ZOOM.pm in @INC (@INC contains: /usr/share/koha/lib /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/share/koha/lib/C4/Context.pm line 84. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Context.pm line 84. Compilation failed in require at /usr/share/koha/lib/C4/Auth.pm line 29. BEGIN failed--compilation aborted at /usr/share/koha/lib/C4/Auth.pm line 29. Compilation failed in require at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 21. BEGIN failed--compilation aborted at /usr/share/koha/intranet/cgi-bin/errors/404.pl line 21. David Vincent Danjean-3 wrote:
David Schuster wrote:
I'm doing a clean reload as I played a lot with Debian and think I messed it up pretty good. I did a backup of my 3.0 beta and plan to reload it.
Here is my question:
I see that Apache now comes with Debian already installed as part of the install. I also noticed that as I was doing the dselect it is pulling mysql.
Do you use lenny (testing) or etch (stable) ? From lenny, apt (and other installation tools) installs 'Recommended' packages of newly installed packages by default (on etch, only 'Depended' packages were installed)
So for those that do Debian is it necessary to go through the work of downloading those up front? For a librarian doing this on their own they won't need to do that correct?
I hope a Debian package will be available soon... By the way, all koha dependencies for lenny should be available in official Debian now (in lenny or in sid for the last ones that have not migrated in testing). If you use lenny, let me know if some are still missing.
Best regards, Vincent
Just checking...
-- Vincent Danjean Adresse: Laboratoire d'Informatique de Grenoble Téléphone: +33 4 76 61 20 11 ENSIMAG - antenne de Montbonnot Fax: +33 4 76 61 20 99 ZIRST 51, avenue Jean Kuntzmann Email: Vincent.Danjean@imag.fr 38330 Montbonnot Saint Martin _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- View this message in context: http://www.nabble.com/reinstalling-with-a-clean-Debian-and-Koha-3.0-tp190422... Sent from the Koha - Discuss mailing list archive at Nabble.com.
On Wed, Aug 20, 2008 at 2:56 PM, David Schuster <dschust1@tx.rr.com> wrote:
All I can say is where did I go wrong! I'm using the etch due to hardware limitations etc... Don't ask.
Here are the other items that I had to fiddle with based on the documentation for a "standard" installation:
Mon Aug 18 22:31:46 2008] Makefile.PL: Warning: prerequisite GD 2.39 not found. [Mon Aug 18 22:31:46 2008] Makefile.PL: Warning: prerequisite HTML::Scrubber 0.08 not found. [Mon Aug 18 22:31:48 2008] Makefile.PL: Warning: prerequisite Net::Z3950::ZOOM 1.16 not found. [Mon Aug 18 22:31:50 2008] Makefile.PL: Warning: prerequisite SMS::Send 0.05 not found. [Mon Aug 18 22:31:50 2008] Makefile.PL: Warning: prerequisite Text::CSV 0.01 not found. We have unknown version. [Mon Aug 18 22:31:50 2008] Makefile.PL: Warning: prerequisite Text::CSV_XS 0.32 not found. We have 0.23. [Mon Aug 18 22:31:50 2008] Makefile.PL: Warning: prerequisite Text::Iconv 1.7 not found. We have 1.4. CPAN.pm: Going to build L/LD/LDS/GD-2.41.tar.gz
I believe I have all of them resolved now except the Net::Z3950::ZOOM
My current problem is the Net::Z3950:ZOOM - fails every time I run the sudo cpan command.
Net-Z3950-ZOOM-1.24/lib/Net/Z3950.pm
CPAN.pm: Going to build M/MI/MIRK/Net-Z3950-ZOOM-1.24.tar.gz
ERROR: Unable to call script: yaz-config If you are using a YAZ installation from the Debian package "yaz", you will also need to install "libyaz-dev" in order to build this module.
Hi David Did you try apt-get install libyax-dev ? Chris
On Tue 2008-08-19 18:50:45 -0400, Vincent Danjean wrote:
I hope a Debian package will be available soon... By the way, all koha dependencies for lenny should be available in official Debian now (in lenny or in sid for the last ones that have not migrated in testing). If you use lenny, let me know if some are still missing.
Nice work, Vincent! All the perl modules do seem to be in lenny, except for libclass-adapter-perl and libsms-send-perl, which are in unstable. http://packages.qa.debian.org/libclass-adapter-perl http://packages.qa.debian.org/libsms-send-perl Since lenny's in a freeze now, you might want to contact debian-release if you really want those modules to make it into lenny. You'll need to ask for an exception to the freeze. As far as support pieces go, idzebra-2.0 doesn't appear to be in debian at all. I think it needs to be pulled from indexdata's APT repository, over here: deb http://ftp.indexdata.dk/debian lenny main Are there plans afoot to get idzebra into debian proper as well, or is that too much to ask? It looks like you've got it in NEW already: http://ftp-master.debian.org/new/idzebra_2.0.32-1.html Very excited to see koha this close to stable on debian, --dkg
Daniel Kahn Gillmor wrote:
Since lenny's in a freeze now, you might want to contact debian-release if you really want those modules to make it into lenny. You'll need to ask for an exception to the freeze.
As far as support pieces go, idzebra-2.0 doesn't appear to be in debian at all. I think it needs to be pulled from indexdata's APT repository, over here:
deb http://ftp.indexdata.dk/debian lenny main
Are there plans afoot to get idzebra into debian proper as well, or is that too much to ask? It looks like you've got it in NEW already:
zebra is indeed in NEW waiting approval from ftpmaster. I do not plan to ask freeze exceptions for the few perl modules, idzebra and koha. This is because: - it is new packaging (zebra and koha), not well tested, so not ready for stable (think that software in stable will stay here for one or two years) - I will try to upload them in backports (once lenny will be released) => backports.org will allow more frequent updates to correct packaging bugs (and backports offers compilation on all main Debian architectures)
Very excited to see koha this close to stable on debian,
In stable, it will be for after lenny. But it will be installable with lenny + backports.org during lenny. If you look some of my post on koha-dev, you will see that I asked for some modifications in upstream koha (permissions, manpages, ...) that koha developers accepted to add in the next koha release... Thanks for your encouragements Best regards, Vincent -- Vincent Danjean Adresse: Laboratoire d'Informatique de Grenoble Téléphone: +33 4 76 61 20 11 ENSIMAG - antenne de Montbonnot Fax: +33 4 76 61 20 99 ZIRST 51, avenue Jean Kuntzmann Email: Vincent.Danjean@imag.fr 38330 Montbonnot Saint Martin
participants (4)
-
Chris Cormack -
Daniel Kahn Gillmor -
David Schuster -
Vincent Danjean