j***y 发帖数: 2074 | 1 hi, all:
i tried to install glib into our lab's Sparc workstation with SunOS5.
1. i downloaded the source from gnu's website: http://www.gtk.org/
2. gunzip it, and tar xvf it.
3. in the source directory, run the command "sh config"
4. make
5. make install
the steps 1 - 4 is all right without any error. however, when i do
step 5, it tells me the destionation ("usr/local/lib") file system is
read only.
so the installation is unsuccessful.
i logged in as administrator -- "root".
and i found the use |
o***z 发帖数: 133 | 2 check the result from mount
if /usr is mounted as read-only, you need to mount it as read-write |
j***y 发帖数: 2074 | 3 several folders are mounted read-only, for example:
/usr/local/doc
/usr/local/man
/usr/local/info
/usr/local/include
/usr/local/lib
/usr/local/share
and their user are all "bin", not "root".
how can i mount them as read-write?
i tried chmod 777 ..., but can't make it.
thank you,
【在 o***z 的大作中提到】 : check the result from mount : if /usr is mounted as read-only, you need to mount it as read-write
|
o***z 发帖数: 133 | 4 what's in the output from mount command?
【在 j***y 的大作中提到】 : several folders are mounted read-only, for example: : /usr/local/doc : /usr/local/man : /usr/local/info : /usr/local/include : /usr/local/lib : /usr/local/share : and their user are all "bin", not "root". : how can i mount them as read-write? : i tried chmod 777 ..., but can't make it.
|
j***y 发帖数: 2074 | 5 i never used this command. the partition is as it was from the factory.
no one has changed these acess properties or partition place.
shall i run "mount" without any arguments observe the mounted file system
information?
【在 o***z 的大作中提到】 : what's in the output from mount command?
|
o***z 发帖数: 133 | 6 yes, then facotry default for /usr is ro
【在 j***y 的大作中提到】 : i never used this command. the partition is as it was from the factory. : no one has changed these acess properties or partition place. : shall i run "mount" without any arguments observe the mounted file system : information?
|