सूडो के साथ भी नहीं लिख सकते हैं


10

यहाँ मेरी समस्या है:

sudo php -d detect_unicode=0 go-pear.phar

... मुझे रूट के रूप में चलाने देना चाहिए /usrऔर /usr/shareनिर्देशिकाओं को संशोधित करना चाहिए , लेकिन मुझे यह मिलता है:

Below is a suggested file layout for your new PEAR installation.  To
change individual locations, type the number in front of the
directory.  Type 'all' to change all of them or simply press Enter to
accept these locations.

 1. Installation base ($prefix)                   : /usr
 2. Temporary directory for processing            : /tmp/pear/install
 3. Temporary directory for downloads             : /tmp/pear/install
 4. Binaries directory                            : /usr/bin
 5. PHP code directory ($php_dir)                 : /usr/share/pear
 6. Documentation directory                       : /usr/docs
 7. Data directory                                : /usr/data
 8. User-modifiable configuration files directory : /usr/cfg
 9. Public Web Files directory                    : /usr/www
10. System manual pages directory                 : /usr/man
11. Tests directory                               : /usr/tests
12. Name of configuration file                    : /private/etc/pear.conf

1-12, 'all' or Enter to continue: 
Unable to create PHP code directory ($php_dir) /usr/share/pear.
Run this script as root or pick another location.

sudoमुझे जड़ विशेषाधिकार देने में असफल क्यों है ? * नोट: * मैं पहिया समूह में हूं, हालांकि इस अजीब sudoव्यवहार के साथ कुछ भी नहीं होना चाहिए ।

Gabbar-Singh:~ anadi$ id anadi
uid=XXX(anadi) gid=XX(staff) groups=XX(staff),0(wheel)

जवाबों:


15

आप स्थापित करने की कोशिश कर रहे हैं /usrजिसमें एसआईपी (सिस्टम इंटिग्रिटी प्रोटेक्शन), 10.11 के साथ पेश किया गया फीचर है (देखें कि एल कैपिटान में "रूटलेस" क्या है, वास्तव में? विवरण के लिए)।

/usr/localइसके बजाय उपयोग करें , जो उपयोगकर्ता-साइड इंस्टॉलेशन के लिए इच्छित स्थान है।


हाँ मैं सिवाय जरूरत लिंक करने के लिए / usr / शामिल करने के लिए या मैं जीसीसी 4.9 के साथ संकलन नहीं कर सकता!
माइकल

आपको एसआईपी को निष्क्रिय करना होगा तब मुझे लगता है।
जसोलॉजी

पुरानी प्रतिक्रिया, लेकिन आप जीसीसी को यह क्यों नहीं बता सकते कि फाइलों को शामिल करना कहां है? यही '-l' विकल्प है। मूल के रूप में PHP ... <shudder>
मार्क विल्सन
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.