Joe Atzberger | 1 Feb 2008 01:15
Picon
Gravatar

Re: CPAN problem

Vimal --

This looks like it is just a network connectivity problem.  Can you manually connect to ftp.perl.org from the OpenSuSe box? 

Try to finish configuring the system network connectivity and then try CPAN again.

--joe

On Wed, Jan 30, 2008 at 11:38 PM, vimal kumar <vimal0212-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:
Dear Friend,

I got the following result while trying CPAN
configuration.Following is the end portion portion of
the result. Installation ends with this

I tried with OpenSuSe 10.2.
Please help me to install CPAN. Any other way to
install CPAN?


Looking up ftp.perl.org
Making FTP connection to ftp.perl.org
Alert!: Unable to connect to FTP host.
Looking up ftp.perl.org
Making FTP connection to ftp.perl.org
Alert!: Unable to connect to FTP host.
Can't Access `ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY'
Alert!: Unable to access document.

lynx: Can't access startfile

Trying with "/usr/bin/lynx -source" to get
 ftp://ftp.perl.org/pub/CPAN/MIRRORED.BY.gz


Vimal Kumar
Asst. Librarian
Asian School of Business
Technopark
Trivandrum-695 581
http://www.asb.edu.in/vimal

_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha
sharath raju | 1 Feb 2008 03:08
Picon

Re: Premature end of script headers

Hey people,

Does anyone have any more suggestions to solve the "Premature end of script headers" problem ?

On Jan 30, 2008 8:17 PM, sharath raju <brsharath-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Dear All,

Referring to Ata ur Rehman's suggestion, here are the contents of my intranet-error log file:
[Wed Jan 30 20:07:16 2008] [error] [client 127.0.0.1] File does not exist: C:/usr/koha228/intranet/htdocs/favicon.ico
[Wed Jan 30 20:07:16 2008] [error] [client 127.0.0.1] Premature end of script headers: mainpage.pl

(It has the same contents as my opac-error.log ! )

Referring to Rob Weir's suggestion, http://127.0.0.1 and http://opac give the same error (Premature end..) http://intranet also gives the same error, though in this case, the error refers to mainpage.pl rather than opac-main.pl

Perl Version: ActivePerl-5.8.8.817-MSWin32-x86-257965
All the Perl modules installed correctly.

The strange problem, I was referring to in my previous post (blank DOS window titled C:\usr\bin\perl.hwd appears) has disappeared for some unknown reason ! :)

Thanks you for the help people.


On Jan 30, 2008 12:38 AM, Rob Weir <robweir-pIiHY/ADOx5p/Jv2z1FRnA@public.gmane.org> wrote:
Apache is configured to use virtual hosts, so you should be typing either "opac" or "intranet" in the address bar of your browser to access koha, not 127.0.0.1.

If apache is running, you should get the apache default splash screen when you access 127.0.0.1. On my system, it just says "It works!"

What version of perl is installed? Did all the perl modules install correctly when you did the koha install?

Rob


sharath raju wrote:

 >> Strangely, I am faced with a new problem. When I try to open http://127.0.0.1, in firefox, the status bar shows Waiting for 127.0.0.1 and a  blank DOS window titled C:\usr\bin\perl.hwd opens. If I close this DOS window, then I get the usual "Premature end of script header" message




--
Regards,
Sharath B Raju



--
Regards,
Sharath B Raju
_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha
Rick Welykochy | 1 Feb 2008 03:34
Picon

Re: Premature end of script headers

sharath raju wrote:

> Does anyone have any more suggestions to solve the "Premature end of 
> script headers" problem ?

Handy hint:

In the file that is causing trouble (mainpage.pl) change the perl source
so that the CGI lists fatal errors to the browser:

use CGI;
use CGI::Carp qw(fatalsToBrowser);   # add this line

HTH!

cheers
rickw

--

-- 
_________________________________
Rick Welykochy || Praxis Services

Say what you will about the miracle of unquestioning faith, I consider 
a capacity for it terrifying and absolutely vile.
     -- Howard W Campbell in Kurt Vonnegut Jr's "Mother Night"
manillah | 1 Feb 2008 06:52
Picon

Koha on Suse 10.0

Guys,
 
I have a problem with installing ZOOM on my suse 10.0 box. I have installed all the perl scripts, yaz and the zoom installation fails with three errors when the module is tested.
 
Please help.
 
regards
Manillah
_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha
Rick Welykochy | 1 Feb 2008 08:49
Picon

Re: Koha on Suse 10.0

manillah wrote:
> Guys,
>  
> I have a problem with installing ZOOM on my suse 10.0 box. I have 
> installed all the perl scripts, yaz and the zoom installation fails with 
> three errors when the module is tested.

Zoom seems to fail regardless of the Linux distro.

Download ~/Net-Z3950-ZOOM-1.18.tar.gz
Untar it and force an untested install.

e.g. 

cd Net-Z3950-ZOOM-1.18 && perl Makefile.PL && make && sudo make install

HTH!

cheers
rickw

--

