/usr/bin/Xvnc: undefined symbol: pixman_composite_trapezoids
[oracle@ft101db ~]$ vncserver
You will require a password to access your desktops.
Password:
Verify:
xauth: creating new authority file /home/oracle/.Xauthority
WARNING: The first attempt to start Xvnc failed, possibly because the font
catalog is not properly configured. Attempting to determine an appropriate
font path for this system and restart Xvnc using that font path ...
Could not start Xvnc.
/usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol: pixman_composite_trapezoids
/usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol: pixman_composite_trapezoids
[oracle@ft101db .vnc]$ ls -alrt
total 20
-rw------- 1 oracle oinstall 8 Feb 27 09:53 passwd
drwx------. 6 oracle oinstall 4096 Feb 27 09:53 ..
drwxr-xr-x 2 oracle oinstall 4096 Feb 27 09:53 .
-rw-r--r-- 1 oracle oinstall 6 Feb 27 09:53 ft101db:1.pid
-rw-r--r-- 1 oracle oinstall 194 Feb 27 09:53 ft101db:1.log
[oracle@ft101db .vnc]$ vi ft101db:1.log
/usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol: pixman_composite_trapezoids
/usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol: pixman_composite_trapezoids
~
掛載Oracle Linux Server 6.2 iso,配置yum後(配置參考http://blog.itpub.net/35489/viewspace-1263896/),執行:
# yum install pixman pixman-devel libXfont
再次執行:
[oracle@ft101db ~]$ vncserver
New 'ft101db:1 (oracle)' desktop is ft101db:1
Creating default startup script /home/oracle/.vnc/xstartup
Starting applications specified in /home/oracle/.vnc/xstartup
Log file is /home/oracle/.vnc/ft101db:1.log
最後做一些VNC配置。
You will require a password to access your desktops.
Password:
Verify:
xauth: creating new authority file /home/oracle/.Xauthority
WARNING: The first attempt to start Xvnc failed, possibly because the font
catalog is not properly configured. Attempting to determine an appropriate
font path for this system and restart Xvnc using that font path ...
Could not start Xvnc.
/usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol: pixman_composite_trapezoids
/usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol: pixman_composite_trapezoids
[oracle@ft101db .vnc]$ ls -alrt
total 20
-rw------- 1 oracle oinstall 8 Feb 27 09:53 passwd
drwx------. 6 oracle oinstall 4096 Feb 27 09:53 ..
drwxr-xr-x 2 oracle oinstall 4096 Feb 27 09:53 .
-rw-r--r-- 1 oracle oinstall 6 Feb 27 09:53 ft101db:1.pid
-rw-r--r-- 1 oracle oinstall 194 Feb 27 09:53 ft101db:1.log
[oracle@ft101db .vnc]$ vi ft101db:1.log
/usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol: pixman_composite_trapezoids
/usr/bin/Xvnc: symbol lookup error: /usr/bin/Xvnc: undefined symbol: pixman_composite_trapezoids
~
掛載Oracle Linux Server 6.2 iso,配置yum後(配置參考http://blog.itpub.net/35489/viewspace-1263896/),執行:
# yum install pixman pixman-devel libXfont
再次執行:
[oracle@ft101db ~]$ vncserver
New 'ft101db:1 (oracle)' desktop is ft101db:1
Creating default startup script /home/oracle/.vnc/xstartup
Starting applications specified in /home/oracle/.vnc/xstartup
Log file is /home/oracle/.vnc/ft101db:1.log
最後做一些VNC配置。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-1442432/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- /usr/bin/python與/usr/bin/env python的區別Python
- python中#!/usr/bin/python與#!/usr/bin/env python的區別Python
- psql: symbol lookup error: ./psql: undefined symbol: PQsetErrorContextVisibilitySQLSymbolErrorUndefinedContext
- /bin、/sbin、/usr/bin、/usr/sbin、/usr/local/sbin放置可執行檔案的區別
- /usr/bin/ld: cannot find -lopenblas
- -bash: /usr/local/bin/pod: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby: b...Framework
- /usr/bin/expect的簡單使用
- 【jenkins】/usr/bin/env: php: No such file or directoryJenkinsPHP
- Php cli模式下執行報錯/usr/bin/php: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/bin/php)PHP模式XMLORMAIUI
- Sub-process /usr/bin/dpkg returned an error codeError
- You don't have write permissions for the /usr/bin directory.
- Authentication is required to run /usr/bin/x-terminal-emulator as rootUI
- 一分鐘看懂頭部 shell #!/usr/bin 命令
- mac下/usr/local/bin No such file or directory問題解決Mac
- frepplectl解決報錯:bash: /usr/bin/frepplectl: Permission denied
- 關於/usr/bin/ld: cannot find -lXX的問題
- WSL:Sub-process /usr/bin/dpkg returned an error code (1)Error
- Linux 動態庫 undefined symbol 原因定位與解決方法LinuxUndefinedSymbol
- code EACCESnpm ERR! syscall renamenpm ERR! path /usr/local/bin/webpack errno -13NPMWeb
- (轉載)關於usr/bin/ld: cannot find -lxxx問題總結
- 記一次危險的操作——誤刪/usr/bin目錄
- python升級帶來的yum異常:File "/usr/bin/yum", line 30Python
- iOS開發除錯之報錯:Command /usr/bin/codesign failed with exit code 1iOS除錯AI
- 解決Make時,“/usr/bin/ld: 找不到 -lXXX”問題的三種方法
- Anaiable執行出現[WARNING]: Platform linux on hostis using the discovered Python interpreter at /usr/bin/pythonAIPlatformLinuxPython
- linux輸入yum後提示: -bash: /usr/bin/yum: No such file or directory的解決方案Linux
- 啟動 Laravel-Sail 服務時遇到的 /usr/bin/env: 'bash\r' 錯誤LaravelAI
- mkfs.ext4: undefined symbol: ext2fs_numeric_progress_ops、set_com_err_gettextUndefinedSymbol
- [Javascript] Symbol vs Symbol.forJavaScriptSymbol
- SymbolSymbol
- JavaScript SymbolJavaScriptSymbol
- iOS逆向第一步:class-dump無法拷貝入/usr/bin內問題解決方案iOS
- Symbol toString() 方法Symbol
- Symbol 的作用Symbol
- JavaScript Symbol物件JavaScriptSymbol物件
- Symbol.for() 方法Symbol
- Symbol.iteratorSymbol
- Symbol詳解Symbol
- 安裝opencv報錯/usr/bin/ld: warning: libpcre.so.1, needed by /home//anaconda3/lib/libglib-2.0.so.0OpenCV