On Jun 16, 2016, at 6:05 AM, Somashekarappa, Anup (CWM-NR) wrote: > Is the pkgconfig related to apr or apr-util or it is independent of it? > > [USER@server subversion-1.9.4]$ make install > /usr/bin/install -c -d /usr/local/lib /usr/local/share/pkgconfig > /usr/bin/install: cannot change permissions of `/usr/local/share/pkgconfig': > No such file or directory > make: *** [install-fsmod-lib] Error 1
/usr/local/share/pkgconfig should probably exist. If it doesn't, you might want to create it. You probably want to be running "make install" with elevated privileges, e.g. "sudo make install".