Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

netcdf installation #362

Closed
8 tasks
rojinsafavi opened this issue Feb 14, 2017 · 1 comment
Closed
8 tasks

netcdf installation #362

rojinsafavi opened this issue Feb 14, 2017 · 1 comment

Comments

@rojinsafavi
Copy link

rojinsafavi commented Feb 14, 2017

Please provide as much of the following information as you can, as applicable to the issue being reported. Naturally, not all information is relevant to every issue, but the more information we have to start, the better!

Environment Information

Feel free to skip this if the issue is related to documentation, a feature request, or general discussion.

  • What platform are you using? (please provide specific distribution/version in summary)
    • [ x] Linux
    • Windows
    • OSX
    • Other
    • NA
  • 32 and/or 64 bit?
    • 32-bit
    • [x ] 64-bit
  • What build system are you using?
    • autotools (configure)
    • [ x] cmake
  • Can you provide a sample netCDF file or C code to recreate the issue?
    • Yes (please attach to this issue, thank you!)
    • [x ] No
    • Not at this time

Summary of Issue

I get the following error in the ctest:

56/150 Test #56: nc_test4_tst_files ...............***Failed 0.87 sec

and when I run make install I get the following error:

Install the project...
-- Install configuration: "DEBUG"
CMake Error at cmake_install.cmake:36 (file):
file cannot create directory: /usr/local/lib64/pkgconfig. Maybe need
administrative privileges.

make: *** [install] Error 1
[rojinsafavi@citrisdance ~/netcdf-c]$

I do not have root access. Is there anyway I get install netcdf without a root access?

Thanks!

@WardF
Copy link
Member

WardF commented Feb 15, 2017

As far as the installation goes, you will need to specify a location you have access to by passing the --prefix=[path] option to configure. Regarding the test failure, can you send the config.log and test-suite.log files to [email protected]? Thanks! Closing out this issue, but please reference it in your email.

@WardF WardF closed this as completed Feb 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants