Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#1286 - kio_smb broken due to samba 3.0.6 update
Attached to Project:
Arch Linux
Opened by Tobias Powalowski (tpowa) - Sunday, 22 August 2004, 15:09 GMT
Opened by Tobias Powalowski (tpowa) - Sunday, 22 August 2004, 15:09 GMT
|
Detailsthe new kde 3.3 kio_smb is broken
to try it out type smb:/ in konqueror you will get an error message printer detection still works kdebase doesn't like the new samba version and complains about it in config.log: configure:47936: checking for libsmbclient.h configure:47943: result: yes configure:47972: checking for smbc_new_context in -lsmbclient configure:48002: gcc -o conftest -ansi -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -DNDEBUG -O2 -march=i686 -O2 -pipe -Wformat-security -Wmissing-format-attribute -D_GNU_SOURCE -DQT_THREAD_SUPPORT -D_REENTRANT -D_FILE_OFFSET_BITS=64 -L/usr/X11R6/lib -L/opt/qt/lib -L/opt/kde/lib conftest.c -lsmbclient >&5 /usr/bin/ld: cannot find -lsmbclient collect2: ld returned 1 exit status configure:48008: $? = 1 configure: failed program was: | /* confdefs.h. */ temporary solution stay with samba 3.0.5 or wait till a new samba version will appear |
This task depends upon
Comment by Jan de Groot (JGC) -
Sunday, 22 August 2004, 17:10 GMT
libsmbclient.so seems to have moved to /usr/lib/samba/libsmbclient.so. Since LD on arch doesn't look in subdirectories of paths in /etc/ld.so.conf by default, it won't find samba. Add /usr/lib/samba to /etc/ld.so.conf and kio_smb will be fine.
Comment by Judd Vinet (judd) -
Sunday, 22 August 2004, 17:48 GMT
I'll add a /usr/lib/libsmbclient.so -> /usr/lib/samba/libsmbclient.so symlink.