Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8987821
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T21:52:57+00:00 2026-06-15T21:52:57+00:00

I installed Matlab in my Linux Mint 14 Nadia (a uname -a shows: Linux

  • 0

I installed Matlab in my Linux Mint 14 Nadia (a uname -a shows: Linux Ideapad-Z570 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux) and when calling it from the command line I would get a: “/lib64/libc.so not found”.

I followed the help on mathworks by making a link in /lib64 as:

ln -s /lib/x86_64-linux-gnu/libc.so.6 .

That solved the issue.

Now, if I do a locate of this library I get:

locate "libc.so"
/lib/i386-linux-gnu/libc.so.6
/lib/x86_64-linux-gnu/libc.so.6
/usr/lib/x86_64-linux-gnu/libc.so

I will be compiling with gcc in this computer and I would like to have full 64bit compilations. What does exactly mean to have all these different libc.so libraries? which one will the gnu compiler be using? do I need to do anything different with gcc to compile for 64 bits?

I would also love to optimize as much as I can for my new i7 core!!!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T21:52:58+00:00Added an answer on June 15, 2026 at 9:52 pm

    /lib/i386-linux-gnu/libc.so.6

    This is is 32-bit version of the library.

    /lib/x86_64-linux-gnu/libc.so.6

    This is the 64-bit version of the library.

    Both are usually symbolic links to the actual library file, which will usually be named according to the glibc release number, for example libc-2.15.so

    /usr/lib/x86_64-linux-gnu/libc.so

    This is not a library, but a linker script file, which refers to the above symlinks.

    Why do we need all these:

    First, regardless of libc version installed, the linker will always search for libc.so, because the compiler driver will always pass to the linker the -lc options. The name libc stays the same and denotes to most recent version of the library.

    The symlinks libc.so.6 are named after the soname of the library, which, more or less corresponds to the ABI version of the library. The executables, linked against libc.so in fact contain runtime dependencies on libc.so.6.

    If we imagine the someday a grossly ABI incompatible libc is released, it’s soname could be named libc.so.7, for example and this version coukld coexists with the older libc.so.6 version, thus executables linked against one or the other can coexist in the same system,

    And finally, the name libc-2.15.so refers to the libc release, when you install a new libc package, the name will change to libc-2.16.so. Provided that it is binary compatible with the previous release, the libc.so.6 link will stay named that way and the existing executables will continue to work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on Ubuntu 12.4 and I have matlab installed. Typically, in order to
I have installed Matlab r2010a on my computer I need use the function xlsread
When Matlab is installed in its 64 bit version, it can use only 64
I have multiple Matlab versions installed on my PC. To say, R2006b, R2009b, R2010a.
Can I install matlab on beagleboard xm (running ubuntu 12.04)? If I can't how
I installed Python 3.x (besides Python 2.x on Ubuntu) and slowly started to pair
I have Xcode(4.4.1) installed on my mac, and use MATLAB r2011a (64 bit) on
is there a way to connect MATLAB with TFS Preview? I installed the MSSCCI
I am trying to write a matlab mex function which uses libhdf5; My Linux
We have a relatively rich matlab installed on our workstations. I now need to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.