Updating from libnet-z3950-perl to libnet-z3950-zoom-perl on Ubuntu 8.04

Asked by Pit Wenkin

Hi,

I have a server running 8.04 with the libnet-z3950-perl package

I got some issues with encoding and while trying to debug them on my local 10.10 installation I got the following error:

# apt-get install libnet-z3950-perl
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libnet-z3950-perl is not available,
but is referred to by another package.
This may mean that the package is missing,
has been obsoleted, or is only available from another source
However the following packages replace it:
  libnet-z3950-zoom-perl

E: Package 'libnet-z3950-perl' has no installation candidate

Now I want to use the libnet-z3950-zoom-perl package, which includes the libnet-z3950-perl package.

My question is is the libnet-z3950-zoom-perl package backward compatible with 8.04, and are there any special steps I have to take, other then downloading the package and extracting it on my server, to get it to work?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu libnet-z3950-zoom-perl Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

Could try the intrepid debs:
https://launchpad.net/ubuntu/intrepid/+package/libnet-z3950-zoom-perl

(strange they exist)

Revision history for this message
Pit Wenkin (pit-wenkin) said :
#2

Thanks for pointing the existence of those.
But wouldn't it be better to use the newest package, for stability reasons (if it is compatible).

Revision history for this message
Pit Wenkin (pit-wenkin) said :
#3

I can't built the intrepid package due to a dependency :
# perl Makefile.PL

ERROR: Unable to call script: yaz-config
If you are using a YAZ installation from the Debian package "yaz", you
will also need to install "libyaz-dev" in order to build this module.
# apt-get install libyaz-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package libyaz-dev

I'll leave this question open while trying to fox this dependency problem, perhaps someone has an other solution?

Revision history for this message
Pit Wenkin (pit-wenkin) said :
#4

I have installed 'libyaz2-dev',

changed the check_version in the Makefile.PL of the intrepid 'libnet-z3950-zoom-perl' package.

And it seems to work.

Revision history for this message
Pit Wenkin (pit-wenkin) said :
#5

Thanks actionparsnip, that solved my question.