I am trying to compile or make something and get this stupid error that perl is not there, but i have checked and both perl and apxs file are there and have the right permissions.
Solution:
Your apxs file has come from a windows machine and is in dos format, therefore perl is unable to properly understand the commands you're sending it.
run:
dos2unix apxs
and you should be good to go.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment