Sybperl: make error 1
dobbie1 <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase |
|---|---|
| Message-ID | <[email protected]> |
Hello, Below is the screen output while trying to install Sybperl in my Sun E250 running Solaris 8 and Sybase 11.9: # PATH=$PATH:/usr/perl5 # echo $PATH /usr/sbin:/usr/bin:/usr/perl5 # perl -v This is perl, version 5.005_03 built for sun4-solaris # perl Makefile.PL /sybase Sybase OpenClient 11.1.1 found. The sybperl modules need access to a Sybase server to run the tests. To clear an entry please enter 'undef' Sybase server to use (default: SYBASE): User ID to log in to Sybase (default: sa): Password (default: undef): Sybase database to use on SYBASE (default: undef): * Writing login information, including password, to file PWD. Checking if your kit is complete... Looks good /sybase Sybase OpenClient 11.1.1 found. Writing Makefile for Sybase::BCP Writing Makefile for Sybase::BLK /sybase Sybase OpenClient 11.1.1 found. Note (probably harmless): No library found for -lblk Writing Makefile for Sybase::CTlib /sybase Sybase OpenClient 11.1.1 found. Writing Makefile for Sybase::DBlib /sybase Sybase OpenClient 11.1.1 found. Writing Makefile for Sybase::Sybperl Writing Makefile for Sybase # make make: not found # find / -name make -print /usr/share/lib/make /usr/ccs/bin/make /usr/xpg4/bin/make # PATH=$PATH:/usr/ccs/bin # echo $PATH /usr/sbin:/usr/bin:/usr/perl5:/usr/ccs/bin # make mkdir blib mkdir blib/lib mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/Sybase mkdir blib/lib/auto mkdir blib/lib/auto/Sybase mkdir blib/man3 cp lib/sql.pl blib/lib/sql.pl cp lib/sybperl.pl blib/lib/sybperl.pl cp lib/sybutil.pl blib/lib/sybutil.pl cp lib/ctutil.pl blib/lib/ctutil.pl sh: make: not found *** Error code 1 make: Fatal error: Command failed for target `subdirs' Shall I use another make instead of /usr/ccs/bin/make ? Regards, Marek