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 user of "usr/local/lib" is "bin". and its access
permission is 0644. therefore the installation failure.
but when i login as "bin", it says i can't install software with this
user id.
so i can only do the installation as "root", but the access permission
leads to the failure, shall i change the permission forcifully to
0666?
i fear that may cause something unexpected in the whole system, coz
0644 of "usr/local/lib" is the original setting from Sun. no one in
our lab has modifed this permission.
anyone here has had the same experience in installing the glib under
Sun Sparc workstaion with SunOS5?
any solution to it?
thanks in advance,