Page 1 of 1

Re: cannot run C compiled programs when compiling nagios cor

Posted: Tue Jun 07, 2022 12:03 am
by DougReimers
The problem here has been resolved by:

export PATH=/path/to/gcc-4.9.2/bin/:$PATH
export LD_LIBRARY_PATH=/path/to/gcc-4.9.2/lib64/:$LD_LIBRARY_PATH
./configure --prefix=/path/to/ --host=arm
Hope this will help you.