ちなみに、nfsfindを見ると下記のように書いてあったり # Check shared NFS filesystems for .nfs* files that # are more than a week old. # # These files are created by NFS clients when an open file # is removed. To preserve some semblance of Unix semantics # the client renames the file to a unique name so that the # file appears to have been removed from the directory, but # is still usable by the process that has the file open.
Type control-d to proceed with normal startup; (orgive root password for system maintenance);
と言われるようにまりした。
Ctrl-Dを押しますと表示されます起動メッセージの中に X-server can not be started on display :0... とあります。
その後 NOV12 12:31;49 cssd:starting ccv.sh(pid#363) (pidの値はインクリメントされていきます。) The process"ccv.sh" has been exitend whith retcord #24320 とのメッセージが延々と表示され続けます。
checking for GLIB - version >= 1.2.0... no *** Could not run GLIB test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time linker is not finding GLIB or finding the wrong *** version of GLIB. If it is not finding GLIB, you'll need to set your *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point *** to the installed location Also, make sure you have run ldconfig if that *** is required on your system *** *** If you have an old version installed, it is best to remove it, although *** you may also be able to get things to work by modifying LD_LIBRARY_PATH *** *** If you have a RedHat 5.0 system, you should remove the GTK package that *** came with the system with the command *** *** rpm --erase --nodeps gtk gtk-devel configure: error: *** GLIB 1.2.0 or better is required. The latest version of GLIB *** is always available from ftp://ftp.gtk.org/. と出てMakefileが作れません。 glib-config --version で確認しても1.2.0となっているんですが、失敗する原因が僕のレベルじゃ分かりません。 どなたかわかる方がいたら是非教えてください。
717 :ernest :01/11/12 15:12
ありがとうございます。PCはunixです。 いろいろやっているうちに取り出しボタンは 反応するようになったのですが、 cd-romを入れても認識されていないようです。 df-kで調べてみてもcd-romに対応しているものはなさそうです。 cd-romからbootするようにしても(boot cdrom) No Device なんて言われてしまいます。 とりあえずejectのパラメータとして /dev/dsk 配下の c0t?d0s? を全部実行したのですが >Inappropriate ioctl for device やら >No such device or address 言われてしまいます。
checking for gtk-config... /opt/gnome-1.4/bin/gtk-config checking for GTK - version >= 1.2.0... no *** Could not run GTK test program, checking why... *** The test program compiled, but did not run. This usually means *** that the run-time linker is not finding GTK or finding the wrong *** version of GTK. If it is not finding GTK, you'll need to set your *** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point *** to the installed location Also, make sure you have run ldconfig if that *** is required on your system *** *** If you have an old version installed, it is best to remove it, although *** you may also be able to get things to work by modifying LD_LIBRARY_PATH *** *** If you have a RedHat 5.0 system, you should remove the GTK package that *** came with the system with the command *** *** rpm --erase --nodeps gtk gtk-devel
このようなエラーが出てしまい make を通すことができません。 上のエラーではgnome-1.4 の gtkを使ってますが、 別ディレクトリにパッケージでインストールしたgtkを用いてもだめでした。