установил kde-3.5.1(поставил 2 пакета kdelibs и kdebase), при запуске X'oв в терминале появляется сообщение:
startkde: Starting up...
ksplash: Symbol `_ZTI7QWidget' has different size in shared object,
consider re-linking
kbuildsycoca running...
kdecore (KLibLoader): WARNING: KLibrary: /opt/kde/lib/kde3/kcm_kdnssd.so:
undefined symbol: init_kdnssd
kdecore (KLibLoader): WARNING: KLibrary:
/opt/kde/lib/kde3/kcm_keyboard.so: undefined symbol: init_keyboard_layout
KWrited - Слушает устройство /dev/pts/0
kded: WARNING: [KDEDModule* Kded::loadModule(const KService*, bool)] Could
not load library. [ Файлы библиотек для "kded_ksharedfile.la" не найдены в
путях поиска. ]
Could not open library ksmserver.la: libXau.so.6: cannot open shared
object file: No such file or directory
ksmserver: error while loading shared libraries: libXau.so.6: cannot open
shared object file: No such file or directory
startkde: Shutting down...
klauncher: Exiting on signal 1
ICE default IO error handler doing an exit(), pid = 3515, errno = 0
startkde: Running shutdown scripts...
startkde: Done.
как быть?
p.s. В гугл не посылать =)
спасибо
kde-3.5.1
Модератор: Модераторы разделов
-
- Сообщения: 556
- ОС: Gentoo/MacOSX/Windows Vista
Re: kde-3.5.1
нашел пакет libXau, но при выполнении ./configure выдает:
ibraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XAU... Package xproto was not found in the pkg-config search path.
Perhaps you should add the directory containing `xproto.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xproto' found
configure: error: Package requirements (xproto) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively you may set the XAU_CFLAGS and XAU_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
что делать?
ibraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for XAU... Package xproto was not found in the pkg-config search path.
Perhaps you should add the directory containing `xproto.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xproto' found
configure: error: Package requirements (xproto) were not met.
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively you may set the XAU_CFLAGS and XAU_LIBS environment variables
to avoid the need to call pkg-config. See the pkg-config man page for
more details.
что делать?
Спасибо!
-
- Сообщения: 181
- ОС: GNU/Linux
Re: kde-3.5.1
Вроде как библиотека libXau входит в пакет x11-devel
Да и вообще давно уже есть КДЕ-3.5.1 в пакаджах для слаки http://slackware.it/en/pb/search.php?v=cur...t=1&q=kde-3.5.1
Да и вообще давно уже есть КДЕ-3.5.1 в пакаджах для слаки http://slackware.it/en/pb/search.php?v=cur...t=1&q=kde-3.5.1
-
- Сообщения: 556
- ОС: Gentoo/MacOSX/Windows Vista
-
- Сообщения: 381
- Статус: Апатичный новичок
- ОС: Slackware, Gentoo
Re: kde-3.5.1
и иксы тоже надо новые.. Тоже в пакаджах есть
Slackware 11 - 2.6.18 @ Athlon XP 1800+/512Mb
Slackware-12 - 2.6.21.5 @ Celeron D 2533/512Mb
Gentoo (amd64) - 2.6.22 @ Athlon X2 5600+/2048Mb
Slackware-12 - 2.6.21.5 @ Celeron D 2533/512Mb
Gentoo (amd64) - 2.6.22 @ Athlon X2 5600+/2048Mb
-
- Сообщения: 556
- ОС: Gentoo/MacOSX/Windows Vista
-
- Сообщения: 181
- ОС: GNU/Linux
Re: kde-3.5.1
Перед тем как сделать configure попробуй прописать export LD_LIBRARY_PATH=/usr/X11/lib configure --blabla , или где у тебя там либы иксовые лежат, ну и еще можно добавить export PKG_CONFIG_PATH=/usr/X11/lib/pkg-config
Да и еще так понимаю ты программы "конфигуришь" от имени рута? Незнаю как в других версиях слаки, но у меня у рута в переменной $PATH /usr/X11/ напрочь отсутсвует, и поэтому он не будет видить библиотеки и либы находящиеся в этой директории....
Да и еще так понимаю ты программы "конфигуришь" от имени рута? Незнаю как в других версиях слаки, но у меня у рута в переменной $PATH /usr/X11/ напрочь отсутсвует, и поэтому он не будет видить библиотеки и либы находящиеся в этой директории....
-
- Сообщения: 556
- ОС: Gentoo/MacOSX/Windows Vista