LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   why I can't do "make install" of pcre on Fedora 11 (https://www.linuxquestions.org/questions/fedora-35/why-i-cant-do-make-install-of-pcre-on-fedora-11-a-787265/)

bellhuang 02-05-2010 12:00 PM

why I can't do "make install" of pcre on Fedora 11
 
When I install pcre on fedora 11, the configure and make operation goes smoothly, but can't do "make install". Welcome your help. Thanks.

GoinEasy9 02-05-2010 12:42 PM

Are there error messages that you would like to share with us? Can't do "make install" doesn't tell us much.

PTrenholme 02-05-2010 03:49 PM

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.

mickeyboa 02-05-2010 04:48 PM

This is the only error message when running the client from command line.
There is no error messages in /var/log/messages.


$ /usr/NX/bin/nxclient
Qt: Locales not supported on X server

mickeyboa 02-05-2010 05:07 PM

NX is three files

NXclient.rpm
NXnode.rpm
NXServer.rpm

There is no compiling to do, and yes they are installed as root, SU .

But when you run the NXclient , it is run as a user not as root.

knudfl 02-05-2010 05:31 PM

Why not do 1) su

2) yum install pcre-devel

.. which will install the two genuine Fedora 11
pcre packages.

.....

bellhuang 02-06-2010 09:12 AM

I tried the "su -c 'make install'",succeed! Thank all for your kind help.

bellhuang 02-06-2010 09:21 AM

Thank you very much for your suggestion!
 
I am using Linux C to analyze bioinformatics. Thanks for your help.

Quote:

Originally Posted by PTrenholme (Post 3854236)
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.



All times are GMT -5. The time now is 04:03 AM.