-----Original Message----- From: h lowe [mailto:heidilowe@gmail.com] Sent: Friday, September 22, 2006 10:14 AM To: Marty Jongepier Thanks Heidi, That worked wonderful, also with Net::Z3950 version 0.51 What would I have done without you!? Thanks again, Marty Subject: Re: [Koha] Net::Z3950 make error... Hmm it sounds like y'all are talking about two different things. you are talking about net::z3950, he's talking about net::z3950::zoom. you probably could use zoom, I don't know. But the install document says Net::z3950 so thats what I went with. Your error and set up sounds a lot like one I experienced, so I will tell you in (hopefully specific) steps what I did to make it work. First, I went to the a website (I didn't write down which one, eek. So, lets say I found it on cpan somewhere) and downloaded the net::z3950 module as an archive(tar.gz). I used version 0.50. Then I unpacked it. Then I opened Makefile.PL using a text editor. I don't remember which one. (They always say you should use vi editor, but its so tricky. I never know if its saved or not.) Anyways I commented out the last three lines, like this: sub MY::postamble { '$(MYEXTLIB): yazwrap/Makefile cd yazwrap && $(MAKE) INC=$(PASTHRU_INC) $(PASTHRU)'; } #sub MY::post_constants { # 'PASTHRU_INC=$(INC)' #} Then saved it (if using vi, make sure you press esc and :wq, not :q as I am prone to do :) Then I double checked it, to make sure it saved, and then I was able to install it using perl Makefile.PL make make install and lo and behold I got my z3950 to work. I don't know if that will work for you, especially since I don't understand why I got that error in the first place. But, I figure it can't hurt to try. Good luck and let me know if it works. -Heidi
Marty, I found that it was easier to install webmin on your server, It can be used for various other functions in maintaining the Server; it also has an good PERL module installer which checks for and installs all other module dependencies. Gerry Jongepier wrote:
-----Original Message----- From: h lowe [mailto:heidilowe@gmail.com] Sent: Friday, September 22, 2006 10:14 AM To: Marty Jongepier Thanks Heidi,
That worked wonderful, also with Net::Z3950 version 0.51 What would I have done without you!?
Thanks again,
Marty
Subject: Re: [Koha] Net::Z3950 make error...
Hmm it sounds like y'all are talking about two different things. you are talking about net::z3950, he's talking about net::z3950::zoom. you probably could use zoom, I don't know. But the install document says Net::z3950 so thats what I went with. Your error and set up sounds a lot like one I experienced, so I will tell you in (hopefully specific) steps what I did to make it work. First, I went to the a website (I didn't write down which one, eek. So, lets say I found it on cpan somewhere) and downloaded the net::z3950 module as an archive(tar.gz). I used version 0.50. Then I unpacked it. Then I opened Makefile.PL using a text editor. I don't remember which one. (They always say you should use vi editor, but its so tricky. I never know if its saved or not.) Anyways I commented out the last three lines, like this:
sub MY::postamble { '$(MYEXTLIB): yazwrap/Makefile cd yazwrap && $(MAKE) INC=$(PASTHRU_INC) $(PASTHRU)'; }
#sub MY::post_constants { # 'PASTHRU_INC=$(INC)' #}
Then saved it (if using vi, make sure you press esc and :wq, not :q as I am prone to do :) Then I double checked it, to make sure it saved, and then I was able to install it using
perl Makefile.PL make make install
and lo and behold I got my z3950 to work. I don't know if that will work for you, especially since I don't understand why I got that error in the first place. But, I figure it can't hurt to try. Good luck and let me know if it works. -Heidi
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Gerry Arthus Systems Administrator: Long Island Library Resources Council SUNY at Stony Brook Stony Brook, New York US 11794-3399 Phone: 1-631-632-6652 FAX: 631-632-6662 Home: 631-289-7565 Email: garthus@lilrc.org Professor: Departments of: Graduate Computer Engineering, Earth and Environmental Science, and Engineering Management C.W. Post Campus of Long Island University 720 Northern Boulevard Brookville, New York US 11548-1300 Phone: 516-299-2293
Hi, Has anyone found a way to bulk import book records in Koha from an earlier version? We're migrating to version 2.2.5 with MySQL 14.7 and PERL 5.008007 from version 2.0.0 Perl version: 5.008003 MySQL version: 4.0.16-log . I've done so much cataloging on the earlier version and don't want to do the item-by-item import. thanks Paul Scaer, Librarian Science Leadership Library Philadelphia, PA
participants (3)
-
Gerry Arthus -
Marty Jongepier -
Paul Scaer