why I can't do "make install" of pcre on Fedora 11
FedoraThis forum is for the discussion of the Fedora Project.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
But, as a general comment, many installations require access to restricted system files and directories, so the install must be done by "root," not a non-root user.
Try sudo make install or su -c 'make install' if you are in the etc/sudoers file or know the root password.
I am using Linux C to analyze bioinformatics. Thanks for your help.
Quote:
Originally Posted by PTrenholme
But, as a general comment, many installations require access to restricted system files and directories, so the install must be done by "root," not a non-root user.
Try sudo make install or su -c 'make install' if you are in the etc/sudoers file or know the root password.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.