Error during Make

Fixed my previous error, now I am getting this one

gcc: error: /usr/lib/rpm/redhat/redhat-hardened-ld: No such file or directory /usr/local/src/asterisk-13.6.0/Makefile.rules:150: recipe for target 'res_calend ar_icalendar.so' failed make[1]: *** [res_calendar_icalendar.so] Error 1 Makefile:393: recipe for target 'res' failed make: *** [res] Error 2

I have checked all the dependencies I can find, and still get the error.
Package libical-1.0.1-2.fc23.x86_64 is already installed, skipping.
Package libical-devel-1.0.1-2.fc23.x86_64 is already installed, skipping.
Package neon-0.30.1-3.fc23.x86_64 is already installed, skipping.
Package neon-devel-0.30.1-3.fc23.x86_64 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!

What else am I missing?

TIA
Tony

Some package must create the directory /usr/lib/rpm/redhat/redhat-hardened-ld. What happens if you create that directory yourself, and try the make again? Were there any errors on the ./configure?

I did a complete re-install of my server and asterisk and it let me install this time, apparently one of the packages I chose on the installation did the trick.
Thanks