Hello to all: We are implanting koha in a library in Daganzo, a town of España.This project we want it integramente to translate Spanish. We are having problem with script to pass the files tmpl to po in the part of opac. Can you pass somebody the file in format po of opac-tmpl/default/en to be able to translate it? Another problem that we are having is with Z39.50 and at the time of concerning registry marc of other libraries. Can you on the matter to pass information of like forming it? Happy 2006
Well, for your problem with Z39.50, I don't really get it, can you describe the problem in more detail? What version the koha you're using? What is your linux platform, is it based on red-hat or debian? Is it the problem occur during installattion? I'm using ubuntu linux ver. 2.12.1. I also have a problem with Z39.50 before. But the problem is lost after I update the yaz from : http://www.indexdata.dk/ Since my linux is based on debian woody, I update the sourcelist # for Yaz Toolkit deb http://www.indexdata.dk/debian indexdata/woody released deb-src http://www.indexdata.dk/debian indexdata/woody released and use the apt-get command, and some modules were upgraded after it. I hope this might help you.. Regards, "javier@ayto-daganzo.org" <javier@ayto-daganzo.org> wrote: Hello to all: We are implanting koha in a library in Daganzo, a town of España.This project we want it integramente to translate Spanish. We are having problem with script to pass the files tmpl to po in the part of opac. Can you pass somebody the file in format po of opac-tmpl/default/en to be able to translate it? Another problem that we are having is with Z39.50 and at the time of concerning registry marc of other libraries. Can you on the matter to pass information of like forming it? Happy 2006 _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha --------------------------------- To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre.
Hello: The system that I have installed is one ubuntu breezy. The servant is Apache 2 with mysql 4.1. The version of yaz is the one of sarge, added with from apt of the page of indexdata. I have sent the demon so that the client can be connected when I request search to him from/etc/init.d/. the problem I have it when I want to add algun biblio from algun servant z39.50. It does not find ningun result. The biblios that I have used are very generic, and when I add the search that I want to make in the page Web of the servant z39.50 if which they appear. thks I Wahyu Wijaya H. writes:
Well, for your problem with Z39.50, I don't really get it, can you describe the problem in more detail? What version the koha you're using? What is your linux platform, is it based on red-hat or debian?
Is it the problem occur during installattion?
I'm using ubuntu linux ver. 2.12.1. I also have a problem with Z39.50 before. But the problem is lost after I update the yaz from :
Since my linux is based on debian woody, I update the sourcelist
# for Yaz Toolkit deb http://www.indexdata.dk/debian indexdata/woody released deb-src http://www.indexdata.dk/debian indexdata/woody released
and use the apt-get command, and some modules were upgraded after it.
I hope this might help you..
Regards,
"javier@ayto-daganzo.org" <javier@ayto-daganzo.org> wrote: Hello to all: We are implanting koha in a library in Daganzo, a town of España.This project we want it integramente to translate Spanish. We are having problem with script to pass the files tmpl to po in the part of opac. Can you pass somebody the file in format po of opac-tmpl/default/en to be able to translate it? Another problem that we are having is with Z39.50 and at the time of concerning registry marc of other libraries. Can you on the matter to pass information of like forming it?
Happy 2006 _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
--------------------------------- To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre.
Phew.... well, it seems like I cannot help you a lot. But S.Hedges was told me that mysql 4.1 has some compatibility problem with Koha. One of them is password hashing as the problem I face. And he suggest me to use earlier ver of mysql. Maybe your problem will gone if you also try to use an earlier ver of mysql. Well, I don't know much, but who knows, maybe it'll work. :) Regards, Wahyu Wijaya H. "javier@ayto-daganzo.org" <javier@ayto-daganzo.org> wrote: Hello: The system that I have installed is one ubuntu breezy. The servant is Apache 2 with mysql 4.1. The version of yaz is the one of sarge, added with from apt of the page of indexdata. I have sent the demon so that the client can be connected when I request search to him from/etc/init.d/. the problem I have it when I want to add algun biblio from algun servant z39.50. It does not find ningun result. The biblios that I have used are very generic, and when I add the search that I want to make in the page Web of the servant z39.50 if which they appear. thks I Wahyu Wijaya H. writes:
Well, for your problem with Z39.50, I don't really get it, can you describe the problem in more detail? What version the koha you're using? What is your linux platform, is it based on red-hat or debian?
Is it the problem occur during installattion?
I'm using ubuntu linux ver. 2.12.1. I also have a problem with Z39.50 before. But the problem is lost after I update the yaz from :
Since my linux is based on debian woody, I update the sourcelist
# for Yaz Toolkit deb http://www.indexdata.dk/debian indexdata/woody released deb-src http://www.indexdata.dk/debian indexdata/woody released
and use the apt-get command, and some modules were upgraded after it.
I hope this might help you..
Regards,
"javier@ayto-daganzo.org" wrote: Hello to all: We are implanting koha in a library in Daganzo, a town of España.This project we want it integramente to translate Spanish. We are having problem with script to pass the files tmpl to po in the part of opac. Can you pass somebody the file in format po of opac-tmpl/default/en to be able to translate it? Another problem that we are having is with Z39.50 and at the time of concerning registry marc of other libraries. Can you on the matter to pass information of like forming it?
Happy 2006 _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
--------------------------------- To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre.
--------------------------------- To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre.
Javier, You should find a lot of z3950 logs in /usr/local/koha/log, all named something like "z3950-daemon-20060102-1124.log." If you don't see any logs, then your z3950 daemon is probably not getting started correctly. (Is there some reason you only want to start the daemon when you do a search?) If you do see logs, take a look to see what is actually happening when you do a search. BTW Wahyu, I've given you incomplete information, sorry. You can use MySQL 4.1 with Koha (I do), you just have to use the --old-passwords option on some systems. Stephen Wahyu Wijaya H. said:
Phew.... well, it seems like I cannot help you a lot. But S.Hedges was told me that mysql 4.1 has some compatibility problem with Koha. One of them is password hashing as the problem I face. And he suggest me to use earlier ver of mysql. Maybe your problem will gone if you also try to use an earlier ver of mysql. Well, I don't know much, but who knows, maybe it'll work. :)
Regards, Wahyu Wijaya H.
"javier@ayto-daganzo.org" <javier@ayto-daganzo.org> wrote: Hello:
The system that I have installed is one ubuntu breezy. The servant is Apache 2 with mysql 4.1. The version of yaz is the one of sarge, added with from apt of the page of indexdata. I have sent the demon so that the client can be connected when I request search to him from/etc/init.d/. the problem I have it when I want to add algun biblio from algun servant z39.50. It does not find ningun result. The biblios that I have used are very generic, and when I add the search that I want to make in the page Web of the servant z39.50 if which they appear.
thks
I
Wahyu Wijaya H. writes:
Well, for your problem with Z39.50, I don't really get it, can you describe the problem in more detail? What version the koha you're using? What is your linux platform, is it based on red-hat or debian?
Is it the problem occur during installattion?
I'm using ubuntu linux ver. 2.12.1. I also have a problem with Z39.50 before. But the problem is lost after I update the yaz from :
Since my linux is based on debian woody, I update the sourcelist
# for Yaz Toolkit deb http://www.indexdata.dk/debian indexdata/woody released deb-src http://www.indexdata.dk/debian indexdata/woody released
and use the apt-get command, and some modules were upgraded after it.
I hope this might help you..
Regards,
"javier@ayto-daganzo.org" wrote: Hello to all: We are implanting koha in a library in Daganzo, a town of España.This project we want it integramente to translate Spanish. We are having problem with script to pass the files tmpl to po in the part of opac. Can you pass somebody the file in format po of opac-tmpl/default/en to be able to translate it? Another problem that we are having is with Z39.50 and at the time of concerning registry marc of other libraries. Can you on the matter to pass information of like forming it?
Happy 2006 _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
--------------------------------- To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre.
--------------------------------- To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre._______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Stephen Hedges Skemotah Solutions, USA www.skemotah.com -- shedges@skemotah.com
Phew.... well, it seems like I cannot help you a lot. But S.Hedges was told me that mysql 4.1 has some compatibility problem with Koha. One of them is password hashing as the problem I face. And he suggest me to use earlier ver of mysql. Maybe your problem will gone if you also try to use an earlier ver of mysql. Well, I don't know much, but who knows, maybe it'll work. :-) Regards, Wahyu Wijaya H. "javier@ayto-daganzo.org" <javier@ayto-daganzo.org> wrote: Hello: The system that I have installed is one ubuntu breezy. The servant is Apache 2 with mysql 4.1. The version of yaz is the one of sarge, added with from apt of the page of indexdata. I have sent the demon so that the client can be connected when I request search to him from/etc/init.d/. the problem I have it when I want to add algun biblio from algun servant z39.50. It does not find ningun result. The biblios that I have used are very generic, and when I add the search that I want to make in the page Web of the servant z39.50 if which they appear. thks I Wahyu Wijaya H. writes:
Well, for your problem with Z39.50, I don't really get it, can you describe the problem in more detail? What version the koha you're using? What is your linux platform, is it based on red-hat or debian?
Is it the problem occur during installattion?
I'm using ubuntu linux ver. 2.12.1. I also have a problem with Z39.50 before. But the problem is lost after I update the yaz from :
Since my linux is based on debian woody, I update the sourcelist
# for Yaz Toolkit deb http://www.indexdata.dk/debian indexdata/woody released deb-src http://www.indexdata.dk/debian indexdata/woody released
and use the apt-get command, and some modules were upgraded after it.
I hope this might help you..
Regards,
"javier@ayto-daganzo.org" wrote: Hello to all: We are implanting koha in a library in Daganzo, a town of España.This project we want it integramente to translate Spanish. We are having problem with script to pass the files tmpl to po in the part of opac. Can you pass somebody the file in format po of opac-tmpl/default/en to be able to translate it? Another problem that we are having is with Z39.50 and at the time of concerning registry marc of other libraries. Can you on the matter to pass information of like forming it?
Happy 2006 _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
--------------------------------- To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre.
--------------------------------- To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre.
participants (3)
-
javier@ayto-daganzo.org -
Stephen Hedges -
Wahyu Wijaya H.