[OPEN-ILS-DOCUMENTATION] Prerequisites Installer Makefile

LaBon S. Hardy lhardy at statelibrary.sc.gov
Fri Sep 26 15:24:53 EDT 2008


Dan

Thanks.  I tried your solution and the same problems with the yaz-2.1.56.tar.gz file not downloading.  The .dk domain is accessible through the firewall.  Also tried a wget http://ftp.indexdata.dk/pub/yaz/yaz-2.1.56.tar.gz and will not logon to site for Anonymous download.  Again, I am running Ubuntu 8.10 and if you can think of anything else please reply.

-----Original Message-----
From: open-ils-documentation-bounces at list.georgialibraries.org [mailto:open-ils-documentation-bounces at list.georgialibraries.org] On Behalf Of Dan Scott
Sent: Friday, September 26, 2008 2:49 PM
To: Public Open-ILS documentation discussion
Subject: Re: [OPEN-ILS-DOCUMENTATION] Prerequisites Installer Makefile

Hi LaBon:

2008/9/26 LaBon S. Hardy <lhardy at statelibrary.sc.gov>:
> During the prerequisites installer Makefile, on step 6, sudo make –f 
> Makefile.install ubuntu, I get an error:
>
>
>
> http://ftp.indexdata.dk/pub/yaz/yaz-2.1.56.tar.gz
>
> ð  'yaz-2.1.56.tar.gz'
>
> Connecting to ftp.indexdata.dak|83.133.64.60|:80...
>
> Failed: Connection timed out.
>
> Giving Up
>
> Make:  ***[install_yaz] Error 1
>
>
>
> I have installed Debian and Ubuntu 7.10, the same error for both OS.  
> Just installed Ubuntu 8.04 and the same error.
>
>
>
> Any advice or coding for a work around?

I don't think this is an operating system problem; I'm guessing your network administrators have firewalled off access to .dk domains.

I have updated the Makefile.install to point to an evergreen-ils.org location (http://evergreen-ils.org/~denials/yaz/) instead - do you want to give that a shot? The new Makefile.install is at http://svn.open-ils.org/trac/ILS/export/10710/trunk/Open-ILS/src/extras/Makefile.install

Otherwise, if you can manually download the yaz package into the same location as you are running Makefile.install, then you can install yaz
manually:

tar xzf yaz-2.1.56.tar.gz
cd yaz-2.1.56 && ./configure && make && make install


--
Dan Scott
Laurentian University


More information about the OPEN-ILS-DOCUMENTATION mailing list