How to restrict who may read my entries?
SV: Re: DBI-1.59 install failure on Ubuntu. lacking......compiler complains of missing files
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What is interesting here?
• Duels
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Ñîîáùåñòâà
• Talxy Chat
• Horoscope
• Online
 
Register!

QAIX > Perl web-programming > SV: Re: DBI-1.59 install failure on Ubuntu. lacking......compil­er complains of missing files 12 September 2007 18:38:02

  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Ìîäåðàòîð:

SV: Re: DBI-1.59 install failure on Ubuntu. lacking......compil­er complains of missing files

Nn Nn 12 September 2007 18:26:29
 I have tried to install some libc packages, but no
luck.
I guess I have to sign up for a ubuntu mailing list
too, but thanks for replying.


--- Martin Evans <martin.evans@easys­oft.com> skrev:

NN NN wrote:
Hi!
I can't install DBI-1.59 on ubuntu 7.04 with
This is perl, v5.8.8 built for
i486-linux-gnu-thre­ad-multi
Seems like ubuntu lacks some files. but which?
Can't install through cpan or synaptic either.
After downloading DBI-1.59, the 'Makefile.PL' runs
fine, but When trying to 'make' I get this:
cc -c -D_REENTRANT -D_GNU_SOURCE
-DTHREADS_HAVE_PIDS­
-DDEBIAN -fno-strict-aliasin­g -pipe
-I/usr/local/includ­e -D_LARGEFILE_SOURCE­
-D_FILE_OFFSET_BITS­=64 -O2 -DVERSION=\"1.59\"
-DXS_VERSION=\"1.59­\" -fPIC
"-I/usr/lib/perl/5.­8/CORE"
-W -Wall -Wpointer-arith -Wbad-function-cast­
-Wno-comment -Wno-sign-compare -Wno-cast-qual
-Wmissing-noreturn -Wno-unused-paramet­er Perl.c
In file included from DBIXS.h:19,
from Perl.xs:6:
/usr/lib/perl/5.8/C­ORE/perl.h:420:24: error:
sys/types.h: No such file or directory
/usr/lib/perl/5.8/C­ORE/perl.h:451:19: error:
ctype.h:
No such file or directory
/usr/lib/perl/5.8/C­ORE/perl.h:463:23: error:
locale.h:
No such file or directory
/usr/lib/perl/5.8/C­ORE/perl.h:480:20: error:
setjmp.h:
No such file or directory
/usr/lib/perl/5.8/C­ORE/perl.h:486:26: error:
sys/param.h: No such file or directory
/usr/lib/perl/5.8/C­ORE/perl.h:491:23: error:
stdlib.h:
No such file or directory
/usr/lib/perl/5.8/C­ORE/perl.h:496:23: error:
unistd.h:
No such file or directory
/usr/lib/perl/5.8/C­ORE/perl.h:776:23: error:
string.h:
<snipped more of the same>
What should I install?
Thanks!
Looks like you need to install the C header files -
that is probably a
package something like libc development/headers­?.
Martin
--
Martin J. Evans
Easysoft Limited






Add comment
Martin Evans 12 September 2007 18:38:02 permanent link ]
 NN NN wrote:
I have tried to install some libc packages, but no
luck.
I guess I have to sign up for a ubuntu mailing list
too, but thanks for replying.

I believe you need libc-dev. Basically you need to find the package with
the file stdlib.h in it.

Martin

--- Martin Evans <martin.evans@easys­oft.com> skrev:
NN NN wrote:
Hi!
I can't install DBI-1.59 on ubuntu 7.04 with
This is perl, v5.8.8 built for
i486-linux-gnu-thre­ad-multi
Seems like ubuntu lacks some files. but which?
Can't install through cpan or synaptic either.
After downloading DBI-1.59, the 'Makefile.PL' runs
fine, but When trying to 'make' I get this:
cc -c -D_REENTRANT -D_GNU_SOURCE
-DTHREADS_HAVE_PIDS­
-DDEBIAN -fno-strict-aliasin­g -pipe
-I/usr/local/includ­e -D_LARGEFILE_SOURCE­
-D_FILE_OFFSET_BITS­=64 -O2 -DVERSION=\"1.59\"
-DXS_VERSION=\"1.59­\" -fPIC
"-I/usr/lib/perl/5.­8/CORE"
-W -Wall -Wpointer-arith -Wbad-function-cast­
-Wno-comment -Wno-sign-compare -Wno-cast-qual
-Wmissing-noreturn -Wno-unused-paramet­er Perl.c
In file included from DBIXS.h:19,
from Perl.xs:6:
/usr/lib/perl/5.8/C­ORE/perl.h:420:24: error:
sys/types.h: No such file or directory
/usr/lib/perl/5.8/C­ORE/perl.h:451:19: error:
ctype.h:
No such file or directory
/usr/lib/perl/5.8/C­ORE/perl.h:463:23: error:
locale.h:
No such file or directory
/usr/lib/perl/5.8/C­ORE/perl.h:480:20: error:
setjmp.h:
No such file or directory
/usr/lib/perl/5.8/C­ORE/perl.h:486:26: error:
sys/param.h: No such file or directory
/usr/lib/perl/5.8/C­ORE/perl.h:491:23: error:
stdlib.h:
No such file or directory
/usr/lib/perl/5.8/C­ORE/perl.h:496:23: error:
unistd.h:
No such file or directory
/usr/lib/perl/5.8/C­ORE/perl.h:776:23: error:
string.h:
<snipped more of the same>
What should I install?
Thanks!
Looks like you need to install the C header files -
that is probably a
package something like libc development/headers­?.
Martin
--
Martin J. Evans
Easysoft Limited


--
Martin J. Evans
Easysoft Limited
http://www.easysoft­.com

Add comment
 

Add new comment

As:
Login:  Password:  
 
 
  
 
respect your talk pals, avoid using obscene language, typing entire messages in CAPS, posting buy/sell ads or violating netiquette or the RF Criminal Code..


QAIX > Perl web-programming > SV: Re: DBI-1.59 install failure on Ubuntu. lacking......compil­er complains of missing files 12 September 2007 18:38:02

see also:
SQL worksheet
Access rules for users from specific…
pass tests:
see also:
How to convert DVD video YouTube iTunes…
Free Download - Clone2Go Free Audio…

  Copyright © 2001—2009 QAIX
Idea: Miñhael Monashev
See Help and FAQ in the community support.qaix.com.
Write in the community about the bugs you have noticedbugs.qaix.com.
Write your offers and comments in the communities suggest.qaix.com.
Information for parents.
Write us at:
If you would like to report an abuse of our service, such as a spam message, please .