Koha 3.0 - Make File problem
Dear all I've done with all the prerequisites to install koha 3 (rc1) on fedora 7. But the perl Makefile.PL command reports an error and it is not writing make file (see below). What to do? ----------------------------------------------------------------- Checking if your kit is complete... Looks good perl: symbol lookup error: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/Net/Z3950/ZOOM/ZOOM.so: undefined symbol: yaz_version [root@libra8 koha-3.00.00-stableRC1]# rpm -qa yaz yaz-3.0.32-1 [root@libra8 koha-3.00.00-stableRC1]# make make: *** No targets specified and no makefile found. Stop. ---------------------------------------------------------------------------------- Parthasarathi Mukhopadhyay Department of Library and Information Science University of Burdwan, Burdwan, West Bengal, India = -- _______________________________________________ Search for products and services at: http://search.mail.com _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
On Sat, Jul 12, 2008 at 4:10 AM, Partha Mukhopadhyay <psm_vu@india.com> wrote:
----------------------------------------------------------------- Checking if your kit is complete... Looks good perl: symbol lookup error: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi/auto/Net/Z3950/ZOOM/ZOOM.so: undefined symbol: yaz_version [root@libra8 koha-3.00.00-stableRC1]# rpm -qa yaz yaz-3.0.32-1 [root@libra8 koha-3.00.00-stableRC1]# make make: *** No targets specified and no makefile found. Stop.
----------------------------------------------------------------------------------
It is not clear if you have run 'perl Makefile.PL' yet from the above post. If not, you need to run that prior to running 'make'. Kind Regards, -- Chris Nighswonger LibLime www.liblime.com chris.nighswonger@liblime.com _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel
participants (2)
-
Chris Nighswonger -
Partha Mukhopadhyay