LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-08-2016, 02:36 AM   #1
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
Samba Symbol Lookup Error in 14.2


When I start samba I get this error:

Code:
Starting Samba:  /usr/sbin/smbd -D
/usr/sbin/smbd: symbol lookup error: /usr/lib64/libsmbd-base-samba4.so: undefined symbol: ippGetValueTag
I get this with stock 14.2 and also with the 4.4.5 patch that was just released.
 
Old 07-08-2016, 02:38 AM   #2
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Is this a full installation set?
 
Old 07-08-2016, 02:39 AM   #3
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Original Poster
Rep: Reputation: Disabled
Yes, a full installation.
 
Old 07-08-2016, 04:08 AM   #4
phenixia2003
Senior Member
 
Registered: May 2006
Location: France
Distribution: Slackware
Posts: 1,052

Rep: Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008Reputation: 1008
Hello,

Quote:
Originally Posted by dive View Post
When I start samba I get this error:

Code:
Starting Samba:  /usr/sbin/smbd -D
/usr/sbin/smbd: symbol lookup error: /usr/lib64/libsmbd-base-samba4.so: undefined symbol: ippGetValueTag
I get this with stock 14.2 and also with the 4.4.5 patch that was just released.
No issue here.

ippGetValueTag is defined by /usr/lib64/libcups.so.2 :

Code:
nm -D /usr/lib64/libcups.so.2 | grep ippGetValueTag
000000000003ac20 T ippGetValueTag
ippgetValueTag is (also) defined by print_cups.c (from samba) when the installed cups is < 1.6 :
Code:
#if (CUPS_VERSION_MAJOR > 1) || (CUPS_VERSION_MINOR > 5)
#define HAVE_CUPS_1_6 1
#endif

#ifndef HAVE_CUPS_1_6
#define ippGetGroupTag(attr)  attr->group_tag
#define ippGetName(attr)      attr->name
#define ippGetValueTag(attr)  attr->value_tag
#define ippGetStatusCode(ipp) ipp->request.status.status_code
#define ippGetInteger(attr, element) attr->values[element].integer
#define ippGetString(attr, element, language)
slackware-14.2 comes with cups-2.1.4, so, you should not get this error, unless cups-1.5.4 (from slackware-14.1) is installed :

Code:
$ /etc/rc.d/rc.samba stop
$ upgradepkg cups-1.5.4-x86_64-4_slack14.1txz 
...
$ /etc/rc.d/rc.samba start
/usr/sbin/smbd: symbol lookup error: /usr/lib64/libsmbd-base-samba4.so: undefined symbol: ippGetValueTag

--
Seb
 
1 members found this post helpful.
Old 07-08-2016, 04:11 AM   #5
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Original Poster
Rep: Reputation: Disabled
Ah that's the problem. I'm still using the old cups package, because my printer disappeared with the new one and I needed to print out a form in an emergency, so I downgraded temporarily. My printer is connected to my server which is 14.1. I don't know if that is a factor.

Thanks for spotting that.

Last edited by dive; 07-08-2016 at 04:13 AM.
 
Old 07-08-2016, 04:22 AM   #6
kjhambrick
Senior Member
 
Registered: Jul 2005
Location: Round Rock, TX
Distribution: Slackware64 15.0 + Multilib
Posts: 2,159

Rep: Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512Reputation: 1512
dive --

This thread: http://www.linuxquestions.org/questi...-a-4175582086/

May have the answer for printing from 14.2 to a printer hosted on 14.1 or older.

It's actually an issue introduced in the latest cups.

HTH

-- kjh
 
1 members found this post helpful.
Old 07-08-2016, 04:30 AM   #7
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Original Poster
Rep: Reputation: Disabled
Thanks
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] symbol lookup error: /usr/sbin/httpd: undefined symbol: apr_file_link bagi Slackware 3 05-17-2011 07:49 AM
glib error while installing patch: symbol lookup error undefined symbol: g_dgettext mthakare Linux - Software 1 06-14-2010 04:01 AM
symbol lookup error: /usr/lib/libavcodec.so.51: undefined symbol: av_crc04C11DB7 priceey Linux - Software 0 05-06-2009 08:14 AM
./firefox-bin :symbol lookup error:/lib/libgthread-2.0.so.0: undefined symbol: arulupsaras Linux - General 1 11-08-2008 04:48 AM
symbol lookup error: /usr/lib/libgtk-x11.2.0.so.0: undefined symbol:... IamI Slackware 17 02-29-2008 11:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration