Hi every body !!!! Hope you had enjoyed christmas.We have some things that are not clear, maybe you can help us. Our library has two branches, each branch has in it's collections books, magazines, CDs (audio and software) and and Video recordings (mostly VHS, some other formats). We are using frameworks and modified the bulkmarcimport to make it aware of the frameworks. Now when we catalog a new item koha uses the proper framework. We noticed in the OPAC search when we look for a video that the director's name doesn't appear, and some anoyances like that. Since the mapping between Non-Marc and Marc are unique I can't stablish different bindings for different kind of item, the author of a book goes to a different field that the director of a movie. Is anybody expiriencing something like this ? any suggestion? Thanks Andres
If this can be added to the documentation it may save some work, I have decided to use Debian for My Koha ionstallation, to many problems with redhaT. Gerry Installing Koha 2.0RC4 On Debian GNU/Linux 3.0 "stable" (woody) Joshua Ferraro Several of Perl's extended module libraries are available via the Debian packaging system. We can install those using the *apt-get* utility as follows: koha:/# apt-get install libdbi-perl koha:/# apt-get install libdbd-mysql-perl koha:/# apt-get install libdate-manip-perl koha:/# apt-get install libhtml-template-perl koha:/# apt-get install libmail-sendmail-perl /Must add/ / koha:/# apt-get install libmysqlclient-dev/ / Without the development libraries there is a problem installing the NET::LDAP module, it cannot find the mysql_config file/ Now of course the real question is how to install Debian for the inexperienced. Since I have given up on the Redhat kernal and decided to go full open source with Debian I noticed that one can install Knoppix running from the CDROM and then do a harddrive install which give three choices one of which is Debian installation, this solves the configuration problems often associated with drivers and installing Debian the usual way. I will refine this document with my installation experiences and see about posting at the docs site. Gerry 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
______________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hi Gerry, I'll put this on the list for additions to a Koha _2.2_ on Debian manual ... the document you refer to is mainly for Koha 2.0 installations. There is a document that should be available very soon entitled "Installing Koha 2.2 on Fedora Core" ... it's written and just waiting for some XML markup before it's posted to kohadocs.org. You can see a sneak preview of the document in plain text at http://kados.org/Installing_Koha_2.2_on_Fedora_Core.txt in case you're interested. Thanks for the note, Joshua On Wed, Dec 29, 2004 at 12:37:05PM -0500, Gerry Arthus wrote:
If this can be added to the documentation it may save some work, I have decided to use Debian for My Koha ionstallation, to many problems with redhaT.
Gerry
Installing Koha 2.0RC4 On Debian GNU/Linux 3.0 "stable" (woody)
Joshua Ferraro
Several of Perl's extended module libraries are available via the Debian packaging system. We can install those using the *apt-get* utility as follows:
koha:/# apt-get install libdbi-perl koha:/# apt-get install libdbd-mysql-perl koha:/# apt-get install libdate-manip-perl koha:/# apt-get install libhtml-template-perl koha:/# apt-get install libmail-sendmail-perl
/Must add/
/ koha:/# apt-get install libmysqlclient-dev/
/ Without the development libraries there is a problem installing the NET::LDAP module, it cannot find the mysql_config file/
Now of course the real question is how to install Debian for the inexperienced. Since I have given up on the Redhat kernal and decided to go full open source with Debian I noticed that one can install Knoppix running from the CDROM and then do a harddrive install which give three choices one of which is Debian installation, this solves the configuration problems often associated with drivers and installing Debian the usual way. I will refine this document with my installation experiences and see about posting at the docs site.
Gerry
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
______________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Following your advice, Ive installed Perl's extended module libraries. But as for the must add libmysqlclient-dev there seems to be two options. Here is what I get: ================================= mydeb:~# apt-get install libmysqlclient-dev Reading Package Lists... Done Building Dependency Tree... Done Package libmysqlclient-dev is a virtual package provided by: libmysqlclient12-dev 4.0.22-6 libmysqlclient10-dev 3.23.56-2 You should explicitly select one to install. E: Package libmysqlclient-dev has no installation candidate mydeb:~# ================================= I assume that it depends on the MySQL version: libmysqlclient12-dev --> for MySQL 4.0.22-6 libmysqlclient10-dev --> for MySQL 3.23.56-2 Oren Maurer --- Gerry Arthus <garthus@lilrc.org> wrote:
If this can be added to the documentation it may save some work, I have decided to use Debian for My Koha ionstallation, to many problems with redhaT.
Gerry
Installing Koha 2.0RC4 On Debian GNU/Linux 3.0 "stable" (woody)
Joshua Ferraro
Several of Perl's extended module libraries are available via the Debian packaging system. We can install those using the *apt-get* utility as follows:
koha:/# apt-get install libdbi-perl koha:/# apt-get install libdbd-mysql-perl koha:/# apt-get install libdate-manip-perl koha:/# apt-get install libhtml-template-perl koha:/# apt-get install libmail-sendmail-perl
/Must add/
/ koha:/# apt-get install libmysqlclient-dev/
/ Without the development libraries there is a problem installing the NET::LDAP module, it cannot find the mysql_config file/
Now of course the real question is how to install Debian for the inexperienced. Since I have given up on the Redhat kernal and decided to go full open source with Debian I noticed that one can install Knoppix running from the CDROM and then do a harddrive install which give three choices one of which is Debian installation, this solves the configuration problems often associated with drivers and installing Debian the usual way. I will refine this document with my installation experiences and see about posting at the docs site.
Gerry
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
______________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
===== _______________________________________________________________ Oren Maurer http://www.meorero.org.il _______________________________________________________________ #=============================================================| # Please avoid sending me Word or PowerPoint attachments. | #=============================================================| # See: http://www.fsf.org/philosophy/no-word-attachments.html | #_____________________________________________________________| #_____________________________________________________________| ___________________________________________________________ ALL-NEW Yahoo! Messenger - all new features - even more fun! http://uk.messenger.yahoo.com
Oren, I am running 4.0.22-6 and the installed dependency was 14 but I am also running the unstable version of Debian. I would choose based upon the version of mysql which you system uses. Gerry Maurer wrote:
Following your advice, I've installed Perl's extended module libraries. But as for the "must add" libmysqlclient-dev there seems to be two options. Here is what I get:
================================= mydeb:~# apt-get install libmysqlclient-dev Reading Package Lists... Done Building Dependency Tree... Done Package libmysqlclient-dev is a virtual package provided by: libmysqlclient12-dev 4.0.22-6 libmysqlclient10-dev 3.23.56-2 You should explicitly select one to install. E: Package libmysqlclient-dev has no installation candidate mydeb:~# =================================
I assume that it depends on the MySQL version:
libmysqlclient12-dev --> for MySQL 4.0.22-6 libmysqlclient10-dev --> for MySQL 3.23.56-2
Oren Maurer
--- Gerry Arthus <garthus@lilrc.org> wrote:
If this can be added to the documentation it may save some work, I have decided to use Debian for My Koha ionstallation, to many problems with redhaT.
Gerry
Installing Koha 2.0RC4 On Debian GNU/Linux 3.0 "stable" (woody)
Joshua Ferraro
Several of Perl's extended module libraries are available via the Debian packaging system. We can install those using the *apt-get* utility as follows:
koha:/# apt-get install libdbi-perl koha:/# apt-get install libdbd-mysql-perl koha:/# apt-get install libdate-manip-perl koha:/# apt-get install libhtml-template-perl koha:/# apt-get install libmail-sendmail-perl
/Must add/
/ koha:/# apt-get install libmysqlclient-dev/
/ Without the development libraries there is a problem installing the NET::LDAP module, it cannot find the mysql_config file/
Now of course the real question is how to install Debian for the inexperienced. Since I have given up on the Redhat kernal and decided to go full open source with Debian I noticed that one can install Knoppix running from the CDROM and then do a harddrive install which give three choices one of which is Debian installation, this solves the configuration problems often associated with drivers and installing Debian the usual way. I will refine this document with my installation experiences and see about posting at the docs site.
Gerry
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
______________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
===== _______________________________________________________________
Oren Maurer http://www.meorero.org.il _______________________________________________________________ #=============================================================| # Please avoid sending me Word or PowerPoint attachments. | #=============================================================| # See: http://www.fsf.org/philosophy/no-word-attachments.html | #_____________________________________________________________| #_____________________________________________________________|
___________________________________________________________ ALL-NEW Yahoo! Messenger - all new features - even more fun! http://uk.messenger.yahoo.com
participants (4)
-
Andrés Tarallo -
Gerry Arthus -
Joshua Ferraro -
Oren Maurer