I am trying to install a library called libtool
i am getting "./configure: line 2668: libltdl/config/mkstamp: Permission denied" when i do ./configure
how can i chmod a+x all the libtool directory to prevent this error ?
thanks
|
I am trying to install a library called libtool i am getting "./configure: line 2668: libltdl/config/mkstamp: Permission denied" when i do ./configure how can i chmod a+x all the libtool directory to prevent this error ? thanks |
|||
|
|
|
Be careful before making permissions changes so deep like this. Before you start, make a backup: If anything goes wrong, you can always revert afterwards: |
|||||
|
|
Most version of chmod have a recursive flag:
|
|||
|
|