X-Sulat-MSU-Iligan Institute of Technology-IP: 202.78.82.7 Hi, I'm using RedHat 7.0 for my Koha installation. My problem is, I can't get the Cdk perl module working. The README tells me to rebuild the PERL source. Is there any other way to install Cdk perl module without rebuilding the PERL itself? BTW, my PERL installation is not from source. It's from RedHat's RPM PERL installer. Any info is appreciated. Thanks ,~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~, | Dante D. Dinawanao | | Systems/Network Administrator | | Computing and Network Center | | MSU-Iligan Institute of Technology | | A. Bonifacio Avenue | | 9200 Iligan City, Philippines | | | | Email: cc-ddd@sulat.msuiit.edu.ph | | URL: http://home.msuiit.edu.ph/~ddd | | Telephone #: +63 (63) 221-4071 | | Cellphone #: +63 09195549699 | |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| | "Don't just spout fire-just do it, | | and when it's done, show the world" | | -Linus Torvalds | `~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~' _______________________________________________________________________ This mail was sent through IMP-powered: http://sulat.msuiit.edu.ph/ Are you an MSUan? Join MSU Reunion 2001 http://www.msu-sanjuan2001.com/
On Mon, Apr 09, 2001 at 07:12:01AM +0800, Dante D. Dinawanao said:
X-Sulat-MSU-Iligan Institute of Technology-IP: 202.78.82.7
Hi,
I'm using RedHat 7.0 for my Koha installation. My problem is, I can't get the Cdk perl module working. The README tells me to rebuild the PERL source. Is there any other way to install Cdk perl module without rebuilding the PERL itself? BTW, my PERL installation is not from source. It's from RedHat's RPM PERL installer.
Any info is appreciated.
Hi there You definitely dont want to have to rebuild perl itself. So you have downloaded the cdk source code and installed that ok, and its just the perl extensions that arent compiling? FYI The curses issues and returns interface is bugging, and Im not happy with how it works. The web based circulations is more stable. A big item on the todo list is a complete rewrite of the curses circulation routines. Probably to use slang. Chris -- Chris Cormack Programmer 025 500 789 Katipo Communications Ltd chris@katipo.co.nz www.katipo.co.nz
Here is what i have in the log files: [root@biblioteka logs]# cat libra_error [Fri Apr 27 15:54:48 2001] [error] [client 192.168.0.48] File does not exist: /var/www/bibl/admin/htdocs/images/front-mouseover-members.gif Died at /usr/lib/perl5/5.6.0/C4/Output.pm line 126. [Fri Apr 27 15:56:30 2001] [error] [client 192.168.0.48] File does not exist: /var/www/bibl/admin/htdocs/images/issues.gif [Fri Apr 27 15:56:30 2001] [error] [client 192.168.0.48] File does not exist: /var/www/bibl/admin/htdocs/images/returns.gif [Fri Apr 27 15:59:48 2001] [error] [client 192.168.0.48] File does not exist: /var/www/bibl/admin/htdocs/images/issues.gif [Fri Apr 27 15:59:48 2001] [error] [client 192.168.0.48] File does not exist: /var/www/bibl/admin/htdocs/images/returns.gif Died at /usr/lib/perl5/5.6.0/C4/Output.pm line 126. [Fri Apr 27 16:04:38 2001] [error] [client 192.168.0.48] File does not exist: /var/www/bibl/admin/htdocs/images/issues.gif [Fri Apr 27 16:04:38 2001] [error] [client 192.168.0.48] File does not exist: /var/www/bibl/admin/htdocs/images/returns.gif I am talking about a fresh install of koha-1.1.0. How to fix this? Thanks. Benedykt -- uwaga: dobre ksiazki: PHP4. Aplikacje - Visual Basic w Bazach Danych Jezyk C. Szkola Programowania i inne kupisz: http://www.robomatic.pl
Hi Benedykt, It looks like there are some missing image files in the distribution. Ive put them up at http://www.koha.org/download/images/ So you can download them http://www.koha.org/download/images/issues.gif http://www.koha.org/download/images/returns.gif http://www.koha.org/download/images/front-mouseover-members.gif Chris -- Chris Cormack Programmer 025 500 789 Katipo Communications Ltd chris@katipo.co.nz www.katipo.co.nz
The INSTALL file says --- 6/ Here you need to decide where your scripts and html are going to live. And edit C4/Output.pm to reflect that. Set $path= where your includes live, eg. $path="/usr/local/www/koha/htdocs/includes"; --- But there are two sets of includes. [root@biblioteka koha-1.1.0]# ls opac-html/includes/ CVS/ join-top.inc members-top.inc opac-bottom.inc opac-top.inc [root@biblioteka koha-1.1.0]# And [root@biblioteka koha-1.1.0]# ls intranet-html/includes/ CVS/ circulation-top.inc opac-bottom.inc aquisitions-bottom.inc issues-bottom.inc opac-top.inc aquisitions-top.inc issues-top.inc reports-bottom.inc budgets.inc members-bottom.inc reports-top.inc cat-bottom.inc members-top.inc cat-top.inc menus.inc [root@biblioteka koha-1.1.0]# And they are not in ONE directory... how do you guys so easily configure it to work? Benedykt -- uwaga: dobre ksiazki: PHP4. Aplikacje - Visual Basic w Bazach Danych Jezyk C. Szkola Programowania i inne kupisz: http://www.robomatic.pl
participants (3)
-
Benedykt P. Barszcz -
Chris Cormack -
Dante D. Dinawanao