Re: which package contains "stdlib.c"?



Quoting NN NN <aogr_dk_2000@xxxxxxxx>:

Hi!
I can't install the Perl DBI-1.59 on my ubuntu 7.04
with
the perl v5.8.8 built for i486-linux-gnu-thread-multi.
It seems like I'm lacking some headers, and I've been
told that I should look for the package that contains
"stdlib.c".
What package contains "stdlib.c"?
Is that really all I need?
Can I somehow search for the package vi the keyword
"stdlib.c"? I mean, how can I find out myself which
package contains "stdlib.c"?
Thanks!

sudo apt-get install apt-file
sudo apt-file update
sudo apt-file search stdlib.c

But I would be surprised if you would find anything. I am sure you
are looking for "stdlib.h".

sudo apt-get install build-essential

Should do the trick, because if you don't have "stdlib.h", then
you are missing more than only the package that contains "stdlib.h".

Gerald

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: Google Gears?
    ... Gears is not compatible with my system. ... I have Ubuntu 8.04, Kernel ... sudo apt-get install glibc-2.3.5 ... Reading package lists... ...
    (alt.linux)
  • Re: Google Gears?
    ... I have Ubuntu 8.04, Kernel ... sudo apt-get install glibc-2.3.5 ... Reading package lists... ... You may have to upgrade to U9, if Gears is important to you. ...
    (alt.linux)
  • Re: audio/video packages for ubuntu
    ... except I do not know the exact package names. ... Synaptic Package Manager. ... If they haven't included it because The Ubuntu rulers want you to use the dreadful "Ubuntu Software Center" that wants you to get a lot of useless packages, install it using "sudo apt-get install synaptic". ...
    (Ubuntu)
  • SV: Re: which package contains "stdlib.c"?
    ... I found "tundra" by searching for package contents ... sudo apt-file update ... sudo apt-get install build-essential ... I can't install the Perl DBI-1.59 on my ubuntu ...
    (Ubuntu)
  • VS. SV: Re: which package contains "stdlib.c"?
    ... I found "tundra" by searching for package contents ... sudo apt-file update ... sudo apt-get install build-essential ... I can't install the Perl DBI-1.59 on my ubuntu ...
    (Ubuntu)