-- 
_________________________________
Rick Welykochy || Praxis Services

Say what you will about the miracle of unquestioning faith, I consider 
a capacity for it terrifying and absolutely vile.
     -- Howard W Campbell in Kurt Vonnegut Jr's "Mother Night"
Koustubha Kale | 1 Feb 2008 11:09
Picon
Favicon
Gravatar

Koha branch operation related questions

Hi All,
We have installed Koha 2.2.8 on CentOS 5.

Our college has multiple branches each with its own library. We don't want staff and students from a branch
issuing books from other branch.
How to achieve this? I saw an un-answered question by Jean in the mailing list regarding this.

I have set branch independence to yes. But how and where to assign branch wise rights to patrons and staff?

Is there any distinction between patrons and library staff? Where to create library staff logins &
restrict their rights to some functionality lower than kohaadmin?

In short..
1) How to create library staff users & assign them branches and rights?
2) How to assign patrons to branches and restrict them to that branch?
3) How to implement branches such that members and staff can only issue books from same branch to which they belong?

With warm regards
Koustubha Kale

      Why delete messages? Unlimited storage is just a click away. Go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html
Joshua Ferraro | 1 Feb 2008 21:31
Favicon

Re: Koha and LTFL

On 1/31/08, Deb Bergeron <bergeron@...> wrote:
>
>  Hi,
>
>  Is anyone using LTFL with Koha OPAC?
What is LTFL? :-)

--

-- 
Joshua Ferraro                       SUPPORT FOR OPEN-SOURCE SOFTWARE
President, Technology       migration, training, maintenance, support
LibLime                                Featuring Koha Open-Source ILS
jmf@... |Full Demos at http://liblime.com/koha |1(888)KohaILS
Joshua Ferraro | 1 Feb 2008 22:58
Favicon

Re: Koha and LTFL

On 2/1/08, nalon@... <nalon@...> wrote:
> Quoting Joshua Ferraro <jmf@...>:
>   +Hello,
> > On 1/31/08, Deb Bergeron <bergeron@...> wrote:
> >>
> >>  Hi,
> >>
> >>  Is anyone using LTFL with Koha OPAC?
> > What is LTFL? :-)
>
> That's this :
>
> http://www.librarything.com/
Ahh ... Library thing for libraries ... well, Koha has partial support for it.
When you look at a detail page for, say, this record:

http://search.athenscounty.lib.oh.us/cgi-bin/koha/opac-detail.pl?bib=44097&display=editions

What you're seeing is generated via LibraryThing's ThingISBN ...

We're actively working with Tim Spalding and the LibraryThing gang to
get additional LibraryThing features into Koha ... stay tuned :-)

Cheers,

--

-- 
Joshua Ferraro                       SUPPORT FOR OPEN-SOURCE SOFTWARE
President, Technology       migration, training, maintenance, support
LibLime                                Featuring Koha Open-Source ILS
jmf@... |Full Demos at http://liblime.com/koha |1(888)KohaILS
Pauley | 1 Feb 2008 23:37

Re: Upgrade from 2.2 to 3.0


OK.  I read the upgrade doc closer and answered my own stupid question.  But
I found getting ready to upgrade, like installing zebra, does interrupt
things in your old install of koha.  So you better be ready to go or
document well so you can back out like I did.

I can't wait to get going on 3.0!  We loved 2.2.x.

Paul

Pauley wrote:
> 
> Quick question.  Using the Upgrading from 2.2 to 3.0 documentation by
> tipaul, is that after a full install of 3.0 into a new directory,
> following the install directions that come with 3.0 or when?  Some things
> seem to need to be done before install and some things seem to assume
> installation si completed.
> 
> If I could get and idea of waht needs to be done first it would greatly
> help.  We have been using 2.2.9 and would like to convert our current
> databse to 3.0 format.
> 
> Thank you!
> 
> Paul Davis
> Lynden Christian Schools
> Lynden, WA  USA
> 

--

-- 
View this message in context: http://www.nabble.com/Upgrade-from-2.2-to-3.0-tp14967372p15234473.html
Sent from the Koha - Discuss mailing list archive at Nabble.com.
sharath raju | 2 Feb 2008 03:30
Picon

Re: Premature end of script headers

Dear All,
Thanks for the help. As of now, there is no improvement. Unfortunately, I will be away from my computer for the next week. I shall get back to the problem later.


On Feb 1, 2008 8:45 AM, Rob Weir <robweir-pIiHY/ADOx5p/Jv2z1FRnA@public.gmane.org> wrote:
If you send me your apache opac-error_log and intranet-error_log as attachments off list, I'll take a look at them and see if I can identify the error. I don't think you included enough lines in previous emails for us to see the actual error.

Just send them to me, not the whole list. If I find anything, we can then copy the list.

Rob


sharath raju wrote:
Hey people,

Does anyone have any more suggestions to solve the "Premature end of script headers" problem ?




--
Regards,
Sharath B Raju
_______________________________________________
Koha mailing list
Koha@...
http://lists.katipo.co.nz/mailman/listinfo/koha

Gmane