FG
šŸ’» Software

Compiling and installing programs as non-root in home-dir?

Fresh5 days ago
Mar 15, 20261983 views
Confidence Score0%
0%

Problem

I'm trying to compile programs under Solaris in my Home directory. Ive had experience with simple installs which work with just But with more involved programs, with dependencies on special libraries, how do I have the system look into my home directory for these? and how would I compile them into …

Error Output

$> CD src
   $> ./configure --prefix=/home/peter
   $> make
   $> make install

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Compiling and installing programs as non-root in home-dir?

Low Risk

I have to do things like that when I cross compile applications. If ./configure supports it, you can check with --help, you can do something like the following There's one entry for libraries, and one for includes, however, there is always the old s…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment