Thread

Posted on Mon Aug 14 05:58:14 2006 by ahclem
SQLite.xsi missing on Solaris
Hi,

I'm trying to install DBD::SQLite 1.12 on Solaris 5.9 via CPAN. I have re-installed DBI already, having found that tip on the web. Here's what I get:

  CPAN.pm: Going to build M/MS/MSERGEANT/DBD-SQLite-1.12.tar.gz

cp lib/DBD/SQLite.pm blib/lib/DBD/SQLite.pm
/home/scorwin/perl/bin/perl /home/scorwin/perl/lib/5.8.8/ExtUtils/xsubpp -typemap /home/scorwin/perl/lib/5.8.8/ExtUtils/typemap SQLite.xs > SQLite.xsc && mv SQLite.xsc SQLite.c
Cannot open 'SQLite.xsi': No such file or directory in SQLite.xs, line 72
make: *** [SQLite.c] Error 1
/usr/local/gnu/bin/make -- NOT OK

Any ideas?

Thanks,

Steve
Direct Responses: 2844 | Write a response
Posted on Mon Aug 28 14:23:22 2006 by eastmountainwolf in response to 2781
Re: SQLite.xsi missing on Solaris
I also run into this touble, pls tell me if you have resolved the proplem some people said it's the problem with gcc. some people tried to modified the Makefile. I was confused...
Write a response