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 688579
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:14:39+00:00 2026-05-14T02:14:39+00:00

I want to test my program by installing it in different OS versions. My

  • 0

I want to test my program by installing it in different OS versions. My development computer is Ubuntu. What other Linux versions can I test by installing them inside VirtualBox and running my program there?

Though it is not critical for me right now, I want to try something different and see what happens.

Also, what is the chance that the program running in Linux will work in the Unix OS? The program is not open source, I can distribute only pre-built binaries.

  • 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-05-14T02:14:40+00:00Added an answer on May 14, 2026 at 2:14 am

    Let’s start from the top. You’ve built a program on some distro of Linux in some programming language. You haven’t told us which.

    If it’s in C, then your first two problems are hardware and glibc. By hardware, I primary mean 32-bit versus 64-bit, but it’s also worth noting that Linux runs on PPC, ARM, and SPARC.

    If you have a 64-bit system, you can run a 32-bit VM and test.

    Programs written to newer versions of glibc generally work on older versions, but not the other way around. So, if you need to support an older distro, you’ll have to build there.

    For most programs, the glibc version is an adequate surrogate for the kernel version, but if you work at it hard enough you can create a kernel version dependency as well.

    If you program is C++, then you’ve got an additional worry: the C++ / libstdc++ runtime. Not all distributions have the shared libs needed to run all possible programs.

    In some cases, a program compiled and linked to an older version of g++ will not find the libstdc++ that it requires on a newer distro.

    Then you mention ‘Unix’. There is no such thing as Unix, in any practical sense of the term, in the modern world. There are several systems you might want to support that you might be worrying about here>

    1. The BSD family: netbsd/freebsd. You can run them in a VM. You can’t expect binaries to carry across.
    2. (Open)Solaris: You can run this in a VM, at least for Intel chips. You can’t expect binaries to carry across.
    3. HP-UX: You can’t run this in a VM.
    4. AIX: you can’t run this in a VM.

    Maintaining code that works across this whole zoo is a big job, not to be undertaken lightly.

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

Sidebar

Related Questions

I want to test one program which can capture and send IP packets to
<flavor> I want to create a spelling test program for my grade schoolers that
I want to test the web pages I create in all the modern versions
I want to test my software on different Windows Operating Systems. I plan to
We want test the JTAPI feature of our application. Are there any emulator for
I want to test the behavior of a certain piece of .NET code in
I want to test ASP.NET applications to get the feel for the MVC extension
I want to test ASP.NET application using NUnit, but it seems WebConfigurationManager.ConnectionStrings collection is
I want to test some PHP on my local machine running Windows XP Professional.
I want to test a website to see how it works with the iPhone

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.