configure --prefix not working?
-------------------------------
Key: THRIFT-1075
URL: https://issues.apache.org/jira/browse/THRIFT-1075
Project: Thrift
Issue Type: Bug
Components: Build Process
Affects Versions: 0.7
Environment: ubuntu
Reporter: Ed Summers
I can't seem to install thrift into /opt/thrift using:
./configure --prefix=/opt/thrift
is this something that configure is supposed to support? tail end
--
install:
[copy] Copying 1 file to /usr/local/lib
BUILD FAILED
/home/ed/Projects/thrift/lib/java/build.xml:166: Failed to copy
/home/ed/Projects/thrift/lib/java/libthrift.jar to /usr/local/lib/libthrift.jar
due to java.io.FileNotFoundException /usr/local/lib/libthrift.jar (Permission
denied)
Total time: 9 seconds
make[4]: *** [install-exec-hook] Error 1
make[4]: Leaving directory `/home/ed/Projects/thrift/lib/java'
make[3]: *** [install-exec-am] Error 2
make[3]: Leaving directory `/home/ed/Projects/thrift/lib/java'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/ed/Projects/thrift/lib/java'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/ed/Projects/thrift/lib'
make: *** [install-recursive] Error 1
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira