DiscussionsIssue archiveInstallation and Building

Archived discussion

A bug in 'make DESTDIR=... install'?

Installation and BuildingWed, 07/02/2014 - 14:442 replies

Browse this forum
QuestionAuthor

I have configured OCC with './configure --prefix=/usr/local/occ'. When I tried to install with 'make DESTDIR=/tmp install', the command '/usr/bin/install -c -d /usr/local/occ' was executed before the end of the installation process, producing an error since I was not the super user.

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

try this patch

02Author

The patch works fine. Thanks for the quick fix!