2008年11月3日 星期一

pcmanx 0.3.8

前一陣子這一版的pcmanx出來的時候

我直接編譯或是拿人家包好的deb來安裝

卻發現出現這個問題

"pcmanx: error while loading shared libraries:
libpcmanx_core.so.0: cannot open shared object file:
No such file or directory"

昨天升級完ubuntu 8.10我以為會改善的

結果是我太天真了



不過我找到方法了

方法在

他的意思是說系統找不到這檔案

不知道它的位置

所以在要/etc/ld.so.conf中加入該lib的位置

讓系統知道lib的位置

之後要開機或更新就好了

--------------------------------

so....

我是用這方法ok的

希望這方法能夠幫到你

Class has no initializers in swift

Class has no initializers in swift I have met this situation. Found a solution here It says if you have the code like bellow var se...